document.write( "Question 993425: Four times the sum of a number and six is the same as the difference of ten and three times the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #612730 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x=the number \n" ); document.write( ". \n" ); document.write( "4(x+6)=10-3x \n" ); document.write( "4x+24=10-3x \n" ); document.write( "7x=-14 \n" ); document.write( "x=-2 \n" ); document.write( "ANSWER: The number is -2. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "4(x+6)=10-3x \n" ); document.write( "4(-2+6)=10-3(-2) \n" ); document.write( "-8+24=10+6 \n" ); document.write( "16=16 \n" ); document.write( " \n" ); document.write( " |