2001 AMC 10 Problems/Problem 6

Revision as of 13:33, 16 March 2011 by Pidigits125 (talk | contribs) (Created page with '== Problem == Let <math> P(n) </math> and <math> S(n) </math> denote the product and the sum, respectively, of the digits of the integer <math> n </math>. For example, <math> P(…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $P(n)$ and $S(n)$ denote the product and the sum, respectively, of the digits of the integer $n$. For example, $P(23) = 6$ and $S(23) = 5$. Suppose $N$ is a two-digit number such that $N = P(N) + S(N)$. What is the units digit of $N$?

$\textbf{(A) }2\qquad\textbf{(B) }3\qquad\textbf{(C) }6\qquad\textbf{(D) }8\qquad\textbf{(E) }9$

Solution

Let $N=10a+b$. We want to find a number such that $ab+a+b=10a+b$.

If we subtract the quantity $a+b$ from both sides, we are left with

$ab=9a$.

We can also divide both sides by a and we are left with

the units digits $b$ is $\boxed{\textbf{(E) }9}$.