[Math] Find the ages of three people, given their sum and two relations between the ages

algebra-precalculusword problem

Solve this riddle:

“Ma and Pa and brother and me
The sum of our ages is eighty-three
Six times Pa’s age is seven times Ma’s age
And Ma’s age is three times my age.”

What is Pa’s age? What is Ma’s age? What is my brother’s age? What is my age?

I try by setting up three equations from the problem
$$A+B+C+D=83$$ where I took $A$ to be Ma's age, $B$ to be Pa's age, $C$ to be my brother's age and $D$ to be my age.

I then came up with two other equations $6B=7A$ and $A=3D$. I later solve these and came up with $15D+2C=166$ but I am lost and need help.

Best Answer

  • $P$ Pa
  • $M$ Ma
  • $B$ Brother
  • $Y$ You

$$P + M + B + Y = 83$$ $$6P = 7M$$ $$M = 3Y$$

Combine and write everything in terms of $B$ and $Y$.

$$21/6 Y + 3Y + B + Y = 83$$ $$45 Y + 6B = 498$$

Sum of even numbers is even, so $Y$ must be even, call it $Y=2n$:

$$90n + 6Y = 498$$ $$15n + Y = 83$$ $$\begin{bmatrix} n \\ B \end{bmatrix} = \begin{bmatrix} n \\ 83 - 15n \end{bmatrix}$$ $$\begin{bmatrix} Y \\ B \end{bmatrix} = \begin{bmatrix} 2n \\ 83 - 15n \end{bmatrix}$$

Insert back in the parents:

$$\begin{bmatrix} P \\ M \\ Y \\ B \end{bmatrix} = \begin{bmatrix} 7n \\ 6n \\ 2n \\ 83 - 15n \end{bmatrix}$$

I think we can assume $B \ge 0$, so $83 - 15n \ge 0$, so $n \le 5$.

Hopefully $B < M$, so $83 - 15n < 6n$, so $n \ge 4$.

So your choices are $n=4$ or $n=5$:

$$\begin{bmatrix} P \\ M \\ Y \\ B \end{bmatrix} = \begin{bmatrix} 28 \\ 24 \\ 8 \\ 23 \end{bmatrix} \text{ or } \begin{bmatrix} 35 \\ 30 \\ 10 \\ 8 \end{bmatrix}$$

Assuming you are humans and your brother isn't adopted, it's probably the second one.

Related Question