Difference between revisions of "2021 JMPSC Accuracy Problems/Problem 4"
(→Solution) |
(→Solution) |
||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
− | + | From the problem, we know that | |
+ | <cmath>\frac{x+2}{6} = \frac{6}{x+2}</cmath> | ||
+ | <cmath>(x+2)^2 = 6^2</cmath> | ||
+ | <cmath>x^2+ 4x + 4 = 36</cmath> | ||
+ | <cmath>x^2 + 4x - 32 = 0</cmath> | ||
+ | <cmath>(x-8)(x+4) = 0</cmath> | ||
+ | |||
+ | Thus, <math>x = 8</math> or <math>x = -4</math>. Our answer is <math>8 \cdot(-4)=\boxed{-32}</math> | ||
+ | |||
+ | ~Bradygho |
Revision as of 21:09, 10 July 2021
Problem
If is its own reciprocal, find the product of all possible values of
Solution
From the problem, we know that
Thus, or . Our answer is
~Bradygho