Sagot :
Bonjour :)
Réponse en explications étape par étape :
- Question : Simplifier les expressions en supprimant les signes " * " lorsque c'est possible :
A = b * a
A = a * b
A = ab
B = 5 * x * x * x
B = 5x * x * x
B = 5x^2 * x
B = 5x^3
C = 9(3,7 * y - 1,5 * z + 0,4 * 3,5)
C = 9(3,7y - 1,5z + 1,4)
C = (9 * 3,7y) - (9 * 1,5z) + (9 * 1,4)
C = 33,3y - 13,5z + 12,6
Voilà