document.write( "Question 133868: Ok i have to solve for x in this equation:
\n" );
document.write( "x^2 + (x+7)^2 = 13^2\r
\n" );
document.write( "\n" );
document.write( "this is my work but its wrong:
\n" );
document.write( "2x^2 + 49 = 169
\n" );
document.write( "2x^2 - 120 = 0
\n" );
document.write( "square root of (0- 4*-120*2) over 4\r
\n" );
document.write( "\n" );
document.write( "please help \n" );
document.write( "
Algebra.Com's Answer #97915 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^2 + (x+7)^2 = 13^2 \n" ); document.write( "x^2+x^2+14x+49=169 \n" ); document.write( "2x^2+14x+49-169=0 \n" ); document.write( "2x^2+14x-120=0 \n" ); document.write( "2(x^2+7x-60)=0 \n" ); document.write( "(x+12)(x-5)=0 \n" ); document.write( "x=-12, x=5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |