Cours/docs/mathematics/exercises.md

11 lines
297 B
Markdown
Raw Permalink Normal View History

2024-09-05 15:01:34 +00:00
# Exercies
Replacer x et y par leur valeur pour calculer chaqe expression.
| |
|:---:|
| A = 4x + 3y pour x = -5 et y = -2 |
| B = -3x + 8y pour x = 7 et y = -4 |
| C = (x+y)(x-y) por x = -4 et y = -1 |
| D = (2x + 1)(2 - y) pour x = -1 et y = -9 |
| E = x^2^ + 2xy + y^2^ pour x= -3 et y = -2 |