document.write( "Question 795550: if 3 is added to a number and the sum is tripled, the result is 13 more than the number.? \n" ); document.write( "
Algebra.Com's Answer #481045 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! if 3 is added to a number and the sum is tripled, the result is 13 more than the number. \n" ); document.write( "3(3 + x) = 13 + x \n" ); document.write( "9 + 3x = 13 + x \n" ); document.write( "Collect like terms: \n" ); document.write( "3x - x = 13 - 9 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 \n" ); document.write( "The number is 2. \n" ); document.write( "Hope this helps \n" ); document.write( ":-) \n" ); document.write( " |