(a)How many license plates are possible if repetition of symbols is allowed?
I separated the two equations to show the two different cases (three or four of the digits case)
- This is what I got: (26^3)(10^3) + (26^3)(10^4)
(b)How many license plates do not contain any repeated symbol?
- This is what I got: (26*25*24*10*9*8) + (26*25*24*10*9*8*7)
(c)How many license plates have at least one repeated symbol?
- This is what I got: (26*25*24*10*9*8) + (26*25*24*10*9*8*7) + (26*26*26*10*9*8) + (26*26*26*10*9*8*7)
(d)What is the probability that a license plate chosen at random has a repeated symbol?
- I didn't know how to do this one, but i assume, if my part c is right, that to get the answer, you divide part c by part a
If you guys can check my work and see if I approached the question right will be greatly appreciated.