rpmodi
Maple
I have difficulty testing cases one and two independently; however, I will show my work nevertheless:
(t+2)*(t+3)
1)
t=13,20,27,34,41,48,55,62,69,76,83,90,97
2)
t^2/7=x+1
t^2=7*x+7
t=sqrt(7*x+7)
too complicated to look for a pattern
1&2)
I am adding the remainders in this test
t^2/7+5*t/7+6/7
1 t^2 and 5 ts and 6
(1*1+5*6+6)/7
=37/7=5+2/7
remainder is 2
guess C ( i don't know about A and B)
Incorrect

, I am looking for some clear understading on these kind of patterns , like if d is divided by 7 and remainder 6, is there any pattern for d2 and d2+d ...etc
OKAY , after a lot of thinking I came up with some really weird solution to this problem

) please post your creative solutions if you think of any .
A) any number can be represented as quotient*divisor +remainder (qd+r)
so we can say t=qd+r
condition 1) t when divided by 7 remainder is 6 so t=7q+6
plugging this value in t^2+5^t+6 we get
(7q+6)^2+5*(7q+6)+6 = 49q+84q+36+35q+30+6 = now all the terms with q in them will be divisible by 7 . remainder of this equation here is 72 , which will be the case for any value of t . so 72/7 =remainder 2 ALWAYS , hence A is sufficient
2) t^2 divided by 7 remainder is 1
for this to happen 7q+1 must be a perfect square - try q=5 and 9 for both these values t^2+5*t+6 remainder value will be different so not sufficient .....phew ...
so answer is A .
More solutions people ............