document.write( "Question 1058981: There are three numbers on a list. The first number is twice the second number; and the second number is three times the third number. if the sum of the three numbers is 108; what are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #674062 by ikleyn(52782)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "There are three numbers on a list. The first number is twice the second number; and the second number is three times
\n" ); document.write( "the third number. if the sum of the three numbers is 108; what are the three numbers?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the 3-rd number.\r\n" );
document.write( "Then the 2-nd number is 3x.\r\n" );
document.write( "Then the 1-st number is 2*(3x) = 6x.\r\n" );
document.write( "\r\n" );
document.write( "The sum of the three is x + 3x + 6x = 10x.\r\n" );
document.write( "\r\n" );
document.write( "The equation is 10x = 108.\r\n" );
document.write( "\r\n" );
document.write( "Find x.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );