document.write( "Question 1145241: Three boys decide to trade marbles, jacks and checkers. They agree that m marbles can be traded for J jacks, and j jacks for c checkers. What is the number of marbles needed to get C checkers? \n" ); document.write( "
Algebra.Com's Answer #766464 by greenestamps(13219)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If C and c are the same, and J and j are the same, then the answer is simple:

\n" ); document.write( "c checkers = j jacks = m marbles.

\n" ); document.write( "However, since that answer is trivial, and since both C and c, and both J and j, are used in the statement of the problem, I will assume C and c are not necessarily the same, and that J and j are not necessarily the same.

\n" ); document.write( "Then the answer can be found by multiplying \"C checkers\" by unit fractions that change the units without changing the measurement:
\r\n" );
document.write( "                  j jacks       m marbles     C*j*m\r\n" );
document.write( "   C checkers * ------------ * ----------- = ------- marbles\r\n" );
document.write( "                 c checkers      J jacks       c*J
\n" ); document.write( "
\n" );