document.write( "Question 932463: the sum of two numbers is 54.If the larger is divided by the smaller , the quotient is 2 and the remainder is 3.Find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566146 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 54.If the larger is divided by the smaller , the quotient is 2 and the remainder is 3.Find the numbers \n" ); document.write( "*** \n" ); document.write( "let x=smaller number \n" ); document.write( "54-x=larger number \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "54-x=2x+3 \n" ); document.write( "3x=51 \n" ); document.write( "x=17 \n" ); document.write( "54-x=37 \n" ); document.write( "smaller number=17 \n" ); document.write( "larger number=37 \n" ); document.write( " |