document.write( "Question 41853: trying to figure out how to work out the answer to (x - 2)squared + x squared = (x + 2)squared i worked it down to x squared - 8x = 0 \n" ); document.write( "
Algebra.Com's Answer #27098 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay we have \n" ); document.write( "(x-2)^2 + x^2 = (x+2)^2 \n" ); document.write( "x^2 - 4x + 4 + x^2 = x^2 + 4x + 4 \n" ); document.write( "and yes \n" ); document.write( "x^2 - 8x = 0 \n" ); document.write( "x(x - 8) = 0 \n" ); document.write( "and x = 0 or x = 8 \n" ); document.write( " |