SOLUTION: Express 2x^2 +3x in the form ax(x + 1) + b(x + 1) + c
Algebra
->
Linear-equations
-> SOLUTION: Express 2x^2 +3x in the form ax(x + 1) + b(x + 1) + c
Log On
Algebra: Linear Equations, Graphs, Slope
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear-equations
Question 1121715
:
Express 2x^2 +3x in the form ax(x + 1) + b(x + 1) + c
Found 2 solutions by
Boreal, greenestamps
:
Answer by
Boreal(15235)
(
Show Source
):
You can
put this solution on YOUR website!
expanding the second expression
ax^2+ax+bx+b+c
2x^2+2x+x+1-1
2x(x+1)+1(x+1)-1
Answer by
greenestamps(13200)
(
Show Source
):
You can
put this solution on YOUR website!
Expand the expression on the right and equate the coefficients of each power of x.
So we need to have
a=2
a+b=3
b+c=0
That system is easily solved: a=2, b=1, c=-1. So
2x^2+3x = 2x(x+1)+1(x+1)-1