Question 163736
Let x = Eric's age
Let y = Bill's age
Let z = Beth's age
-----
since Eric is 2 years younger than his brother Bill,
x = y-2
-----
since Eric is 2 years older than his sister Beth,
x = z+2
-----
since the sum of all their ages equals 60,
x + y + z = 60
-----
since y-2 and z+2 are both equal to x, then they are equal to each other.
y-2 = z+2
solving for y, we get
y = z+4
-----
we should be able to solve for z.
using the equation for the sum of their ages = 60, we have
x + y + z = 60
-----
since y = z+4, we can substitute in the equation to get
x + (z+4) + z = 60
-----
since x = z + 2, we can substitute in the original equation again to get
(z+2) + (z+4) + z = 60
this becomes
z+2+z+4+z = 60
which becomes
3z+6 = 60
which becomes
3z = 54
which becomes
z = 18
-----
since we know z, we can solve for x and for y.
x = z+2 = 18 + 2 = 20
y = z+4 = 18 + 4 = 22
-----
sum of their ages is 60
x + y + z = 60
20 + 22 + 18 = 60
60 = 60
sum equations are good.
-----
x = Eric's age = 20
y = Bill's age = 22
z = Beth's age = 18
-----
Eric is 2 years younger than Bill.
20 + 2 = 22
-----
Eric is 2 years older than Beth
20 - 2 = 18
-----
all formulas check out.
Eric is 20
Bill is 22
Beth is 18
-----