document.write( "Question 786000: What would this phase look like in an actual expression? Five times a number is increased by two. This result is then decreased by three times the number. The result is three more than three times the number \n" ); document.write( "
Algebra.Com's Answer #477800 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What would this phase look like in an actual expression? \n" ); document.write( " Five times a number is increased by two. \n" ); document.write( " This result is then decreased by three times the number. \n" ); document.write( " The result is three more than three times the number \n" ); document.write( ": \n" ); document.write( "5n + 2 - 3n = 3n + 3 \n" ); document.write( "combining like terms \n" ); document.write( "5n - 3n - 3n = 3 - 2 \n" ); document.write( "5n - 6n = 1 \n" ); document.write( "-n = 1 \n" ); document.write( "mult both sides by -1 \n" ); document.write( "n = -1 \n" ); document.write( " |