You can put this solution on YOUR website! Since the 3 digit number must end in 5
we have
125
135
145
165
215
235
245
265
315
325
345
365
415
425
435
465
615
625
635
645
This enumeration gives us 20 possibilities
We could also use the permutation
formula
where n is the different elements ( 1,2,3,4,6)
and r is the number taken or 2 elements in our case =
=
= (5*4*3*2*1)/(3*2*1)
= 5*4
= 20