document.write( "Question 948979: one number is two more than a second number. twice the first is 4 less than 3 times the second. find the number \n" ); document.write( "
Algebra.Com's Answer #579275 by macston(5194)![]() ![]() You can put this solution on YOUR website! x=one number; x-2= second number \n" ); document.write( "2(x)=3(x-2)-4 \n" ); document.write( "2x=3x-6-4 Add 10 to each side. \n" ); document.write( "2x+10=3x Subtract 2x from each side. \n" ); document.write( "x=10 ANSWER: The number is 10 \n" ); document.write( "CHECK \n" ); document.write( "x-2=second number=8 \n" ); document.write( "2(10)=3(8)-4 \n" ); document.write( "20=20 \n" ); document.write( " |