Bunuel
An integer x, with \(10\leq x\leq 99\), is to be chosen. If all choices are equally likely, what is the probability that at least one digit of x is a 7?
(A) 1/9
(B) 1/5
(C) 19/90
(D) 2/9
(E) 1/3
We have 99-10 = 89+1 (inclusive set) = 90 integers total..
We are asked AT LEAST ONE DIGIT OF X TO BE A 7 i.e we are okay even if we get a 77 and it won't be double counting because
"At least one 7 means", 2 or 3 or 4 or 5 or , as many 7's as possible are welcome in this combination.. but since the upper limit is 99, we have to stop at 97 here, because that's the last digit with AT LEAST ONE 7 In it.
therefore, we start with first digit with a 7 in it and go on...
17, 27, 37, 47, 57, 67, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 87, 97 ..
We get 18 integers with AT least one 7..
and when divided by 90, which is the total number of integers in the given list.
we get
18/90 = 1/5
(B) as the answer.