2003 CEMC Pascal Problems/Problem 8

Revision as of 14:08, 20 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== What is the area of rectangle <math>ABCD</math>? {{Image needed}} <math> \text{ (A) }\ 15 \qquad\text{ (B) }\ 16 \qquad\text{ (C) }\ 18 \qquad\text{ (D) }\ 30 \qqu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

What is the area of rectangle $ABCD$?


An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.


$\text{ (A) }\ 15 \qquad\text{ (B) }\ 16 \qquad\text{ (C) }\ 18 \qquad\text{ (D) }\ 30 \qquad\text{ (E) }\ 9$

Solution

The area of a rectangle is its width multiplied by its height. The width is $BC$, while the height is $CD$.

Since $B$ and $C$ have the same y-coordinate and $C$ and $D$ have the same x-coordinate, finding $BC$ and $CD$ is straightforward:

$BC = 4 - (-1) = 5$

$CD = 5 - 2 = 3$

We then have:

$[ABCD] = BC \times CD = 5 \times 3 = \boxed {\textbf {(A) } 15}$

~anabel.disher