remainder question

This topic has expert replies
User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

remainder question

by Gurpinder » Mon Sep 20, 2010 4:43 pm
10) If p is positive integer, what is remainder when p is divided by 4?
a. When P is divided by 8 remainder is 5
b. P is the sum of the squares of two consecutive positive integers.


[spoiler]oa: (d)[/spoiler]

how is 2 sufficient?
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 385
Joined: Sun Jul 12, 2009 10:16 pm
Thanked: 29 times
Followed by:2 members
GMAT Score:710

by debmalya_dutta » Mon Sep 20, 2010 5:52 pm
Gurpinder wrote:10) If p is positive integer, what is remainder when p is divided by 4?
a. When P is divided by 8 remainder is 5
b. P is the sum of the squares of two consecutive positive integers.


[spoiler]oa: (d)[/spoiler]

how is 2 sufficient?
Look at it this way .. it is mentioned that you have squares of 2 consecutive integers. so , one of them surely is even and the other is surely odd ..
Square of even integer is always divisible by 4... Now to the odd integer... Square of any odd integer divided by 4 leaves a remainder of 1.... Hence incase of statement 2, the remainder will be 1
@Deb

User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

by Gurpinder » Mon Sep 20, 2010 5:53 pm
debmalya_dutta wrote:
Gurpinder wrote:10) If p is positive integer, what is remainder when p is divided by 4?
a. When P is divided by 8 remainder is 5
b. P is the sum of the squares of two consecutive positive integers.


[spoiler]oa: (d)[/spoiler]

how is 2 sufficient?
Look at it this way .. it is mentioned that you have squares of 2 consecutive integers. so , one of them surely is even and the other is surely odd ..
Square of even integer is always divisible by 4... Now to the odd integer... Square of any odd integer divided by 4 leaves a remainder of 1.... Hence incase of statement 2, the remainder will be 1
Thx Deb!
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.

Senior | Next Rank: 100 Posts
Posts: 46
Joined: Sun Sep 12, 2010 12:32 pm
Thanked: 1 times
Followed by:1 members

by mgm » Mon Sep 20, 2010 6:46 pm
I know it sounds dumb but how is 1 sufficient ? Can you provide a rule per se , you can pick numbers and derive but it is a little time consuming.

User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

by Gurpinder » Mon Sep 20, 2010 6:49 pm
mgm wrote:I know it sounds dumb but how is 1 sufficient ? Can you provide a rule per se , you can pick numbers and derive but it is a little time consuming.
since 8 is a multiple of 4, the remainder of p/4 will also be 5.
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.

Newbie | Next Rank: 10 Posts
Posts: 9
Joined: Tue Mar 24, 2009 7:11 pm

by neel_mutum » Mon Sep 20, 2010 9:53 pm
QUESTION:
10) If p is positive integer, what is remainder when p is divided by 4?
a. When P is divided by 8 remainder is 5
b. P is the sum of the squares of two consecutive positive integers.

What is the actual answer?

Statement1 says:
P%8 = 5 , where % = gives remainder. Which means smallest number P can take is 5. i.e 5%8 equals 5.

P = 8*x + 5 where x is a positive integer or least zero
when divided by 4 : spliting the terms to add the reminders:
8*x/4 => (4*2*x)/4 ------>reminder 0
5/4---> reminder "1"

It is based on the simple divisibility of numbers in the form:
(a*x+y) divided by a, reminder is y
e.g 102 divided by 10. (100+2)/10 ---> to find reminders( add reminder of(100/10) + reminder of(2/10))--> 0 + 2
this reminder rule can be extended to find reminder of expression involving powers: (a*x+y)^n/a reminder is also y.

Hence, any P/8 which gives reaminder 5 would give remainder "1" when divided by 4.

And Statement2 is true as stated in above post

I feel the the answer is "D".