document.write( "Question 1107287: One number is two less than a second number. Six times the first is 44 more than 4 times the second. Find the numbers.
\n" );
document.write( "The value of the first number is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #722309 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! One number is two less than a second number. \n" ); document.write( "x = y - 2 \n" ); document.write( " Six times the first is 44 more than 4 times the second. \n" ); document.write( "6x = 4y + 44 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "3x = 2y + 22 \n" ); document.write( "replace x with (y-2) \n" ); document.write( "3(y-2) = 2y + 22 \n" ); document.write( "3y - 6 = 2y + 22 \n" ); document.write( "3y - 2y = 22 + 6 \n" ); document.write( "y = 28 is the second number \n" ); document.write( "and \n" ); document.write( "x = 28 - 2 \n" ); document.write( "x = 26 is the first number \n" ); document.write( " \n" ); document.write( " |