document.write( "Question 379327: One number is two more than a second number. Twice the first is 4 less than 3 times the second. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #269323 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is two more than a second number. Twice the first is 4 less than 3 times the second. Find the numbers.\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "x = y+2 \n" ); document.write( "2x= 3y-4 \n" ); document.write( "---------- \n" ); document.write( "Substitute for x and solve for \"y\": \n" ); document.write( "2(y+2) = 3y-4 \n" ); document.write( "2y+4 = 3y-4 \n" ); document.write( "y = 8 (the 2nd number) \n" ); document.write( "----- \n" ); document.write( "Since x = y + 2, x = 10 (the 1st number) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |