Problem:
A number is chosen uniformly at random from the set of all positive integers with at least two digits, none of which are repeated. Find the probability that the number is even.
, 2022
Solution
Solution:
Since the number has at least two digits, all possible combinations of first and last digits have the same number of possibilities, which is . Since the first digit cannot be zero, all of the last digits have 8 possible first digits, except for 0, which has 9 possible first digits. Therefore, the probability that the last digit is even is .
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.