I'm working on this:
Determine the number of 4-digit numbers that do not have the sequence 17. Eg 47113 an allowed 5-digit number, 1572 an allowed 4-digit number but 1723,3175,0254 are not allowed.
I'm stuck on how to find the probability of finding 17 in the number.