Skip to main content

2021 Fall AMC 10A Problem 8

Problem 8 of 25EasierNumber Theory

A two-digit positive integer is said to be cuddly if it is equal to the sum of its nonzero tens digit and the square of its units digit. How many two-digit positive integers are cuddly?

Answer choices

Show solution

Solution

Let a b\underline{a} \ \underline{b} be a 22-digit cuddly number. Then 10a+b=a+b2. 10a + b = a + b^2. Rearranging, we get 9a=b(b1). 9a = b(b - 1). Because consecutive integers cannot both be divisible by 3,3, one of bb and b1b-1 must contain both factors of 3.3. For a digit b,b, this leaves b=0,1,b=0,1, or 9.9. The first two choices give a=0,a=0, which does not make a two-digit number. If b=9,b=9, then a=8.a=8. Checking, we get that 8989 is a cuddly number. This shows that there is only 11 two-digit cuddly number. Thus, B is the correct answer.

More practice

Concepts: digits · Diophantine Equation · divisibility

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.