document.write( "Question 1149981: The sum of two numbers is 38. The greater number is 5 more than twice the lesser number. What is the greater of the two numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #771318 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Smaller number = x \n" ); document.write( "So larger number (5 more than twice the smaller) = 2x+5 \n" ); document.write( "The sum of the two numbers is 38: \n" ); document.write( "x + (2x+5) = 38 \n" ); document.write( "Solve using basic algebra. \n" ); document.write( "Then remember that the question asks for the larger number, which is 2x+5, not x. \n" ); document.write( " \n" ); document.write( " |