document.write( "Question 778747: Divide 98 into three parts such that the second part is twice the first, and the third part is twice the second. \n" ); document.write( "
Algebra.Com's Answer #474872 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let the first part be x
\n" ); document.write( "x +2x +4x = 98
\n" ); document.write( "7x = 98
\n" ); document.write( "x = 14
\n" ); document.write( "the three parts are 14, 28, 56
\n" ); document.write( "
\n" ); document.write( "
\n" );