2023 CEMC Fermat Problems/Problem 5
Revision as of 22:14, 11 September 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== Ava's machine takes four-digit positive integers as input. When the four-digit integer <math>ABCD</math> is input, the machine outputs the integer <math>A \times...")
Problem
Ava's machine takes four-digit positive integers as input. When the four-digit integer
is input, the machine outputs the integer
. For example, when the input is
, the output is
. When the input is
, the output is
Solution
We have
,
,
, and
. Plugging this into the machine, we have:
~anabel.disher