document.write( "Question 970018: the difference between two numbers is 3. If the square of the smaller number is equal to four times of the larger number, find the two numbers.\r
\n" );
document.write( "\n" );
document.write( "P.S I really appreciate your help:) \n" );
document.write( "
Algebra.Com's Answer #592689 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1 & 4 \n" ); document.write( "============ \n" ); document.write( "x - y = 3 \n" ); document.write( "x = 4y \n" ); document.write( "4y - y = 3 \n" ); document.write( "3y = 3 \n" ); document.write( "y = 1 \n" ); document.write( "x = 4 \n" ); document.write( " |