document.write( "Question 554064: My dad and I are trying to figure out this problem:
\n" );
document.write( " \"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers\" \n" );
document.write( "
Algebra.Com's Answer #361196 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! \"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers\" \n" ); document.write( "----------------- \n" ); document.write( "x + y = 10 \n" ); document.write( "x = 2y + 4 \n" ); document.write( "----- \n" ); document.write( "Sub for x in the 1st eqn \n" ); document.write( "(2y+4) + y = 10 \n" ); document.write( "3y + 4 = 10 \n" ); document.write( "3y = 6 \n" ); document.write( "y = 2 \n" ); document.write( "------ \n" ); document.write( "x = 8 \n" ); document.write( " \n" ); document.write( " |