by nitin_prakash_khanna Mon Aug 31, 2009 10:58 pm
Hi,
This is how i did it. Hope it helps.
1. p can be represented as p = 8n+5
so p can take values , 13, 21, 29,37, 45.....just plugging in various values of integer n.
Now the next task is to represent all these odd numbers as sum of 2 perfect squares.
13 = 4+9 = 2^2+3^2 this implies x=2, y=3 . As question already told us that y is odd.
21 = cant represnt as sum of two +ve integers
29 = 4+ 25 = 2^2+ 5^2 ....implies x=2, y=5.
37 = 1+36 ....implies y=1 , x=6
45 = 9+36....implies y=3, x=6
So it tells us that x = 2, 6...not divisble by 4.
Hence SUFFICIENT
2. Condition B tells us
x-y= 3 and y is odd
so y=1 , x=4 Div by 4
y= 3 , x= 6 Not Div by 4
y= 5, x= 8 Div by 4
y= 7, x=10, Not DIv by 4
So INSUFFICIENT
Whats the OA?
thanks
nk.