document.write( "Question 999696: One number is 4 more than another. The difference between their squares is 120. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #617250 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
1.\"B=A%2B4\"
\n" ); document.write( "2.\"B%5E2-A%5E2=120\"
\n" ); document.write( "Substituting,
\n" ); document.write( "\"%28A%2B4%29%5E2-A%5E2=120\"
\n" ); document.write( "\"A%5E2%2B8A%2B16-A%5E2=120\"
\n" ); document.write( "\"8A=104\"
\n" ); document.write( "\"A=13\"
\n" ); document.write( "Then,
\n" ); document.write( "\"B=13%2B4\"
\n" ); document.write( "\"B=17\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );