document.write( "Question 615474: The difference between two numbers is 2 and the difference of their squares is 28.Find the numbers? \n" ); document.write( "
Algebra.Com's Answer #387196 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: \"The difference between two numbers is 2\" means that \"x-y=2\". You can solve for x to get \"x+=+y%2B2\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The \"difference of their squares is 28\" means \"x%5E2-y%5E2=28\". From here, you can plug in \"x+=+y%2B2\" to get \"%28y%2B2%29%5E2-y%5E2=28\"
\n" ); document.write( "
\n" ); document.write( "
\n" );