document.write( "Question 583698: one number is 7 more then another. the difference between thier square is 203. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #372563 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x=y+7 \n" ); document.write( "x^2-y^2=203 \n" ); document.write( "x=18 \n" ); document.write( "y=11 \n" ); document.write( " |