From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- .../examples/mathml_pythagorean_theorem/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/pt-pt/web/mathml/examples/mathml_pythagorean_theorem/index.html (limited to 'files/pt-pt/web/mathml/examples/mathml_pythagorean_theorem') diff --git a/files/pt-pt/web/mathml/examples/mathml_pythagorean_theorem/index.html b/files/pt-pt/web/mathml/examples/mathml_pythagorean_theorem/index.html new file mode 100644 index 0000000000..d4edbfc4dd --- /dev/null +++ b/files/pt-pt/web/mathml/examples/mathml_pythagorean_theorem/index.html @@ -0,0 +1,19 @@ +--- +title: Provar o teorema de Pitágoras +slug: Web/MathML/Examples/MathML_teorema_de_Pitagoras +tags: + - Beginner + - Educação de matemática + - Exemplo + - Guía + - Matemática HTML5 + - MathML +translation_of: Web/MathML/Examples/MathML_Pythagorean_Theorem +--- +

Iremos provar o teorema de Pitágoras:

+ +

Declaração: Num triângulo retângulo, o quadrado da hipotenusa é igual à soma dos quadrados dos outros dois lados.

+ +

Isto é, se a e b são os catetos, e c é a hipotenusa então  a 2 + b 2 = c 2 .

+ +

Prova: Podemos provar o teorema algebricamente mostrando que a área do quadrado grande é igual à área do quadrado interior (hipotenusa ao quadrado) mais a área dos quatro triângulos:( a + b ) 2 = c 2 + 4 ( 1 2 a b )                                a 2 + 2 a b + b 2 = c 2 + 2 a ba 2 + b 2 = c 2

-- cgit v1.2.3-54-g00ecf