document.write( "Question 1183198: please help me solve \r
\n" );
document.write( "\n" );
document.write( "find two consecutive whole numbers such that 5 times the smaller number added to 3 times the greater number makes 59\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #813398 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find two consecutive whole numbers \n" ); document.write( " x, x+1 \n" ); document.write( " such that 5 times the smaller number added to 3 times the greater number makes 59 \n" ); document.write( "5x + 3(x+1) = 59 \n" ); document.write( "5x + 3x + 3 = 59 \n" ); document.write( "8x = 59 - 3 \n" ); document.write( "8x = 56 \n" ); document.write( "x = 56/8 \n" ); document.write( "x = 7 \n" ); document.write( ": \n" ); document.write( "numbers are 7 and 8, you can confirm this in the original equation \n" ); document.write( "5(7) + 3(8) \n" ); document.write( " |