document.write( "Question 713395: If 48 is added to one third of a number the triple of the number is the result. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #438443 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! If 48 is added to one third of a number the triple of the number is the result. What is the number? \n" ); document.write( " \n" ); document.write( "multiply by 3 \n" ); document.write( "n + 3(48) = 3(3n) \n" ); document.write( "144 = 9n - n \n" ); document.write( "144 = 8n \n" ); document.write( "n = 144/8 \n" ); document.write( "n = 18 is the number \n" ); document.write( ": \n" ); document.write( "You can check this in the original equation, replace n with 18. \n" ); document.write( " |