document.write( "Question 1012525: when a number is multiplied by 4 before subtracting from 68, the result obtained is the same as three times the sum of the number and 4. Find the number. \n" ); document.write( "
Algebra.Com's Answer #628513 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x. Then we can write and solve... \n" ); document.write( "68 - 4x = 3(x + 4) \n" ); document.write( "68 - 4x = 3x + 12 \n" ); document.write( "Now subtract 12 and add 4x to both sides...we get \n" ); document.write( "56 = 7x and \n" ); document.write( "x = 8 \n" ); document.write( " |