You can put this solution on YOUR website! how would i factor (x + 2y) squared - 3(x+2y) +2
---------------
You have a quadratic with x+2y being the variable.
---
Let x+2y = w
Substitute to get:
w^2 - 3w + 2
(w-2)(w-1)
---------------
Substitute back to get the final factored form:
(x+2y-2)(x+2y-1)
========================
Cheers,
Stan H.
You can put this solution on YOUR website! And that works out to:
(x+2y)^2-3(x+2y)+2
multiply that out to get
x^2+4xy-3x+4y^2-6y+2
factor that to get
(x+2y-2)(x+2y-1)