document.write( "Question 886078: The sum of two numbers is 47. One of the numbers is 2 more than twice the other number. Find the value of the smaller number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535633 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 47. One of the numbers is 2 more than twice the other number. Find the value of the smaller number. \n" ); document.write( "*** \n" ); document.write( "let x=smaller number \n" ); document.write( "47-x=larger number \n" ); document.write( ".. \n" ); document.write( "47-x=2x+2 \n" ); document.write( "3x=45 \n" ); document.write( "x=15 \n" ); document.write( "47-x=32 \n" ); document.write( "smaller number=15 \n" ); document.write( " \n" ); document.write( " |