document.write( "Question 1168166: One number is four less than a second number. Six times the first number is 8 more than 2 times the second. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #792778 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x is the first
\n" ); document.write( "x+4 is the second
\n" ); document.write( "6x-8=2(x+4). Note, I could add the 8 to the other side if I wished.
\n" ); document.write( "4x=16
\n" ); document.write( "x=4
\n" ); document.write( "x+4=8\r
\n" ); document.write( "\n" ); document.write( "24=2(8)+8
\n" ); document.write( "
\n" );