Using the theory of simultaneous equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
adam640
Messages
19
Reaction score
0

Homework Statement


A, B, C and D are celebrating their joint birthdays and find
that their ages add up to exactly 100 years. The sum of A's and
D's ages equals the sum of B and C, while the di fference between
the ages of A and D is twice C's age. Finally when D is as old
as A is now, C will be twice as old as B is now.
Given that A is older than D, how old are the four of them?


Homework Equations


I constructed the following but I am unsure if they are correct, and where I would go from there?
a+b+c+d = 100
a+d = b+c
a-d = 2c
a > d
when... d = a
2c = b

Any help greatly appreciated, thanks
 
Physics news on Phys.org
adam640 said:

Homework Statement


A, B, C and D are celebrating their joint birthdays and find
that their ages add up to exactly 100 years. The sum of A's and
D's ages equals the sum of B and C, while the difference between
the ages of A and D is twice C's age. Finally when D is as old
as A is now, C will be twice as old as B is now.
Given that A is older than D, how old are the four of them?

Homework Equations


I constructed the following but I am unsure if they are correct, and where I would go from there?
a+b+c+d = 100
a+d = b+c
a-d = 2c
a > d
when... d = a
2c = b

The last part (which I bolded) isn't right. Let's look at the statement: "Finally when D is as old as A is now, C will be twice as old as B is now."

Suppose D is 15 and A is 21. "When D is as old as A is now" would mean 6 years (21 minus 15) from now. In general, this would be the difference in their ages (A-D). So 'after this number of years, C's age' would mean that you would add this difference to C's age, and the sum would equal twice B's age. So the remaining equation would be
c + (a - d) = 2b

Now you have four equations and four unknowns.
a + b + c + d = 100
a + d = b + c
a - d = 2c
c + (a - d) = 2b(Hope I'm not giving too much away -- the OP did attempt at the set up.)
 
Solved! Thanks for your help. I got a = 45, b = 30, c = 20, d = 5!