document.write( "Question 657137: Multiply a number by 4 then subtract 7 from product finally the result is divided by 3.the result is 7.what is the number \n" ); document.write( "
Algebra.Com's Answer #409774 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Multiply a number by 4 then subtract 7 from product finally the result is divided by 3.the result is 7.what is the number \n" ); document.write( "---- \n" ); document.write( "Let the number be \"x\". \n" ); document.write( "Multiply by 4 to get 4x \n" ); document.write( "Subtract 7 to get 4x-7 \n" ); document.write( "Divide by 3 to get (4x-7)/3 \n" ); document.write( "Result is 7: \n" ); document.write( "Equation: \n" ); document.write( "(4x-7)/3 = 7 \n" ); document.write( "4x-7 = 21 \n" ); document.write( "4x = 28 \n" ); document.write( "x = 7 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |