Skip to main content

2022 AMC 10A Problem 3

Problem 3 of 25EasierAlgebra

The sum of three numbers is 96.96. The first number is 66 times the third number, and the third number is 4040 less than the second number. What is the absolute value of the difference between the first and second numbers?

Answer choices

Show solution

Solution

Let x,y,x, y, and zz be the three numbers. The conditions from the problem give us the following relations: x+y+z=96(1)x=6z(2)z=y40(3).\begin{aligned} x+y+z&=96 &&\text{(1)} \\ x&=6z &&\text{(2)} \\ z&=y-40 &&\text{(3)}. \end{aligned} Rearranging (3),(3), we get y=z+40.y = z + 40. Plugging this new equation and (2)(2) into (1),(1), we get 6z+z+40+z=96 6z + z + 40 + z = 96 8z+40=96 8z + 40 = 96 8z=56z=7. 8z = 56 \Rightarrow z = 7. From this, we get that x=6z=67=42 x = 6 \cdot z = 6 \cdot 7 = 42 and y=z+40=7+40=47. y = z + 40 = 7 + 40 = 47. Therefore, yx=4742=5.y - x = 47 - 42 = 5. Thus, E is the correct answer.

More practice

Concepts: system of equations · linear equation

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