document.write( "Question 955031: Find a way to prove the Pythagorean Theorem \n" ); document.write( "
Algebra.Com's Answer #583375 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! ![]() \n" ); document.write( "\n" ); document.write( "First, we need to find the area of the trapezoid by using the area formula of the trapezoid. \n" ); document.write( "A=(1/2)h(b1+b2) area of a trapezoid\r \n" ); document.write( "\n" ); document.write( "In the above diagram, h=a+b, b1=a, and b2=b.\r \n" ); document.write( "\n" ); document.write( "A=(1/2)(a+b)(a+b) \n" ); document.write( "=(1/2)(a^2+2ab+b^2).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's find the area of the trapezoid by summing the area of the three right triangles. \n" ); document.write( "The area of the yellow triangle is \n" ); document.write( "A=1/2(ba).\r \n" ); document.write( "\n" ); document.write( "The area of the red triangle is \n" ); document.write( "A=1/2(c^2).\r \n" ); document.write( "\n" ); document.write( "The area of the blue triangle is \n" ); document.write( "A= 1/2(ab).\r \n" ); document.write( "\n" ); document.write( "The sum of the area of the triangles is \n" ); document.write( "1/2(ba) + 1/2(c^2) + 1/2(ab) = 1/2(ba + c^2 + ab) = 1/2(2ab + c^2).\r \n" ); document.write( "\n" ); document.write( "Since, this area is equal to the area of the trapezoid we have the following relation: \n" ); document.write( "(1/2)(a^2 + 2ab + b^2) = (1/2)(2ab + c^2).\r \n" ); document.write( "\n" ); document.write( "Multiplying both sides by 2 and subtracting 2ab from both sides we get a^2+b^2=c^2, concluding the proof. \n" ); document.write( " |