Problem: Find probability of a plate having an A and a 1, no repetition allowed.
I haven't done these types of problems in a while, and originally did it assuming repetition was allowed before I noticed the fine print saying it isn't.
Plates are 3 letters followed by 4 numbers.
Just to show my thought process, originally when I assumed repetition was allowed, I had $(1-(25/26)^3)*(1-(9/10)^4)$ for getting a plate with at least an $A$ and a $1$ (1 - prob no A's AND no 1's).
For no repetition, I ended up with $(3/26)*(4/10) = 3/65$. If you get an A, the other 2 letters don't matter and there are 3 orderings. If you get a 1, the other 3 numbers don't matter and there are 4 orderings. but I'm not confident that's correct. Confirmation of that and/or help would be appreciated.
Edit: I will update and select an answer after I get some clarification on the problem in a few hours. Thank you both, you were extremely helpful!