Question 1015316
you probably want to set it equal to 0 to put it in standard form.


it would then be 2a^2 + 9a + 10 = 0


you would then want to factor out the greatest common factor.


since you can't, you would then try to see if you can factor it.


the factoring method i would try to use is splitting the middle term method, for want of a better name.


start with 2x^2 + 9x + 10 = 0


i replaced a with x because it's more of a standard equation that way.


multiply the coefficient of the x^2 term by the constant term to get 2 * 10 = 20


find the possible factors of 20 that add up to 9.


possible factors are 1*20, 2*10, 4*5 *****


4*5 is the one that you want because 4 + 5 = 9.


now is where you split the middle term.


9x = 4x + 5x, so the equation becomes:


2x^2 + 5x + 4x + 10 = 0


now group the first 2 terms and factor out the greatest common factor from them to get:


x * (2x + 5) + 4x + 10 = 0


now factor the second group of 2 terms so that one of those factors is (2x + 5).


you will get x * (2x + 5) + 2 * (2x + 5) = 0


now factor out the common term of (2x + 5) to get (x + 2) * (2x + 5) = 0


your factored equation will be (x+2) * (2x+5)= 0


you can confirm this is correct by distributing the multiplication to get (x+2) * (2x+5) = 2x^2 + 5x + 4x + 10 which = 2x^2 + 9x + 10 after you combine like terms.


so you factored it correctly and your factored equation is y = (x+2) * (2x + 5).


if you want a tutorial on factoring, see the following:


<a href = "http://www.purplemath.com/modules/solvquad.htm" target = "_blank">http://www.purplemath.com/modules/solvquad.htm</a>


and the following:


<a href = "http://www.purplemath.com/modules/factquad.htm" target = "_blank">http://www.purplemath.com/modules/factquad.htm</a>


they're both good.


try the second one first.
if you still need to, then try the first.
the splitting the middle term method is similar to the box method without the box.