-1

I don't know how to approach this question.

All I know is that:

$a≡b(mod 3)$ $\rightarrow $ $a = 3k + b$, $ m \in \mathbb{Z}$

$a≡b(mod 5)$ $\rightarrow $ $a = 5m + b$, $ n \in \mathbb{Z}$

I don't know where to go from here...

1 Answers1

0

Based on the given conditions we can say that a-b is a multiple of both 3 and 5 and thereby it is a multiple of 15 too.

a = 3k+b
a = 5m+b
3k+b = 5m+b
3k = 5m = x

x is divisible by both 3 and 5 and hence by 15.