You can put this solution on YOUR website! if one zero of polynomial 2x^2-3x+p is 3, then find the other root(zero). Also find the value of p.
------
Use synthetic division:
3)....2....-3....p
------2----4....|p-12
----
Solve:
p-12 = 0
p = 12
---------
Quotient: 2x + 4 = 0
x = -4/2 = -2
----
Other root: x = -2
=======================
Cheers,
Stan H.