document.write( "Question 347776: one number is two less than a second number. Twice the first is 4 more than 3 times the second. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #248646 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "first number \n" ); document.write( "x-2 \n" ); document.write( "second number x \n" ); document.write( ".. \n" ); document.write( "2(x-2)=3x+4 \n" ); document.write( "2x-4=3x+4 \n" ); document.write( "x=-8\r \n" ); document.write( "\n" ); document.write( "the numbers are - 8 & -6 \n" ); document.write( " |