q < r < s

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 16
Joined: Thu Feb 21, 2008 4:24 pm

q < r < s

by GMATPR » Sat Apr 19, 2008 8:43 am
Hi All,
I am having hard time solving this problem within 2 min. Please any one have simplest way to find a solution.

If q, r, and s are consecutive even integers and q < r < s, which of the following CANNOT be the value of s2 – r2 – q2?

1. -20
2. 0
3. 8
4. 12
5. 16

Ans:8
Source: — Problem Solving |

Legendary Member
Posts: 631
Joined: Mon Feb 18, 2008 11:57 pm
Thanked: 29 times
Followed by:3 members

by netigen » Sat Apr 19, 2008 10:12 am
Did you mean?

S^2 - R^2 - Q^2

A quick option is:

(q+4)^2 - (q+2)^2 - q^2 = -(q^2) + 4q + 12

Lets say this equates to X, then

q^2 - 4q + (X-12) = 0

for X = -20 we have a soln
for X = 0 we have a soln
for X = 8 we do not have a soln

so Ans should be C

Junior | Next Rank: 30 Posts
Posts: 16
Joined: Thu Feb 21, 2008 4:24 pm

by GMATPR » Sun Apr 20, 2008 7:46 am
Thanks netigen, How will you know that you have to use this format to solve this problem. Is their any tactics to do inequality problems.

Legendary Member
Posts: 631
Joined: Mon Feb 18, 2008 11:57 pm
Thanked: 29 times
Followed by:3 members

by netigen » Sun Apr 20, 2008 11:25 am
GMATPR wrote:Thanks netigen, How will you know that you have to use this format to solve this problem. Is their any tactics to do inequality problems.
I think one learns by practice. My background is Engg so this comes naturally to me.

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Sun Apr 20, 2008 12:06 pm
We also could have approached this question by trial and error - certainly not as elegant a method as the one shown by netigen, but one that we need to be familiar with on test day for those questions for which we don't see the elegant solution.

If q, r, and s are consecutive even integers and q < r < s, which of the following CANNOT be the value of s^2 – r^2 – q^2?

It's a which of the following CANNOT question, so there's no way to predict an exact answer. However, let's look at the choices:

1. -20
2. 0
3. 8
4. 12
5. 16

None of the answers are very big. Therefore, we know that the values of q, r and s can't be too large. So, let's work with some small numbers and see which answers we can eliminate.

When we pick #s, we have to follow the rules. So, we need 3 consecutive even integers. The first 3 that likely come to mind are 2, 4 and 6.

S is the biggest of the 3, so when we plug in we get:

36 - 16 - 4 = 36-20 = 16.. eliminate (5).

At this point we notice that we just hit the biggest of the answer choices. If we pick bigger values for q, r and s the answer is just going to get bigger, so let's focus on smaller values.

Next up?: 0, 2 and 4

16 - 4 - 0 = 12... eliminate (4)

-2, 0 and 2

4 - 0 - 4 = 0... eliminate (2).

-4, -2 and 0

0 - 4 - 16 = -20... eliminate (1)

We've eliminated (1), (2), (4) and (5): pick (3)!
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Junior | Next Rank: 30 Posts
Posts: 16
Joined: Thu Feb 21, 2008 4:24 pm

by GMATPR » Mon Apr 21, 2008 5:57 am
Thank you Mr. Stuart Kovinsky. I tried the same method, but i did not plug in the right numbers.