Difference between revisions of "2021 JMPSC Accuracy Problems/Problem 4"

(Solution)
m
Line 14: Line 14:
 
~Bradygho
 
~Bradygho
  
<math>\frac{x+2}{6}=\frac{6}{x+2} \implies x^2+4x-32</math> Therefore, the product of the root is <math>-32</math> ~ kante314
+
==Solution 2==
 +
We have <math>\frac{x+2}{6} = \frac{6}{x+2}</math>, so <math>x^2+4x-32=0</math>. By Vieta's our roots <math>a</math> and <math>b</math> amount to <math>\frac{-32}{1}=\boxed{-32}</math>
 +
 
 +
~Geometry285
 +
 
 +
==Solution 3==
 +
<math>\frac{x+2}{6}=\frac{6}{x+2} \implies x^2+4x-32</math> Therefore, the product of the root is <math>-32</math>  
 +
 
 +
~kante314

Revision as of 12:23, 11 July 2021

Problem

If $\frac{x+2}{6}$ is its own reciprocal, find the product of all possible values of $x.$

Solution

From the problem, we know that \[\frac{x+2}{6} = \frac{6}{x+2}\] \[(x+2)^2 = 6^2\] \[x^2+ 4x + 4 = 36\] \[x^2 + 4x - 32 = 0\] \[(x-8)(x+4) = 0\]

Thus, $x = 8$ or $x = -4$. Our answer is $8 \cdot(-4)=\boxed{-32}$

~Bradygho

Solution 2

We have $\frac{x+2}{6} = \frac{6}{x+2}$, so $x^2+4x-32=0$. By Vieta's our roots $a$ and $b$ amount to $\frac{-32}{1}=\boxed{-32}$

~Geometry285

Solution 3

$\frac{x+2}{6}=\frac{6}{x+2} \implies x^2+4x-32$ Therefore, the product of the root is $-32$

~kante314