document.write( "Question 794789: f 3 is added to a number and the sum is tripled, the result is 23 more than the number. What is the number?I \n" ); document.write( "
Algebra.Com's Answer #480735 by Cromlix(4381) You can put this solution on YOUR website! Number = x \n" ); document.write( "If 3 is added to a number and the sum is tripled. \n" ); document.write( "3(3 + x) \n" ); document.write( "the result is 23 more than the number. \n" ); document.write( "3(3 + x) = 23 + x \n" ); document.write( "9 + 3x = 23 + x \n" ); document.write( "Collect like terms; \n" ); document.write( "2x = 23 - 9 \n" ); document.write( "2x = 14 \n" ); document.write( "x = 7 \n" ); document.write( "The number is 7. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |