Divided by positive integer k

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 435
Joined: Wed Nov 16, 2011 7:27 am
Thanked: 48 times
Followed by:16 members

Divided by positive integer k

by alex.gellatly » Thu Jul 12, 2012 5:26 am
What is the remainder when the positive integer n is divided by the positive integer k, where k>1?
1. n=(k+1)^3
2. k=5

As a side note. I seriously hate remainder problems. I just can't seem to understand them. Does anyone have some general tips or good Internet sources with remainder advice? Anything would be much appreciated.

Thanks
Source: — Data Sufficiency |

User avatar
Master | Next Rank: 500 Posts
Posts: 342
Joined: Wed Jul 08, 2009 8:50 am
Thanked: 214 times
Followed by:19 members
GMAT Score:740

by Birottam Dutta » Thu Jul 12, 2012 5:55 am
I don't know about any internet links but I can definitely help you solve this question:

n=(k+1)^3 and we know k>1.

Put values of K and see what comes out as the reminder of n/k.

Take k=2, => n=3^3 = 27. n/k= 27/2. This will leave a reminder of 1.
Take k=3, => n=4^3 = 64. n/k = 64/3. This will again give reminder 1. (I hope you get how the reminder comes out to be 1).

Take k=4, n=5^3 = 125. again, n/k =125/4 leaving a reminder of 1.

So, in this way, if we take any valve of k, we will always get the reminder 1. Option 1 is sufficient to answer the question.

Option 2 (k=5) is not sufficient because it says nothing about n.

User avatar
Master | Next Rank: 500 Posts
Posts: 342
Joined: Wed Jul 08, 2009 8:50 am
Thanked: 214 times
Followed by:19 members
GMAT Score:740

by Birottam Dutta » Thu Jul 12, 2012 5:58 am
Another alternate method which is actually easier would be:

n=(k+1)^3, expanding this we get, n= k^3 + 3k^2 + 3k + 1.--- (1)

Now, to get n/k, we simply divide both sides of (1) by k.

We get, n/k = k^2 + 3k + 3 + 1/k.

So, it is clear that since k>1, whatever the value of k, the reminder of n/k will always be 1.

Again, 1 is sufficient.