document.write( "Question 660636: 4 times the sum of a number and 5 is equal to 6 more than 3 times a number \n" ); document.write( "
Algebra.Com's Answer #411309 by Shana-D77(132)![]() ![]() You can put this solution on YOUR website! \"4 times the sum of a number and 5 is equal to 6 more than 3 times a number\" \n" ); document.write( " \n" ); document.write( "\"times\" --> X (multiply) \n" ); document.write( "\"the sum of\" --> ( ) \n" ); document.write( "\"a number\" --> n \n" ); document.write( "\"and 5\" --> + 5 \n" ); document.write( "\"is\" --> = \n" ); document.write( "\"6 more than\" --> + 6 \n" ); document.write( " \n" ); document.write( "put it all together: \n" ); document.write( "4(n + 5) = 3n + 6 \n" ); document.write( "That was the hard part! \n" ); document.write( "Now, solve... \n" ); document.write( "4n + 20 = 3n + 6 (distributed the 4) \n" ); document.write( "n + 20 = 6 (subtracted 3n from both sides) \n" ); document.write( "n = -14 (subtracted 20 from both sides) \n" ); document.write( " |