document.write( "Question 1162350: Translate (in terms of x) then solve the algebraic equations: four more than 3 times a number is 28. \n" ); document.write( "
Algebra.Com's Answer #786138 by MKOP(2) You can put this solution on YOUR website! Let the no. be x \n" ); document.write( "three times a number means 3 * x = 3x \n" ); document.write( "According to Question, \n" ); document.write( "3x+4=28 \n" ); document.write( "or 3x= 28-4 \n" ); document.write( "or 3x= 24 \n" ); document.write( "or x= 24/3 \n" ); document.write( "or x= 8 \n" ); document.write( " \n" ); document.write( " |