document.write( "Question 1052205: One number is three times a first number. A third number is 100 more than the first number. If the sum of the three numbers is 220. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #667632 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!
x,y,z\r
\n" ); document.write( "\n" ); document.write( "\"y\"=\"3x\"
\n" ); document.write( "\"z\"=\"100%2Bx\"\r
\n" ); document.write( "\n" ); document.write( "\"x%2By%2Bz\"=\"220\"
\n" ); document.write( "\"x%2B3x%2B100%2Bx\"=\"220\"
\n" ); document.write( "\"5x\"=\"120\"
\n" ); document.write( "\"x\"=\"24\"
\n" ); document.write( "\"y\"=\"72\"
\n" ); document.write( "\"z\"=\"124\"
\n" ); document.write( "
\n" );