document.write( "Question 1006311: $ 144 is divided between Jean, Alice and Kevin. Jean gets half as much as Alice and one third as much as Kevin. how much does each of them get \n" ); document.write( "
Algebra.Com's Answer #622485 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
jean=x
\n" ); document.write( "alice=2x
\n" ); document.write( "kevin=3x
\n" ); document.write( "----------------
\n" ); document.write( "x+2x+3x=144
\n" ); document.write( "6x=144
\n" ); document.write( "x=144/6
\n" ); document.write( "x=24
\n" ); document.write( "2x=48
\n" ); document.write( "3x=72
\n" ); document.write( "
\n" );