Bunuel
If \(m\) is a negative integer and \(m^3 + 380 = 381m\), then what is the value of \(m\)?
A. \(-21\)
B. \(-20\)
C. \(-19\)
D. \(-1\)
E. \(None \ of \ the \ above\)
This can be solved with some TRICKY factoring.
Given: m³ - 381m + 380 = 0
Rewrite
-381m as
-m - 380m to get: m³ - m - 380m + 380 = 0
Factor IN PARTS to get: m(m² - 1) - 380(m - 1) = 0
Factor m² - 1 to get:
m(m+1)(
m-1)
- 380(
m-1) = 0
Collect "like" terms to get:
(m-1)[
m(m+1) - 380] = 0
Simplify: (m-1)(m² + m - 380) = 0
Factor to get: (m-1)(m+20)(m-19) = 0
So, the possible m-values are 1, -20 and 19
The question tells us that m is NEGATIVE
So, m must equal -20
Answer: B
Cheers,
Brent