TSonam wrote:1) When positive integer n is divided by 3, remainder is 2. When positive integer t is divided by 5, remainder is 3. What is the remainder when product nt is divided by 15.
a) n -2 is divisible by 5
b) t is divisible by 3
please provide explaination.
Hi
My two cents...
from Q:
n=3i + 2 [i>=0]
t=5j + 3 [j>=0]
so
nt = (3i+2)(5j+3)
=15ij + 9i + 10j + 6
Since the divisor is 15 then 15ij portion can be removed and we consider
Remainder = 9i + 10j + 6
Now----
1 & 2 can't be considered for seperately sufficient because each gives infor about either i or j sepearately which is not good enuf.
then consider two together
1. n - 2 is divisible by 5
=> 3i is divisible by 5
=> i=0,5,15,20,25....
We cant simply say for all i's the term 9i is divisible by 15.
2. t is divisble by 3
=> 5j + 3 divisible by 3
=> 5j divisible by 3
=> j=0,3,6,9,12.... etc
=> A simple viewing at remainder will show that for all j's 10j term is divisible by 15.
3) Now combine 1 & 2
t(n-2) is divisible by 3*15
tn - 2t is divisible by 15
tn remainder is inserted here
=> (9i + 10j + 6)-2(5j+3) is divisible ...
=> 9i is divisible by 15
so based on 3 and 2 we can say that both terms 9i and 10j in 9i + 10j + 6 are divisible by 15.
Which means 6 is the remainder always and (C) is the answer.
Pardon my being too simplistic at someplaces.
Rgds
-Sandy