2003 CEMC Pascal Problems/Problem 3

Revision as of 20:03, 19 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The value of <math>\frac{6 + 6 \times 3 - 3}{3}</math> is <math> \text{ (A) }\ 11 \qquad\text{ (B) }\ 7 \qquad\text{ (C) }\ 3 \qquad\text{ (D) }\ 9 \qquad\text{ (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The value of $\frac{6 + 6 \times 3 - 3}{3}$ is

$\text{ (A) }\ 11 \qquad\text{ (B) }\ 7 \qquad\text{ (C) }\ 3 \qquad\text{ (D) }\ 9 \qquad\text{ (E) }\ 17$

Solution 1

We can just simply use order of operations, and then divide by $3$ at the end:

$\frac{6 + 6 \times 3 - 3}{3} = \frac{6 + 18 - 3}{3} = \frac{24 - 3}{3} = \frac{21}{3} = \boxed {\textbf {(B) } 7}$

~anabel.disher

Solution 1.1

We can also combine $6 + 6 \times 3$ in the original problem:

$\frac{6 + 6 \times 3 - 3}{3} = \frac{6 \times 4 - 3}{3} = \frac{24 - 3}{3} = \frac{21}{3} = \boxed {\textbf {(B) } 7}$

~anabel.disher

Solution 2

We can factor out $3$ from the top equation to cancel out the $3$ in the denominator of the fraction:

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

~anabel.disher