document.write( "Question 1067096: if 1 is added to a number and the sum is tripled, the result is 7 more than the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #682448 by Boreal(15235) You can put this solution on YOUR website! 3(x+1)=x+7 is the equation. \n" ); document.write( "2x+3=7 \n" ); document.write( "2x=4 \n" ); document.write( "x=2. Add 1 to get 3. Triple it to get 9, which is 7 more than 2. \n" ); document.write( " |