Integer

This topic has expert replies
User avatar
Legendary Member
Posts: 643
Joined: Wed Aug 14, 2013 4:27 am
Thanked: 48 times
Followed by:7 members

Integer

by vinay1983 » Mon Sep 30, 2013 6:49 am
If "x" and "y" are positive integers such that x > y, what is the remainder when x^4 - y^4 is divided by 4?

1. When x-y is divided by 4, the remainder is 0
2. When x+y is divided by 4, the remainder is 1
You can, for example never foretell what any one man will do, but you can say with precision what an average number will be up to!
Source: — Data Sufficiency |

Newbie | Next Rank: 10 Posts
Posts: 8
Joined: Mon Jan 02, 2012 6:20 am
Thanked: 2 times

by s.vishnu » Mon Sep 30, 2013 7:44 am
If "x" and "y" are positive integers such that x > y, what is the remainder when x^4 - y^4 is divided by 4?

1. When x-y is divided by 4, the remainder is 0
2. When x+y is divided by 4, the remainder is 1
Hi Vinay!
This is how I tried to solve the problem-if you observe,even^4 gives 0 as the reminder and odd^4 gives 1 as the reminder when divided by 4.
1^4=1/4
3^4=81/4
5^4=625/4

Statement 1-Since the reminder is 0 when divided by 4,hence (x+Y) is even => both x and y have to be even or odd.
By the above observation and therefore,x^4+ y^4 will give a reminder of 0 if x and y are even.
If odd,the the reminders would be 1 for each of x and y.Since its x4(-)y4 ,the reminders cancel out each other.
Hence statement 1 is sufficient as reminder is 0 always.

Statement 2-
Same logic,since reminder is 1,there either of x and y will be odd an resulting in a reminder of 1 since there will be one odd power divided by 4.
Hence second statement is sufficient as well.

Option D.Both sufficient.Is this the OA?

Experts/Vinay,Kindly let me know if there is any flaw in the logic applied.

Thank you

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Mon Sep 30, 2013 7:46 am
vinay1983 wrote:If "x" and "y" are positive integers such that x > y, what is the remainder when x^4 - y^4 is divided by 4?

1. When x-y is divided by 4, the remainder is 0
2. When x+y is divided by 4, the remainder is 1
Target question: What is the remainder when x^4 - y^4 is divided by 4?

IMPORTANT: Notice that we can factor x^4 - y^4.
x^4 - y^4 = (x² + y²)(x² - y²)
= (x² + y²)(x + y)(x - y)
So, we can now rephrase the target question . . .

REPHRASED target question: What is the remainder when (x² + y²)(x + y)(x - y) is divided by 4?

Statement 1: When x-y is divided by 4, the remainder is 0
In other words, (x-y) is a multiple of 4.
This means that (x² + y²)(x + y)(x - y) must also be a multiple of 4.
In other words, when (x² + y²)(x + y)(x - y) is divided by 4, the remainder must be 0
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: When x+y is divided by 4, the remainder is 1
HMMMMMMMMMMMMMMMMMMMMM, this statement contradicts the statement 1. That's a problem, since we must assume that each statement is true.
In statement 1, we know that x - y is a multiple of 4. This means that x-y is EVEN.
If x-y is even, then either x and y are both even, or x and y are both odd.

In statement 2, we're told that we get a remainder of 1 when x+y is divided by 4. This means that x+y is ODD.
If x+y is even, then EITHER x is odd and y is even, OR x is even and y is odd.
So, as you can see, statement 2 contradicts statement 1.

At this point, I'm going to stop my solution.


Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

User avatar
Legendary Member
Posts: 643
Joined: Wed Aug 14, 2013 4:27 am
Thanked: 48 times
Followed by:7 members

by vinay1983 » Mon Sep 30, 2013 8:11 am
Brent@GMATPrepNow wrote:
vinay1983 wrote:If "x" and "y" are positive integers such that x > y, what is the remainder when x^4 - y^4 is divided by 4?

1. When x-y is divided by 4, the remainder is 0
2. When x+y is divided by 4, the remainder is 1
Target question: What is the remainder when x^4 - y^4 is divided by 4?

IMPORTANT: Notice that we can factor x^4 - y^4.
x^4 - y^4 = (x² + y²)(x² - y²)
= (x² + y²)(x + y)(x - y)
So, we can now rephrase the target question . . .

REPHRASED target question: What is the remainder when (x² + y²)(x + y)(x - y) is divided by 4?

Statement 1: When x-y is divided by 4, the remainder is 0
In other words, (x-y) is a multiple of 4.
This means that (x² + y²)(x + y)(x - y) must also be a multiple of 4.
In other words, when (x² + y²)(x + y)(x - y) is divided by 4, the remainder must be 0
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Statement 2: When x+y is divided by 4, the remainder is 1
HMMMMMMMMMMMMMMMMMMMMM, this statement contradicts the statement 1. That's a problem, since we must assume that each statement is true.
In statement 1, we know that x - y is a multiple of 4. This means that x-y is EVEN.
If x-y is even, then either x and y are both even, or x and y are both odd.

In statement 2, we're told that we get a remainder of 1 when x+y is divided by 4. This means that x+y is ODD.
If x+y is even, then EITHER x is odd and y is even, OR x is even and y is odd.
So, as you can see, statement 2 contradicts statement 1.

At this point, I'm going to stop my solution.


Cheers,
Brent
Brent are you implying that only A is sufficient or that the question is suspect?
You can, for example never foretell what any one man will do, but you can say with precision what an average number will be up to!

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Mon Sep 30, 2013 8:28 am
vinay1983 wrote:
Brent are you implying that only A is sufficient or that the question is suspect?
I'm saying that this isn't a GMAT-style question.

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image