document.write( "Question 117456: The sides of a triangle are x, x+7, and x+8 units long. What would the vaule of x have to be for the triangle to be a right triangle ? \n" ); document.write( "
Algebra.Com's Answer #85464 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
x^2+(x+7)^2=(x+8)^2 this is the equation of a right angle.
\n" ); document.write( "x^2+x^2+14x+49=x^2+16x+64
\n" ); document.write( "x^2+14x-16x+49-64
\n" ); document.write( "x^2-2x-15=0
\n" ); document.write( "(x-5)(x+3)=0
\n" ); document.write( "x-5=0
\n" ); document.write( "x=5 answer.
\n" ); document.write( "proof
\n" ); document.write( "5^2+12^2=13^2
\n" ); document.write( "25+144=169
\n" ); document.write( "169=169
\n" ); document.write( "
\n" );