document.write( "Question 875435: The sum of two numbers is 24. Adding five times the smaller number to the greater number gives 68. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #528166 by bond(4)![]() ![]() ![]() You can put this solution on YOUR website! let G be the Greater Number and S be the Smaller Number.\r \n" ); document.write( "\n" ); document.write( "G + S = 24 ............(1) \n" ); document.write( "G + 5S = 68 ............(2)\r \n" ); document.write( "\n" ); document.write( "Eq. (2) - (1) yields\r \n" ); document.write( "\n" ); document.write( "4S = 68 -24; \n" ); document.write( "S = 11;\r \n" ); document.write( "\n" ); document.write( "Hence putting S = 11 in eq. (1) or (2) yields G = 13.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |