Age problems is another commonly tested concept on competitive exams. Solving many practice problems is the key to mastering this topic. Interpreting the language of what is given and what is asked of is the biggest challenge you would need to overcome. Lets look at some commonly used phrases throughout these problems.
- If the present age is $a$, then $n$ times the present age = $an$.
- If the present age is $a$, then $n$ years later, age = $a+n$.
- If the present age is $a$, then age $n$ years ago = $a-n$.
The next step would be to organize the given information. What usually works for me is putting a chart together and to keep plugging pieces of data that are given. Let's walk through a few examples to see how this works.
Example 1: Tim's age is three times his son, Alex's age. After $10$ years, he would only be twice Alex's age. What is Alex's present age?
Solution:
| Current Age | Age $10$ years later |
Tim | $3x$ | $3x+10, 2(x+10)$ |
Alex | $x$ | $x+10$ |
I usually like to keep time periods going across on top, and my characters going down. In this example, we have current ages, and ages $10$ years later. We now start populating the cells with what we know. Lets assign Alex's current age to be $x$. The problem tells us that Tim's age is $3$ times that, so his current age must be $3x$ years. $10$ years later, Alex would be $x+10$ years old, and Tim will be $3x+10$ years old. We also have another clue on Tim's age - Tim will be twice Alex's age in $10$ years, leading us to $2(x+10)$.
This gives us $2$ ways to represent Tim's age $\Rightarrow 3x+10$ and $2(x+10)$. We can now set these expressions equal and solve for $x$.
$$3x+10 = 2(x+10) \Rightarrow 3x+10 = 2x+20 \Rightarrow x = 10$$
We thus have Alex's current age, $\boxed{10 \text{ years}}$
Example 2: Jack is twice as old as his friend Pam. Pam is $5$ years older than Austin. In $5$ years, Jack will be three times as old as Austin. How old is Pam now?
Solution
| Current Age | Age $5$ years later |
Jack | $2x$ | $2x+5, 3(x-5+5)$ |
Pam | $x$ | $x+5$ |
Austin | $x-5$ | $x-5+5$ |
Here we can start by calling Pam's current age as $x$. (It often helps to set $x$ as the value the problem is asking you for, in this case, Pam's age). We can fill out this chart in a similar fashion as we did in Example 1. In this problem, we come across two ways to write Jack's age in $5$ years $\Rightarrow 2x+5$ and $3(x-5+5)$. Equating the two and solving for $x$ gives us our answer.
$$2x+5 = 3(x-5+5) \Rightarrow 2x+5 = 3x \Rightarrow x=5$$
Therefore, Pam's current age is $\boxed{5 \text{ years}}$
Comments
Post a Comment