1997 CEMC Pascal Problems/Problem 4

Revision as of 12:44, 22 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== <math>(1)^10 + (-1)^8 + (-1)^7 + (1)^5</math> equals <math> \text{ (A) }\ 0 \qquad\text{ (B) }\ 1 \qquad\text{ (C) }\ 2 \qquad\text{ (D) }\ 16 \qquad\text{ (E) }\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

$(1)^10 + (-1)^8 + (-1)^7 + (1)^5$ equals

$\text{ (A) }\ 0 \qquad\text{ (B) }\ 1 \qquad\text{ (C) }\ 2 \qquad\text{ (D) }\ 16 \qquad\text{ (E) }\ 4$

Solution

We can use the fact that $(1)^n = 1$ for any value of $n$, and $(-1)^n = 1$ when $n$ is even, but $(-1)^n = -1$ when $n$ is odd:

$(1)^10 + (-1)^8 + (-1)^7 + (1)^5 = 1 + 1 - 1 + 1 = 2 - 1 + 1 = 1 + 1 = \boxed {\textbf {(C) } 2}$

~anabel.disher