document.write( "Question 1143846: At first, Josh and May had some marbles each. After Josh gave 1/4 of his marbles to May. May had 3 times as many marbles as him. May then gave Josh 12 marbles. In the end, each of them had an equal number of marbles. How many marbles did May have at first? Please help \n" ); document.write( "
Algebra.Com's Answer #764767 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll help you get started; you should have the experience of doing the work to get the answer yourself. \n" ); document.write( "In the beginning, Josh has j marbles and May has m marbles: \n" ); document.write( "Josh = j; \n" ); document.write( "May = m \n" ); document.write( "Then Josh gives 1/4 of his marbles to May: \n" ); document.write( "Josh = j-(1/4)j = (3/4)j; \n" ); document.write( "May = m+(1/4)j \n" ); document.write( "At this point, May has 3 times as many marbles as Josh: \n" ); document.write( "(1) \n" ); document.write( "Next May gives 12 marbles to Josh: \n" ); document.write( "Josh = (3/4)j+12; \n" ); document.write( "May = m+(1/4)j-12 \n" ); document.write( "Now the two have the same number of marbles: \n" ); document.write( "(2) \n" ); document.write( "There you have 2 equations in j and m; use whatever method you like for solving pairs of equations to solve the problem. \n" ); document.write( "While there are many ways to do that, the path I followed was to solve equation (1) for m and substitute that value in (2). \n" ); document.write( " |