document.write( "Question 622767: I need to find all three sides of a right triangle (use the pythagorean therum to make a quadratic equation then solve)
\n" ); document.write( " Side A-X
\n" ); document.write( " Side B-X+1
\n" ); document.write( " Side C-X+2
\n" ); document.write( "

Algebra.Com's Answer #391627 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Right Triangle with Sides x, (x+1) and (x+2)...
\n" ); document.write( "Applying the Pythagorean Theorem
\n" ); document.write( " x^2 + (x+1)^2 = (x+2)^2
\n" ); document.write( " x^2 + x^2 + 2x + 1 = x^2 + 4x + 4
\n" ); document.write( " x^2 -2x - 3 = 0
\n" ); document.write( " factoring
\n" ); document.write( " (x-3)(x+1) = 0
\n" ); document.write( " x = 3 (throwing out negative solution -1 for length)
\n" ); document.write( " Sides are 3, 4, 5 \n" ); document.write( "
\n" );