Difference between revisions of "1983 AIME Problems/Problem 10"
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
+ | The numbers <math>1447</math>, <math>1005</math>, and <math>1231</math> have something in common. Each is a four-digit number beginning with <math>1</math> that has exactly two identical digits. How many such numbers are there? | ||
== Solution == | == Solution == | ||
+ | Suppose the two identical [[digit]]s are both one. Since the thousands digits must be one, the other one can be in only one of three digits, | ||
+ | |||
+ | <center><math>11xy,\qquad 1x1y,\qquad1xy1.</math></center> | ||
+ | |||
+ | Because the number must have exactly two identical digits, <math>x\neq y</math>, <math>x\neq1</math>, and <math>y\neq1</math>. Hence, there are <math>3\cdot9\cdot8=216</math> numbers of this form. | ||
+ | |||
+ | Suppose the two identical digits are not one. Therefore, consider the following possibilities, | ||
+ | |||
+ | <center><math>1xxy,\qquad1xyx,\qquad1yxx.</math></center> | ||
+ | |||
+ | Again, <math>x\neq y</math>, <math>x\neq 1</math>, and <math>y\neq 1</math>. There are <math>3\cdot9\cdot8=216</math> numbers of this form too. | ||
+ | |||
+ | Thus, the desired answer is <math>216+216=432</math>. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | * [[1983 AIME Problems/Problem 9|Previous Problem]] | ||
+ | * [[1983 AIME Problems/Problem 11|Next Problem]] | ||
+ | * [[1983 AIME Problems|Back to Exam]] | ||
== See also == | == See also == | ||
− | * [[ | + | * [[AIME Problems and Solutions]] |
+ | * [[American Invitational Mathematics Examination]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | |||
+ | [[Category:Intermediate Combinatorics Problems]] |
Revision as of 23:13, 23 July 2006
Problem
The numbers , , and have something in common. Each is a four-digit number beginning with that has exactly two identical digits. How many such numbers are there?
Solution
Suppose the two identical digits are both one. Since the thousands digits must be one, the other one can be in only one of three digits,
Because the number must have exactly two identical digits, , , and . Hence, there are numbers of this form.
Suppose the two identical digits are not one. Therefore, consider the following possibilities,
Again, , , and . There are numbers of this form too.
Thus, the desired answer is .