Inactive Tutor answered 09/25/15
Tutor
New to Wyzant
Hi Ruby,
Let's begin by writing the standard form of the quadratic equation:
ax2 + bx + c = 0
Next, let's write the quadratic formula:
x = [-b +/- √(b2 - 4ac)] / 2a
Now, let's see what are our coefficients (a, b, c) are in our given equation using the standard form of the quadratic equation:
ax2 + bx + c = 0 [standard form]
3p2 + 7p + 4 = 0 [our variable is p instead of x]
a=3; b=7; c=4
Let's plug in our values for a, b, c into the quadratic formula and solve for p:
p = [-b +/- √(b2 - 4ac)] / 2a
p = [-7 +/- √(72 - 4(3)(4)] / 2(3)
p = [-7 +/- √(49 - 48)] / 6
p = [-7 +/- √1] / 6
p = [-7 +/- 1] / 6
p = (-7 + 1)/6 = -(6/6) = -1
p = (-7 - 1)/6 = -(8/6) = -(4/3)
Thanks for submitting this problem and glad to help.
God bless, Jordan.