SOLUTION: if p+q=4 and p^2+q^2=7,then the value of p/q is

Algebra ->  Test -> SOLUTION: if p+q=4 and p^2+q^2=7,then the value of p/q is      Log On


   



Question 473683: if p+q=4 and p^2+q^2=7,then the value of p/q is
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
if p+q=4 and p^2+q^2=7,then the value of p/q is
-------------------
p = 4-q
---
Substitute for "p" and solve for "q":
(4-q)^2 + q^2 = 7
16-8q+2q^2 = 7
---
2q^2-8q - 23 = 0
----------------------
q = [8 +- sqrt(64 - 4*2*-23)]/4
---
q = [8 +- sqrt(248]]4
---
q = [8 +- 2sqrt(62)]/4
--
q = [2 + (1/2)sqrt(62)] or q = [2 - (1/2)sqrt(62)]
===========================
p/q = (4-q)/[2 + (1/2)sqrt(62)] or p/q = (4-q)/[2 - (1/2)sqrt(62)]
============
Cheers,
Stan H.