document.write( "Question 1168371: If mark gives john 6 apples, mark will have 2/3 of the apples that john will have.
\n" );
document.write( "Now if jaime gives 9 apples to mark then john will have 2/3 of the apples
\n" );
document.write( "that mark will help. How many apples eache have? \n" );
document.write( "
Algebra.Com's Answer #801989 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! mark = M \n" ); document.write( "john = J\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M - 6 = 2J/3\r \n" ); document.write( "\n" ); document.write( "J - 9 = 2M/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(M, J) = (117/5, 108/5) \n" ); document.write( " |