document.write( "Question 560587: the sum of 3 numbers is 84. the first number is 2 times the second number and the second number is 2 times the third number. what is the value of each number \n" ); document.write( "
Algebra.Com's Answer #363972 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
third number = x
\n" ); document.write( "second number = 2x
\n" ); document.write( "first number = 2*2x=4x\r
\n" ); document.write( "\n" ); document.write( "x+2x+4x=847x=84
\n" ); document.write( "/7
\n" ); document.write( "x=12\r
\n" ); document.write( "\n" ); document.write( "12,24, 48
\n" ); document.write( "
\n" );