Such a straightforward question: of the digits 1,2,3, 7, 8, what is the probability of "making" a 3 digit number greater than 700?
For my sample space I think of all the ways of selecting 3 digits from 5. $5C3=10$. In order to be greater than 700 I must select either a 7 OR 8 first.
So, I think, how many different ways can I select a 7 first = just 1. How many different ways can I select an 8 first = just 1.
So, would seem to me the answer would be 2/10=1/5. Book says 2/5. Can you show me where my logic is incorrect?
I understand that there is a way to look at this using permutations for the sample space, but I thought I could do this with combinations.