2000 CEMC Pascal Problems/Problem 1

Revision as of 00:13, 1 July 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The value of <math>5^2 + 2(5 - 2)</math> is <math> \text{ (A) }\ 16 \qquad\text{ (B) }\ 19 \qquad\text{ (C) }\ 31 \qquad\text{ (D) }\ 36 \qquad\text{ (E) }\ 81</m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The value of $5^2 + 2(5 - 2)$ is

$\text{ (A) }\ 16 \qquad\text{ (B) }\ 19 \qquad\text{ (C) }\ 31 \qquad\text{ (D) }\ 36 \qquad\text{ (E) }\ 81$

Solution

Using order of operations, we have:

$5^2 + 2(5 - 2) = 5^2 + 2 \times 3$

$=25 + 2 \times 3 = 25 + 6 = \boxed {\textbf {(C) } 31}$

~anabel.disher