From 0a56ada037f89999c426d0b238c2679d2819656a Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:24:36 +0100 Subject: Prepare Web MathML section for Markdown conversion (#3020) * Fix md conversion errors * Fix typo from manual update :x --- .../examples/mathml_pythagorean_theorem/index.html | 92 +++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) (limited to 'files/fr/web/mathml/examples') diff --git a/files/fr/web/mathml/examples/mathml_pythagorean_theorem/index.html b/files/fr/web/mathml/examples/mathml_pythagorean_theorem/index.html index 92e37f4bd4..c1d59fb185 100644 --- a/files/fr/web/mathml/examples/mathml_pythagorean_theorem/index.html +++ b/files/fr/web/mathml/examples/mathml_pythagorean_theorem/index.html @@ -14,4 +14,94 @@ original_slug: Web/MathML/Exemples/MathML_Theoreme_de_Pythagore

Définition : dans un triangle rectangle, le carré de l'hypoténuse est égal à la somme des carrés des deux autres côtés (appelés cathètes). Ainsi, soient a et b les cathètes et c l'hypothénuse, on a a 2 + b 2 = c 2 .

-

Preuve : nous pouvons le prouver de façon algébrique en montrant que l'aire du grand carré est égale à l'aire du carré intérieur, ajoutée à l'aire des 4 triangles : ( a + b ) 2 = c 2 + 4 ( 1 2 a b ) a 2 + 2 a b + b 2 = c 2 + 2 a b a 2 + b 2 = c 2

+

Preuve : nous pouvons le prouver de façon algébrique en montrant que l'aire du grand carré est égale à l'aire du carré intérieur, ajoutée à l'aire des 4 triangles :

+ + + + + + + ( + a + + + b + ) + + 2 + + + + = + + + + c + 2 + + + + 4 + + ( + + 1 + 2 + + a + b + ) + + + + + + a + 2 + + + + 2 + a + b + + + + b + 2 + + + + = + + + + c + 2 + + + + 2 + a + b + + + + + + a + 2 + + + + + b + 2 + + + + = + + + + c + 2 + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf