Sagot :
Bonjour !
1)
a.
On prends un nombre x : ça fait x
On lui soustrait 2,5 : ça fait x - 2,5
On multiplie par 4 : ça fait (x-2,5) * 4
On ajoute 2 : ça fait (x-2,5) * 4 + 2
Donc si on dit que N est le résultat final, alors cela veut dire que:
N = (x-2,5) * 4 - 2
Pour l'instant c'est relativement simple, non?
b)
(x-2.5) * 4 + 2 = (x *4) - (2.5 *4) + 2 = 4x - 10 + 2 = 4x - 8
Donc N = 4x - 8
c)
4x-8 = 4*x - 4*2 = 4(x-2)
Donc N = 4(x-2)
2) Donc si x = 0, alors:
N = 4(0 - 2) = 4*(-2) = -8
Si x = 2, alors :
N = 4(2 - 2) = 4*0 = 0
Voilà. Dis-moi si il y a quelque chose qui te semble peu clair.