document.write( "Question 593890: Joh, Kevin and Jane have $120. Jane has a thied of what John has and Kevin has twice as much as Jane. How much money does, in dollars, does Kevin have? \n" ); document.write( "
Algebra.Com's Answer #376584 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! John, Kevin and Jane have $120. \n" ); document.write( "j + k + a = 120 \n" ); document.write( ": \n" ); document.write( "Jane has a third of what John has \n" ); document.write( "a = \n" ); document.write( "or \n" ); document.write( "j = 3a \n" ); document.write( ": \n" ); document.write( "and Kevin has twice as much as Jane. \n" ); document.write( "k = 2a \n" ); document.write( ": \n" ); document.write( "Find how much Jane has using the 1st equation, replace j and k \n" ); document.write( "3a + 2a + a = 120 \n" ); document.write( "6a = 120 \n" ); document.write( "a = 120/6 \n" ); document.write( "a = $20 \n" ); document.write( ": \n" ); document.write( " How much money does, in dollars, does Kevin have? \n" ); document.write( "k = 2a \n" ); document.write( "k = 2(20) \n" ); document.write( "k = $40 \n" ); document.write( " |