Re: How many different 3-digit numbers can be formed, such that tens digit
[#permalink]
09 Aug 2023, 05:11
This is a permutation question. Best to use the slot method here.
Slot 1: the hundreds digit
Here we only have the restriction that it cannot be 0, since it would then be a two digit number. So, there are 9 possible choices.
Slot 2: the tens digit
Here we have the restriction that the digit must be prime. Therefore, only 2,3,5 and 7 are possible. This gives us 4 choices.
Slot 3: the ones digit
No restrictions. All 10 are okay.
Total: 9*4*10=360.