SOLUTION: If p + 1/p = 5 and p does not equal 0, which of the following is a possible value of p - 1/p ? (A) sqrt(25) (B) sqrt(24) (C) sqrt(23) (D) sqrt(22) (E) sqrt(21)

Algebra ->  Equations -> SOLUTION: If p + 1/p = 5 and p does not equal 0, which of the following is a possible value of p - 1/p ? (A) sqrt(25) (B) sqrt(24) (C) sqrt(23) (D) sqrt(22) (E) sqrt(21)      Log On


   



Question 1201936: If p + 1/p = 5 and p does not equal 0, which of the following is a possible value of p - 1/p ?
(A) sqrt(25)
(B) sqrt(24)
(C) sqrt(23)
(D) sqrt(22)
(E) sqrt(21)

Found 2 solutions by ikleyn, math_tutor2020:
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
If p + 1/p = 5 and p does not equal 0, which of the following is a possible value of p - 1/p ?
(A) sqrt(25)
(B) sqrt(24)
(C) sqrt(23)
(D) sqrt(22)
(E) sqrt(21)
~~~~~~~~~~~~~~~~~~

If  p + 1%2Fp = 5,  then by squaring

    p^2 + 2 + 1%2Fp%5E2 = 25

    p^2 + 1%2Fp%5E2 = 25 - 2 = 23

    p^2 - 2 + 1%2Fp%5E2 = 23 - 2 = 21

    %28p+-+1%2Fp%29%5E2 = 21

    p - 1%2Fp = +/- sqrt%2821%29.


That is all that we can state about  p - 1%2Fp.


We can not state that it is necessary positive: it can be either positive  sqrt%2821%29  or negative  -sqrt%2821%29.

--------------

You can check my solution and my statement directly.

From the given equation, it implies   p^2 - 5p + 1 = 0,

giving the solutions   p%5B1%2C2%5D = %285+%2B-+sqrt%2821%29%29%2F2,  that are either   4.791287847  or   0.208712153.

First     value gives   p - 1%2Fp = 4.582575695 = sqrt%2821%29.

Second value gives   p - 1%2Fp = -4.582575695 = -sqrt%2821%29.


So,  what we can state definitely,  is that  (A),  (B),  (C)  and  (D)  never may happen;

of listed options,  only  (E)  may happen.

But for completeness,  also   p - 1%2Fp = -sqrt%2821%29  may happen,  too,  in addition to options listed in the problem's list.



Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Answer: Choice (E) sqrt(21)



Explanation:


Square both sides of the given equation
p+ (1/p) = 5
[ p+ (1/p) ]^2 = 5^2
[ p+ (1/p) ][ p+ (1/p) ] = 25
p*p + p*(1/p) + (1/p)*p + (1/p)(1/p) = 25 .... FOIL rule
p^2 + 1 + 1 + (1/p)^2 = 25
p^2 + 2 + (1/p)^2 = 25
p^2 + (1/p)^2 = 23
I'll refer to this equation as eq2 for a substitution step later on.

Let q = p - (1/p)
Square both sides to see what happens

p - (1/p) = q
[ p - (1/p) ]^2 = q^2
p*p + p*(-1/p) + (-1/p)*p + (-1/p)(-1/p) = q^2
p^2 - 1 - 1 + (1/p)^2 = q^2
p^2 - 2 + (1/p)^2 = q^2
p^2 + (1/p)^2 - 2 = q^2
[ p^2 + (1/p)^2 ] - 2 = q^2
[ p^2 + (1/p)^2 ] - 2 = q^2
[ 23 ] - 2 = q^2 ......... substitution; use eq2
21 = q^2
q^2 = 21
q = sqrt(21)
p - (1/p) = sqrt(21)


------------------------------

Another approach would be to solve the equation p + (1/p) = 5 for p

p + (1/p) = 5
p * [ p + (1/p) ] = p*5
p^2 + 1 = 5p
p^2 - 5p + 1 = 0

Use the quadratic formula to find these two roots
p = (5 + sqrt(21))/2
p = (5 - sqrt(21))/2

Then use either root to compute p - (1/p)
I'll let you do these steps.

Hint:
If p = (5+sqrt(21))/2, then 1/p = (5 - sqrt(21))/2 after rationalizing the denominator.
A similar situation happens when p = (5 - sqrt(21))/2