kapilreadyforgmat Wrote:I think C should be the answer, as there is following possibility for X, Y considering St 1 correct:
1. X=5N+1 & Y=5M+0 => reminder for X^4+Y^4 => 1
2. X=5N+4 & Y=5M+3 => reminder for X^4+Y^4 => 2
3. X=5N+5 & Y=5M+4 => reminder for X^4+Y^4 => 1
considering St 2 correct:
1. X=5N+2 & Y=5M+0 => reminder for X^4+Y^4 => 1
2. X=5N+4 & Y=5M+3 => reminder for X^4+Y^4 => 2
X=5N+4
Y=5M+3
Reminder will be 2 and only possible when St.1 and 2 both are considered.
Thanks
Kapil
thanks Kapil and tim.... yes the answer should be C..
Kapil - can you please let me know how you arrived at the below equations for x and y using statement 1 and 2.
kapilreadyforgmat Wrote:considering St 1 correct:
1. X=5N+1 & Y=5M+0 => reminder for X^4+Y^4 => 1
2. X=5N+4 & Y=5M+3 => reminder for X^4+Y^4 => 2
3. X=5N+5 & Y=5M+4 => reminder for X^4+Y^4 => 1
considering St 2 correct:
1. X=5N+2 & Y=5M+0 => reminder for X^4+Y^4 => 1
2. X=5N+4 & Y=5M+3 => reminder for X^4+Y^4 => 2
From statement 1 ... I can says X-Y = 5N+1 and from statement 2 X+Y = 5N + 2
So now we have 2 non-linear equation for x-y and x+y which we can use to solve for x and y. once we have the individual values of x and y we can substitute them back to the question to get the reminder. OK?
But I would like to know your approach as well. thanks.