You are on page 1of 5

!

BTS Industriels
!

Session 2017
!

!
Épreuve : Mathématiques SIO
épreuve E2
sous épreuve E21

Durée de l’épreuve : 2 heures

coefficient 2

PROPOSITION DE CORRIGÉ

1!
Propriété!!exclusive!de!Studyrama.!Toute!reproduction!ou!diffusion!interdite!sans!!
autorisation.!!
1 Exercice 1

2 Partie 1
1) réponse b
2,3,4) on a :

1. b = 1 et a = 1 ou :

2. b = 1 et a = c = 0 ou :

3. c = 1.

Cela peut se résumer en :

a b = 1 ou {b = 1 et (1 − a)(1 − c) = 1} ou c = 1.
soit :
a b = 1 ou b(1 − a)(1 − c) = 1 ou c = 1.

Le contraire de cela est :

a b = b(1 − a)(1 − c) = c = 0
⇔ a b = b(1 − a) = c = 0
⇔ b=c=0
⇔ (1 − b)(1 − c) = 1.

Soit E la variable booléenne qui vaudra 1 si les conditions sont satisfaites.


Alors E = 0 ⇔ (1 − b)(1 − c) = 1 donc E = 1 − (1 − b)(1 − c) soit :

E =b+c−bc .

On a le tableau suivant qui donne la valeur de E :


b→
c 0 1
↓ donc finalement E = b ∪ c (E c’est b ou c)
0 0 1
1 1 1

5) on a donc b = 1 et c = 0 donc oui c’est bon.

3 Partie 2
1)
⎛ ⎞
0 1 0 1 0
⎜ 0 1 1 0 0 ⎟
⎜ ⎟
M =⎜
⎜ 0 1 1 0 0 ⎟.

⎝ 0 0 0 1 1 ⎠
0 0 0 1 1

1
2)
⎛ ⎞
0 1 1 1 1
⎜ 0 1 1 0 0 ⎟
⎜ ⎟
M̂ =⎜
⎜ 0 1 1 0 0 ⎟,

⎝ 0 0 0 1 1 ⎠
0 0 0 1 1
seule la première ligne a changé.
3)

Figure 1.

4 Exercice 2

5 Partie 1
1) tableau :
P Q P xor Q (P xor Q) xor Q
0 0 0 0
0 1 1 0
1 0 1 1
1 1 0 1
2) on remarque que (P xor Q) xor Q = P .
On pouvait s’y attendre ? Oui, comment ?
Avec une formule à deviner ? p xor q = p(1 − q) + q(1 − p) = p + q − 2p q.
non cela ne donne rien.
Directement ?
oui. supposons P vrai. Alors :

• si Q = 0 alors P xor Q est vrai ;

• si Q = 1 alors P xor Q est faux.

Donc, si P est vrai, Q et P xor Q doivent être contraires.


3) 26 = 16 + 8 + 2 donc 2610 = 110102.
4) Avec 100 et 101 on obtient Y = 001.

6 Partie 2
1)a) 10111012 = 1012 × 100002 + 11012 = 510 × 1610 + 1310 = 5016 + D16 = 5D16.

2
1)b) 716 + 416 = B16
A16 + C16 = 1010 + 1210 = 2210 = 1610 + 610 = 1016 + 616 = 1616.
2) avec 7Aet 4C on fait :

• 716 + 416 = B16 d’où le « chiffre » B ;

• A16 + C16 = 1010 + 1210 = 2210 = 1616 d’où le chiffre 6.

Ainsi, Y = B616.
3) on a 1916 = 1016 + 916 = 1610 + 910 = 2510 et donc 27210 − K10 = 24710. La réponse B est donc un
piège !
24710 = F 716, réponse D .

7 Exercice 3
1)a) 15, 510 = 1111, 12.
1)b) 15, 62510 = 8 + 4 + 2 + 1 + 0, 5 + 0, 125 en base 10 donc
15, 62610 = 1111, 1012.
2)a) u1 = 32 × 15, 625 = 500.
2)b) un = 32 × 15, 625n.
3)

vn
en =
un
32 × 15, 5n
=
32 × 15, 625
' (n
n

15, 5
=
15, 625

15, 5
On calcule = 0, 992.
15, 625
log(0, 9)
en < 0, 9 ⇔ 0, 992n < 0, 9 ⇔ n > log(0, 992) soit n ! 14 : ça va vite.

3
Maxima 5.24.0 http://maxima.sourceforge.net
using Lisp SBCL 1.0.42
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) 32*15.625
(%o1) 500.0
(%i2) ((15.5)/(15.625))
(%o2) 0.992
(%i3) ((log(0.9))/(log(0.992)))
(%o3) 13.11731367666253
(%i4)

You might also like