Number Property from Kaplan Quizzes.

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 93
Joined: Tue Sep 02, 2008 5:34 pm
Thanked: 7 times

Number Property from Kaplan Quizzes.

by hwiya320 » Sun Nov 30, 2008 3:02 pm
If x and y are nonzero integers, what is the remainder when x is divided by y ?

(1) When x is divided by 2y, the remainder is 4.

(2) When x + y is divided by y, the remainder is 4.



Could someone please help me with solving this question efficiently?

Thanks,

The answer is B
Source: — Data Sufficiency |

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
hwiya320 wrote:If x and y are nonzero integers, what is the remainder when x is divided by y ?

(1) When x is divided by 2y, the remainder is 4.

(2) When x + y is divided by y, the remainder is 4.



Could someone please help me with solving this question efficiently?

Thanks
Pretty much all number property questions can be answered either by picking numbers or by understanding mathematical principles. This question is a great example of how sometimes a combination of methods is the most efficient approach.

Q: what's the remainder when x is divided by y?

(1) x/2y = nrem4, where n is an integer.

Well, from x/2y we can't get x/y plus an integer, so it's unlikely that this will be sufficient. Let's pick numbers to see if we can get more than 1 answer to the original question.

We can pick x=10 and y=3 (because 10/6 = 1rem4).
When we divide x by y, we get 10/3 = 3rem1.

We can pick x=12 and y=4 (because 12/8 = 1rem4).
When we divide x by y, we get 12/4 = 3rem0.

We got two different remainders: insufficient.

(2) (x+y)/y = nrem4.

This one we can simplify and, if we understand the rules, don't need to pick numbers.

(x+y)/y = x/y + y/y

Well, we know that y/y has no remainder at all. So, if "x/y + y/y" has a remainder of 4, the entire remainder must come from the "x/y" portion.

Therefore, the remainder when x is divided by y is 4: sufficient.

(2) is suff, (1) is not: choose (B).
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

Legendary Member
Posts: 2467
Joined: Thu Aug 28, 2008 6:14 pm
Thanked: 331 times
Followed by:11 members

by cramya » Sun Nov 30, 2008 3:37 pm
Stmt I

x/2y = Q + 4

x= (2y)Q+4

For y=1,2 the remainder of x/y will be 0
For y=3 the remainder will be 1

INSUFF

Stmt II

x+y/y = Q + 4

X/Y+Y/Y = Q+4

X/Y + 1= Q+4

X/Y has to leave a remainder of 4

Leave a remainder of always 4.

10+6/6 ->10/6 remainder is 4 Q->1

11+7/7 -> 11/7 remainder is 4 Q->1

SUFF


Hope I dint miss something here
B)

User avatar
Legendary Member
Posts: 2134
Joined: Mon Oct 20, 2008 11:26 pm
Thanked: 237 times
Followed by:25 members
GMAT Score:730

by logitech » Sun Nov 30, 2008 5:59 pm
If x and y are nonzero integers, what is the remainder when x is divided by y ?

(1) When x is divided by 2y, the remainder is 4.

X=2yA+4

INSUF , you can't get x/y + R from here. You dont need to solve this. Remember this is a DS question.

(2) When x + y is divided by y, the remainder is 4.

x+y = By + 4

X = Y(B-1) + 4

SUF
LGTCH
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"

Senior | Next Rank: 100 Posts
Posts: 47
Joined: Wed Oct 08, 2008 11:29 am
Location: Toronto, Ontario
Thanked: 5 times

by anayeri » Mon Dec 01, 2008 7:06 pm
I really want to understand the way to tackle these remainder questions via equation, but I'm having a really tought time understanding how to interpret them - can someone expand please?

Namely, how do you determine that X=2yA+4 is INSUFF or X = Y(B-1) + 4 is SUFF? I feel like this is a really simple concept, but I just can't get it trough my head.