document.write( "Question 354180: If 16 is added to one-third of a number, the result is three times the number.
\n" );
document.write( "What is the number? \n" );
document.write( "
Algebra.Com's Answer #253143 by ewatrrr(24785) You can put this solution on YOUR website! HI, \n" ); document.write( "Let n represent the number \n" ); document.write( ". \n" ); document.write( "question states \n" ); document.write( "(n/3) + 16 = 3*n \n" ); document.write( ". \n" ); document.write( "simplify and solve \n" ); document.write( ". \n" ); document.write( "Muliplying each term on both sides of the equality by 3 \n" ); document.write( "n + 48 = 9*n \n" ); document.write( ". \n" ); document.write( "48 = 8n \n" ); document.write( "n = 6 \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "2 + 16 = 3*6 \n" ); document.write( " |