document.write( "Question 513328: how do i write \"four times the sum of three times a number increased by two is equal to three times the difference of two times the number decreased by eight\" in number form? \n" ); document.write( "
Algebra.Com's Answer #342977 by umail08(87)![]() ![]() You can put this solution on YOUR website! Let x = the number \n" ); document.write( "1) 3x + 2 … sum of three times a number increased by two \n" ); document.write( "2) 4( 3x + 2) … four times the sum of three times a number increased by two \n" ); document.write( "3) 2x – 8 … difference of two times the number decreased by eight \n" ); document.write( "4) 3(2x – 8) … three times the difference of two times the number decreased by eight \n" ); document.write( "So your equation would be: \n" ); document.write( "4(3x + 2) = 3(2x – 8) \n" ); document.write( " \n" ); document.write( " |