2007 CEMC Pascal Problems/Problem 1

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

Problem

The value of $3 \times (7 - 5) - 5$ is

$\text{ (A) }\ 11 \qquad\text{ (B) }\ 1 \qquad\text{ (C) }\ -30 \qquad\text{ (D) }\ 11 \qquad\text{ (E) }\ -1$

Solution 1

Following order of operations, we have:

$3 \times (7 - 5) - 5 = 3 \times 2 - 5 = 6 - 5 = \boxed {\textbf {(B) } 1}$

~anabel.disher

Mistakes

$11$ appears as both answer choices A and D.