Difference between revisions of "2006 AIME II Problems/Problem 7"

 
(Problem)
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
#REDIRECT [[2006 AIME A Problems/Problem 7]]
+
== Problem ==
 +
Find the number of [[ordered pair]]s of [[positive]] [[integer]]s <math> (a,b) </math> such that <math> a+b=1000 </math> and neither <math> a </math> nor <math> b </math> has a zero digit.
 +
 
 +
__TOC__
 +
 
 +
== Solution ==
 +
=== Solution 1 ===
 +
There are <math>\left\lfloor\frac{999}{10}\right\rfloor = 99</math> numbers up to 1000 that have 0 as their units digit. All of the other excluded possibilities are when <math>a</math> or <math>b</math> have a 0 in the tens digit, and since the equation is symmetric, we will just count when <math>a</math> has a 0 in the tens digit and multiply by 2 (notice that the only time both <math>a</math> and <math>b</math> can have a 0 in the tens digit is when they are divisible by 100, which falls into the above category, so we do not have to worry about [[Principle of Inclusion-Exclusion|overcounting]]).
 +
 
 +
Excluding the numbers divisible by 100, which were counted already, there are <math>9</math> numbers in every hundred numbers that have a tens digit of 0 (this is true from 100 to 900), totaling <math>9 \cdot 9 = 81</math> such numbers; considering <math>b</math> also and we have <math>81 \cdot 2 = 162</math>. Therefore, there are <math>999 - (99 + 162) = \boxed{738}</math> such ordered pairs.
 +
 
 +
=== Solution 2 ===
 +
Let <math>a = \overline{cde}</math> and <math>b = \overline{fgh}</math> be 3 digit numbers:
 +
 
 +
  cde
 +
+fgh
 +
----
 +
1000
 +
 
 +
<math>e</math> and <math>h</math> must add up to <math>10</math>, <math>d</math> and <math>g</math> must add up to <math>9</math>, and <math>c</math> and <math>f</math> must add up to <math>9</math>. Since none of the digits can be 0, there are <math>9 \times 8 \times 8=576</math> possibilites if both numbers are three digits.
 +
 
 +
There are two other scenarios. <math>a</math> and <math>b</math> can be a three digit number and a two digit number, or a three digit number and a one digit number. For the first scenario, there are <math>9 \times 8 \times 2=144</math> possibilities (the two accounting for whether <math>a</math> or <math>b</math> has three digits) and for the second case there are <math>9 \times 2=18</math> possibilities. Thus, thus total possibilities for <math>(a,b)</math> is <math>576+144+18=738</math>.
 +
 
 +
=== Solution 3 ===
 +
We first must notice that we can find all the possible values of <math>a</math> between <math>1</math> and <math>500</math> and then double that result.
 +
 
 +
When <math>1 < a < 100</math> there are <math>9\times9 = 81</math> possible solution for <math>a</math> so that neither <math>a</math> nor <math>b</math> has a zero in it, counting <math>1</math> through <math>9</math>, <math>11</math> through <math>19</math>, ..., <math>81</math> through <math>89</math>.
 +
When <math>100 < a < 200</math> there are <math>9\times8 =72</math> possible solution for a so that neither a nor b has a zero in it, counting  <math>111</math> through <math>119</math>, <math>121</math> through <math>129</math>, ..., <math>181</math> through <math>189</math>.
 +
This can clearly be extended to <math>100k < a < 100(k+1)</math> where <math>k</math> is an integer and <math>0 <k < 9</math>.
 +
Thus for <math>100 < a < 500</math> there are <math>72\times4</math> = <math>288</math> possible values of <math>a</math>.
 +
 
 +
Thus when <math>1 < a < 500</math> there are <math>288 + 81 =369</math> possible values of <math>a</math> and <math>b</math>.
 +
 
 +
Doubling this yields <math>369\times2= 738</math>.
 +
 
 +
=== Solution 4 (Similar to Solution 2)===
 +
We proceed by casework on the number of digits of <math>a.</math>
 +
 
 +
Case 1: Both <math>a</math> and <math>b</math> have three digits
 +
 
 +
We now use constructive counting. For the hundreds digit of <math>a,</math> we see that there are <math>8</math> options - the numbers <math>1</math> through <math>8.</math> (If <math>a = 9,</math> that means that <math>b</math> will be a two digit number, and if <math>a = 0,</math> <math>a</math> will have two digits). Similarly, the tens digit can be <math>1-8</math> as well because a tens digit of <math>0</math> is obviously prohibited and a tens digit of <math>9</math> will lead to a tens digit of <math>0</math> in the other number. The units digit can be anything from <math>1-9.</math> Hence, there are <math>8 \cdot 8 \cdot 9 = 576</math> possible values in this case.
 +
 
 +
Case 2: <math>a</math> (or <math>b</math>) has two digits
 +
 
 +
If <math>a</math> has two digits, the only restrictions are that the units digit must not be <math>0</math> and the tens digit must not be <math>9</math> (because then that would lead to <math>b</math> beginning with <math>90...</math>). There thus are <math>8 \cdot 9 = 72</math> possibilities for <math>a,</math> and we have to multiply by <math>2</math> because there are the same number of possibilities for <math>b.</math> Thus, there are <math>72 \cdot 2 = 144</math> possible values in this case.
 +
 
 +
Case 3: <math>a</math> (or <math>b</math>) has one digit
 +
 
 +
This is easy -- <math>a</math> can be anything from <math>1</math> to <math>9,</math> for a total of <math>9</math> possible values. We multiply this by <math>2</math> to account for the single digit <math>b</math> values, so we have <math>9 \cdot 2 = 18</math> possible values for this case.
 +
 
 +
Adding them all up, we get <math>576 + 144 + 18 = \boxed{738},</math> and we're done.
 +
 
 +
Solution by Ilikeapos
 +
 
 +
== See also ==
 +
{{AIME box|year=2006|n=II|num-b=6|num-a=8}}
 +
 
 +
[[Category:Intermediate Combinatorics Problems]]
 +
{{MAA Notice}}

Revision as of 15:17, 15 September 2019

Problem

Find the number of ordered pairs of positive integers $(a,b)$ such that $a+b=1000$ and neither $a$ nor $b$ has a zero digit.

Solution

Solution 1

There are $\left\lfloor\frac{999}{10}\right\rfloor = 99$ numbers up to 1000 that have 0 as their units digit. All of the other excluded possibilities are when $a$ or $b$ have a 0 in the tens digit, and since the equation is symmetric, we will just count when $a$ has a 0 in the tens digit and multiply by 2 (notice that the only time both $a$ and $b$ can have a 0 in the tens digit is when they are divisible by 100, which falls into the above category, so we do not have to worry about overcounting).

Excluding the numbers divisible by 100, which were counted already, there are $9$ numbers in every hundred numbers that have a tens digit of 0 (this is true from 100 to 900), totaling $9 \cdot 9 = 81$ such numbers; considering $b$ also and we have $81 \cdot 2 = 162$. Therefore, there are $999 - (99 + 162) = \boxed{738}$ such ordered pairs.

Solution 2

Let $a = \overline{cde}$ and $b = \overline{fgh}$ be 3 digit numbers:

 cde
+fgh
----
1000

$e$ and $h$ must add up to $10$, $d$ and $g$ must add up to $9$, and $c$ and $f$ must add up to $9$. Since none of the digits can be 0, there are $9 \times 8 \times 8=576$ possibilites if both numbers are three digits.

There are two other scenarios. $a$ and $b$ can be a three digit number and a two digit number, or a three digit number and a one digit number. For the first scenario, there are $9 \times 8 \times 2=144$ possibilities (the two accounting for whether $a$ or $b$ has three digits) and for the second case there are $9 \times 2=18$ possibilities. Thus, thus total possibilities for $(a,b)$ is $576+144+18=738$.

Solution 3

We first must notice that we can find all the possible values of $a$ between $1$ and $500$ and then double that result.

When $1 < a < 100$ there are $9\times9 = 81$ possible solution for $a$ so that neither $a$ nor $b$ has a zero in it, counting $1$ through $9$, $11$ through $19$, ..., $81$ through $89$. When $100 < a < 200$ there are $9\times8 =72$ possible solution for a so that neither a nor b has a zero in it, counting $111$ through $119$, $121$ through $129$, ..., $181$ through $189$. This can clearly be extended to $100k < a < 100(k+1)$ where $k$ is an integer and $0 <k < 9$. Thus for $100 < a < 500$ there are $72\times4$ = $288$ possible values of $a$.

Thus when $1 < a < 500$ there are $288 + 81 =369$ possible values of $a$ and $b$.

Doubling this yields $369\times2= 738$.

Solution 4 (Similar to Solution 2)

We proceed by casework on the number of digits of $a.$

Case 1: Both $a$ and $b$ have three digits

We now use constructive counting. For the hundreds digit of $a,$ we see that there are $8$ options - the numbers $1$ through $8.$ (If $a = 9,$ that means that $b$ will be a two digit number, and if $a = 0,$ $a$ will have two digits). Similarly, the tens digit can be $1-8$ as well because a tens digit of $0$ is obviously prohibited and a tens digit of $9$ will lead to a tens digit of $0$ in the other number. The units digit can be anything from $1-9.$ Hence, there are $8 \cdot 8 \cdot 9 = 576$ possible values in this case.

Case 2: $a$ (or $b$) has two digits

If $a$ has two digits, the only restrictions are that the units digit must not be $0$ and the tens digit must not be $9$ (because then that would lead to $b$ beginning with $90...$). There thus are $8 \cdot 9 = 72$ possibilities for $a,$ and we have to multiply by $2$ because there are the same number of possibilities for $b.$ Thus, there are $72 \cdot 2 = 144$ possible values in this case.

Case 3: $a$ (or $b$) has one digit

This is easy -- $a$ can be anything from $1$ to $9,$ for a total of $9$ possible values. We multiply this by $2$ to account for the single digit $b$ values, so we have $9 \cdot 2 = 18$ possible values for this case.

Adding them all up, we get $576 + 144 + 18 = \boxed{738},$ and we're done.

Solution by Ilikeapos

See also

2006 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 6
Followed by
Problem 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png