document.write( "Question 1097991: Define all of your unknowns and use at least 2 distinct variables for the problem.
\n" ); document.write( "The sum of 3 integers is 120. The second integer is double the first. The third is triple the first. Find the integers.
\n" ); document.write( "

Algebra.Com's Answer #712390 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
integers are x, 2x, third is y
\n" ); document.write( "x+2x+y=120
\n" ); document.write( "3x+y=120
\n" ); document.write( "y=120-3x
\n" ); document.write( "y=3x
\n" ); document.write( "therefore, 3x=120-3x
\n" ); document.write( "6x=120
\n" ); document.write( "x=20
\n" ); document.write( "2x=40
\n" ); document.write( "120-3x=60
\n" ); document.write( "numbers are 20, 40, 60
\n" ); document.write( "
\n" ); document.write( "
\n" );