document.write( "Question 1193931: Find three consecutive whole numbers such that twice the sum of the two smallest numbers is 10 more than three times the largest number. \n" ); document.write( "
Algebra.Com's Answer #825985 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find three consecutive whole numbers such that twice the sum of the two smallest numbers
\n" ); document.write( "is 10 more than three times the largest number.
\n" ); document.write( "~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let the numbers be n, (n+1) and (n+2).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Write equation as you read the problem\r\n" );
document.write( "\r\n" );
document.write( "    2*(n + (n+1)) = 3*(n+2) + 10.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now simplify and find \"n\"\r\n" );
document.write( "\r\n" );
document.write( "    2n + 2n + 2 = 3n + 6 + 10\r\n" );
document.write( "\r\n" );
document.write( "    4n + 2 = 3n + 16\r\n" );
document.write( "\r\n" );
document.write( "    4n - 3n = 16 - 2\r\n" );
document.write( "\r\n" );
document.write( "       n    =    14\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The numbers are 14, 15 and 16.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, answered and explained.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );