Posté par
raymond raymond 
Utilise ce que tu as :
Triangle rectangle de gauche : Base x, hauteur h, aire U = (xh)/2
Triangle rectangle de droite : Base y, hauteur h, aire V = (yh)/2
rectangle central côtés : b et h, aire W = bh
Total : U + V + w = (xh)/2 + (yh)/2 + (2bh)/2 = (h/2)(x + y + 2b) = (h/2)(x + y + b + b)
Mais x + y + b = B
Je te laisse terminer.