How do we find all possible values of $a$?

45 Views Asked by At

$$2a5b \equiv 0 \mod 15$$ How do we find all possible values of $a$?

Here I tried to divide both sides by 2 and 5 respectively

$$ab \equiv 0 \mod 15 \implies a \in \{3,6\}, b \in \{0\}$$

However, I think the way I used is so meaningless since this is equivalence, not an equation. Thus, I could not be able to take it from there.

Regards

1

There are 1 best solutions below

0
On BEST ANSWER

Hint:

If $a,b$ are digits of the number $2a5b$ as I suppose, this number must be:

divisible by $5\quad \rightarrow \quad b=5$ or $b=0$

and

divisible by $3 \quad \rightarrow \quad 2+a+5+b$ is a multiple of $3$

can you do from this?