SOLUTION: 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

Algebra ->  Equations -> SOLUTION: 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       Log On


   



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
Found 3 solutions by greenestamps, KMST, ikleyn:
Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


I'll help you get started; you should have the experience of doing the work to get the answer yourself.

In the beginning, Josh has j marbles and May has m marbles:
Josh = j;
May = m

Then Josh gives 1/4 of his marbles to May:
Josh = j-(1/4)j = (3/4)j;
May = m+(1/4)j

At this point, May has 3 times as many marbles as Josh:
(1) m%2B%281%2F4%29j+=+3%28%283%2F4%29j%29

Next May gives 12 marbles to Josh:
Josh = (3/4)j+12;
May = m+(1/4)j-12

Now the two have the same number of marbles:
(2) %283%2F4%29j%2B12+=+m%2B%281%2F4%29j-12

There you have 2 equations in j and m; use whatever method you like for solving pairs of equations to solve the problem.

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).

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
THE ALGEBRA CLASS SOLUTION:
We have two unknown numbers, so we need two variables.
We are given two facts, so we can make two equations.
Choosing variables is an art, but practice makes you a better artist.
My variables:
Josh starts with 4n marbles (n is a positive integer), and n is the number of marbles Josh gives May.
May starts with M marbles.
Fist Fact: "After Josh gave 1/4 of his marbles to May,
May had 3 times as many marbles as him."
My first equation draft: M%2Bn=3%283n%29 .
(I can simplify that equation to M=8n ).
Second Fact: "May then gave Josh 12 marbles.
In the end, each of them had an equal number of marbles."
My second equation draft: M%2Bn-12=3n%2B12 .
(I can simplify that equation to M-2n=24 ).
At that point, I solve fornr n first,
substituting 8n for M in my second equation.
Then, I use the n value found to find M using the first equation.

THE FIFTH GRADER SOLUTION:
The fifth grader uses trial and error, tabulating results of each try.
Josh starts with a number of marbles that is a multiple of 4.
There are three points in the story:
the start, when Josh has J1 marbles and May has M1 ,
the midpoint, when they have J2 and M2 marbles,
and the end, when they have J3 and M3 marbles.
It could be J1=4+ , or 8, or 12, or 16, and so on.
That would be the first numbered entered on the table.
After he gives 1/4 of his marbles to May, Josh has J2 marbles,
and May has M2 marbles, and those are the next entries.
The fifth grader does not worry about M1 ,
because he realizes try #1 did not work.
He just keeps calculating until he gets to both kids having
the same number J3=M3 of marbles at the end.
Here is the fifth grader's table:

Looking at the line that end in "24 24" ,
the fifth grader realizes that
if May had M2=36 marbles after receiving 4 marbles from Josh,
she must have started with M1=36-4=highlight%2832%29 .

Answer by ikleyn(52775) About Me  (Show Source):
You can put this solution on YOUR website!
.

            After seeing the solutions from two our respectful tutors, you, probably, have a wish to see something more simple.

            I will try to satisfy this desire by presenting as simple solution as possible.


From the condition, it is clear that the number of marbles Josh had initially, is multiple of 4.

Let x be  1/4  of Josh's marbles, that he had initially.

So, Josh had initially 4x marbles; at the first exchange, he gave 1/4 of it, i.e. x marbles, to May.

Thus after first exchange, Josh left with 3x marbles, while May had 3 times 3x marbles, i.e. 9x marbles.



After the second exchange, Josh has (3x+12) marbles, while May has (9x-12) marbles.



These amounts are the same, so you have this simple equation

    3x + 12 = 9x - 12.



You can EASILY solve it :

    12 + 12 = 9x - 3x,   or   24 = 6x,   which implies  x= 24/6 = 4.


Thus Josh had initially 4x = 16 marbles.



After first exchange, May had  9x = 9*4 = 36 marbles; but  4 of them came from Josh  (! remember,  x= 4 !),   

so May had initially  36 - 4 = 32 marbles.    ANSWER


Solved.