There are two ways to solve this. By factoring and by using the quadratic formula.
In both observe the form of the quadratic, ax2+bx+c
To factor:
Multiply a×c, in this case 2×3, which is 6
Break up the bx term to 6x + x giving you
2x2+6x+x+3
Group the terms as [2x2+6x]+[x+3] and factor each group (if there are no factors, factor out a 1)
2x(x+3) + 1(x+3)
Now factor out the (x+3) from both giving
(x+3)(2x+1)=0
Setting both factors to 0 and solve gives the solution
x=-3 and x=-½
Using quadratic formula:
a=2 b=7 c=3
x= (-b±√(b2-4ac))/2a
x= (-7+√(49-24))/4 and x= (-7-√(49-24))/4
x= (-7+√25)/4 and x=(-7-√25)/4
x= (-7+5)/4 and x=(-7-5)/4
x= -2/4 and x= -12/4
x= -1/2 and x=-3