document.write( "Question 1137117: The sum of two numbers is 17, and twice the larger exceeds three times the smaller by 4. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #754943 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x be the smaller number.   \r\n" );
document.write( "\r\n" );
document.write( "Then the larger number is (17-x).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "What the condition says about these numbers, is this equality\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    2*(17-x) = 3*x + 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve this equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     34 - 2x = 3x + 4\r\n" );
document.write( "\r\n" );
document.write( "     34 - 4 = 3x + 2x\r\n" );
document.write( "\r\n" );
document.write( "     30     = 5x    ======>  x = \"30%2F5\" = 6.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The smaller number is 6.  The larger number is 17-6 = 11.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.   Twice the larger is 2*11 = 22;  three times the smaller is 3*6 = 18;  22 - 18 = 4.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );