2003 AMC 12B Problems/Problem 18: Difference between revisions
No edit summary |
Fuzzy growl (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Problem == | |||
Let <math>n</math> be a 5-digit number, and let <math>q</math> and <math>r</math> be the quotient and remainder, respectively, when <math>n</math> is divided by <math>100</math>. For how many values of <math>n</math> is <math>q+r</math> divisible by <math>11</math>? | |||
n | <math> \mathrm{(A) \ } 8180\qquad \mathrm{(B) \ } 8181\qquad \mathrm{(C) \ } 8182\qquad \mathrm{(D) \ } 9000\qquad \mathrm{(E) \ } 9090 </math> | ||
(q+r) | |||
there are | == Solution == | ||
Suppose <math>n = 100\cdot q + r = 99\cdot q + (q+r)</math> | |||
Since <math>11|(q+r)</math> and <math>11|99q</math>, <math>11|n</math> | |||
<math>10000 \leq n \leq 99999</math>, so there are <math>\left\lfloor\frac{99999}{11}\right\rfloor-\left\lceil\frac{10000}{11}\right\rceil+1 = \boxed{8181}</math> values of <math>q+r</math> that are divisible by <math>11 \Rightarrow {B}</math>. | |||
Revision as of 11:37, 21 February 2010
Problem
Let
be a 5-digit number, and let
and
be the quotient and remainder, respectively, when
is divided by
. For how many values of
is
divisible by
?
Solution
Suppose
Since
and
,
, so there are
values of
that are divisible by
.