document.write( "Question 765761: the sum of three numbers is 101. the second number is 9 more than the first. the third number is 3 times the second number. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #466515 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
First number = x
\n" ); document.write( "Second number = 9 + x
\n" ); document.write( "Third number = 3(9 + x)
\n" ); document.write( "x + 9 + x + 27 + 3x = 101
\n" ); document.write( " 5x = 101 - 27 - 9
\n" ); document.write( " 5x = 65
\n" ); document.write( " x = 65/5
\n" ); document.write( " x = 13
\n" ); document.write( "First number = 13
\n" ); document.write( "Second number = 22
\n" ); document.write( "Third number = 66
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );