Problem
2024 Mock AMC 10 - Problem 18
Define the number complement of a positive integer n in base b as a new number (n')_b, where the sum of the corresponding digits of n and n' is equal to b-1. For example, the number complement of (126)_9 is (762)_9 because 1 + 7 = 2 + 6 = 6 + 2 = 8. Find the number of base 8 positive integers with a digit sum of 32 and each digit d \in \{1,2,3,4,5,6\}, such that their number complement's digit sum is equal to 10.
\textbf{(A) }252\qquad\textbf{(B) }210\qquad\textbf{(C) }84\qquad\textbf{(D) }126\qquad\textbf{(E) }462
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Problem feedback
Difficulty
—