返回题库

AIME 2002 II · 第 1 题

AIME 2002 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given that

(1)x and y are both integers between 100 and 999, inclusive;(2)y is the number formed by reversing the digits of x; and(3)z=xy.\begin{aligned}&(1)& x\text{ and }y\text{ are both integers between 100 and 999, inclusive;}\qquad \qquad \qquad \qquad \qquad \\ &(2)& y\text{ is the number formed by reversing the digits of }x\text{; and}\\ &(3)& z=|x-y|. \end{aligned} How many distinct values of zz are possible?

解析

Solution

We express the numbers as x=100a+10b+cx=100a+10b+c and y=100c+10b+ay=100c+10b+a. From this, we have

z=100a+10b+c100c10ba=99a99c=99ac\begin{aligned}z&=&|100a+10b+c-100c-10b-a|\\&=&|99a-99c|\\&=&99|a-c|\\ \end{aligned} Because aa and cc are digits, and aa and cc are both between 1 and 9 (from condition 1), there are 009\boxed{009} possible values (since all digits except 99 can be expressed this way).