1997 CEMC Pascal Problems/Problem 6

Revision as of 12:55, 22 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== If <math>x = -2</math>, the value of <math>(x)(x^2)(\frac{1}{x})</math> is <math> \text{ (A) }\ 4 \qquad\text{ (B) }\ -8\frac{1}{2} \qquad\text{ (C) }\ -4 \qquad\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

If $x = -2$, the value of $(x)(x^2)(\frac{1}{x})$ is

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

Solution 1

We can simply plug in $x = -2$ into the expression, and see what we get:

$(x)(x^2)(\frac{1}{x}) = (-2)((-2)^2)(\frac{1}{-2})$

$=-2 \times 4 \times \frac{1}{-2} = -8 \times \frac{1}{-2} = \boxed {\textbf {(A) } 4}$

~anabel.disher

Solution 2

We can simplify this, and then plug in $x = -2$ into the expression:

$(x)(x^2)(\frac{1}{x}) = x \times x^2 \times \frac{1}{x}$

$=x^3 \times \frac{1}{x} = x^2 = (-2)^2 = \boxed {\textbf {(A) } 4}$

~anabel.disher