document.write( "Question 99366This question is from textbook
\n" );
document.write( ": Ok\r
\n" );
document.write( "\n" );
document.write( "We have a right triangle, the hypotanuse is R+4, one of the legs is R and one is 8. I get (4+r)^2=r^2+8^2 .. how do i solve this with out the r^2 canceling out? \n" );
document.write( "
Algebra.Com's Answer #72284 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a=r b=8 c=r+4 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "r^2+8^2=(r+4)^2 \n" ); document.write( "r^2+64=r^2+8r+16 \n" ); document.write( "subtract r^2+64 from both sides: 8r-48=0 \n" ); document.write( "8r=48 \n" ); document.write( "r=6 \n" ); document.write( "a=6, b=8, c=10 \n" ); document.write( "Ed \n" ); document.write( " |