2007 CEMC Pascal Problems/Problem 4

Revision as of 18:25, 7 September 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The value of <math>2^5 - 5^2</math> is <math> \text{ (A) }\ 0 \qquad\text{ (B) }\ -3 \qquad\text{ (C) }\ -7 \qquad\text{ (D) }\ 3 \qquad\text{ (E) }\ 7</math> ==S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The value of $2^5 - 5^2$ is

$\text{ (A) }\ 0 \qquad\text{ (B) }\ -3 \qquad\text{ (C) }\ -7 \qquad\text{ (D) }\ 3 \qquad\text{ (E) }\ 7$

Solution 1

Using order of operations, we get:

$2^5 - 5^2 = 32 - 5^2 = 32 - 25 = \boxed {\textbf {(E) } 7}$

~anabel.disher