Difference between revisions of "2017 AMC 8 Problems/Problem 20"
Nukelauncher (talk | contribs) (Created page with "==Problem 20== An integer between <math>1000</math> and <math>9999</math>, inclusive, is chosen at random. What is the probability that it is an odd integer whose digits are...") |
Nukelauncher (talk | contribs) m (→Solution) |
||
Line 9: | Line 9: | ||
There are <math>5</math> options for the last digit, as the integer must be odd. The first digit now has <math>8</math> options left (it can't be <math>0</math> or the same as the last digit. The second digit also has <math>8</math> options left (it can't be the same as the first or last digit). Finally, the third digit has <math>7</math> options (it can't be the same as the three digits that are already chosen). | There are <math>5</math> options for the last digit, as the integer must be odd. The first digit now has <math>8</math> options left (it can't be <math>0</math> or the same as the last digit. The second digit also has <math>8</math> options left (it can't be the same as the first or last digit). Finally, the third digit has <math>7</math> options (it can't be the same as the three digits that are already chosen). | ||
− | Since there are | + | Since there are <math>9000</math> total integers, out answer is <cmath>\frac{8 \cdot 8 \cdot 7 \cdot 5}{9000} = \boxed{\textbf{(B)}\ \frac{56}{225}}.</cmath> |
~nukelauncher | ~nukelauncher |
Revision as of 14:07, 22 November 2017
Problem 20
An integer between and , inclusive, is chosen at random. What is the probability that it is an odd integer whose digits are all distinct?
Solution
There are options for the last digit, as the integer must be odd. The first digit now has options left (it can't be or the same as the last digit. The second digit also has options left (it can't be the same as the first or last digit). Finally, the third digit has options (it can't be the same as the three digits that are already chosen).
Since there are total integers, out answer is
~nukelauncher