document.write( "Question 907836: If the difference between two numbers is 6, and the difference of their squares is 180, what is the sum of the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #550652 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the smaller number \n" ); document.write( "(x+6)^2 - x^2 = 180 \n" ); document.write( "12x + 36 = 180 \n" ); document.write( "12x = 144 \n" ); document.write( "x = 12, the smaller number. Larger is 18 \n" ); document.write( "and.. \n" ); document.write( "324-144 = 180 \n" ); document.write( " |