返回题库

AIME 1998 · 第 3 题

AIME 1998 — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The graph of y2+2xy+40x=400y^2 + 2xy + 40|x|= 400 partitions the plane into several regions. What is the area of the bounded region?

解析

Solution

The equation given can be rewritten as:

40x=y22xy+40040|x| = - y^2 - 2xy + 400

We can split the equation into a piecewise equation by breaking up the absolute value:

40x=y22xy+400x040x = -y^2 - 2xy + 400\quad\quad x\ge 0 40x=y2+2xy400x<040x = y^2 + 2xy - 400 \quad \quad x < 0

Factoring the first one: (alternatively, it is also possible to complete the square)

40x+2xy=y2+40040x + 2xy = -y^2 + 400 2x(20+y)=(20y)(20+y)2x(20 + y)= (20 - y)(20 + y)

AIME diagram

Hence, either y=20y = -20, or 2x=20yy=2x+202x = 20 - y \Longrightarrow y = -2x + 20.

Similarily, for the second one, we get y=20y = 20 or y=2x20y = -2x - 20. If we graph these four equations, we see that we get a parallelogram with base 20 and height 40. Hence the answer is 800\boxed{800}.

Solution 2

The equation can be rewritten as: (x+y)2=(x20)2(x+y)^2=(|x|-20)^2. Do casework as above.