asked 48.4k views
5 votes
Factor.2n2 + 7n + 5

asked
User Ethan Li
by
7.7k points

1 Answer

4 votes

The first step to factor this expression is to find its roots (the values of 'n' that makes this expression equals zero)

To find the roots, we can use the quadratic formula:

(Using the coefficients a=2, b=7 and c=5)


\begin{gathered} n_1=(-b-√(b^2-4ac))/(2a)=(-7-√(49-40))/(4)=(-7-3)/(4)=(-10)/(4)=(-5)/(2) \\ n_2=(-b+√(b^2-4ac))/(2a)=(-7+3)/(4)=(-4)/(4)=-1 \end{gathered}

So the roots of the expression are -5/2 and -1. Now, we can write the expression in this factored form:


\begin{gathered} a(n-n_1)(n-n_2) \\ 2(n+(5)/(2))(n+1) \\ (2n+5)(n+1) \end{gathered}

So the factored form is (2n+5)(n+1)

answered
User Tyst
by
8.3k points

Related questions