document.write( "Question 256393: if the number is trebled, it gives the same result as when 28 is added to it. what is the number? \n" ); document.write( "
Algebra.Com's Answer #188515 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the number \n" ); document.write( "tripled means 3x \n" ); document.write( "3x = x + 28 \n" ); document.write( "subtract x to get \n" ); document.write( "2x = 28 \n" ); document.write( "divide by 2 to get \n" ); document.write( "x = 14. \n" ); document.write( " |