If you've spent some time reviewing the various GRE resources out there, you'll inevitably run into…
GRE Word Problems: What’s in An Age?
A common type of word problem that gives many of my GRE students difficulty concerns age. Age questions are a sub-type of word problems and thus require the approach you should take toward all word problems: identify unknowns, assign variables, create algebraic relationships, and solve. However, you will need to keep a couple key facts in mind. Let’s look at an example:
Bob is thirteen years older than Jack. In three years Bob will be twice as old as Jack. How old is Jack right now?
Step 1) Assign variables: Let j = Jack’s current age and let b = Bob’s current age
Before moving on, it’s important to understand the emphasis on current age. In most age questions, you will be given information about the people’s ages at some earlier or later point. By assigning variables for the current age, you will be able to express these new ages in terms of the current ages instead of introducing new variables.
Step 2) Identify relationships:
Relationship #1: “Bob is thirteen years older than Jack”
b = j + 13
Relationship #2: “In three years Bob will be twice as old as Jack.”
Bob’s age in three years will be b + 3. Jack’s age in three years will be j + 3.
Since Bob’s age in three years will be double Jack’s age in three years, you can construct the following equation: b + 3 = 2(j + 3)
Note that it would be incorrect to write the equation: b + 3 = 2j. Why? Because the relationship concerns Bob’s and Jack’s ages in three years, so we need to make sure to add three to each of their current ages.
3) Combine the equations to solve:
b = j + 13
b + 3 = 2(j + 3)
Since the question asks to solve for j, you should substitute (j + 13) for b in the second equation.
(j + 13) + 3 = 2(j + 3) => j + 16 = 2j + 6 => 10 = j
Questions like this can trip up test-takers because of the confusion involved in assigning variables and expressing new values in terms of those variables. When doing any word problem, it’s essential that you track the variables that you’ve assigned and how they change with each new piece of information.