As the title says, i want to factorize an expression, but i don't have any clue how to proceed.
Here is the expression :
$2x² -7x +3$
And here is the factorized form :
$(x-3)(2x - 1)$
My question is, which method or rule to use to go from first to second ?
please note that I am a beginner, and the only question that i found which is closer to mine is this post.
Thank you for your help !
Rewrite the expression into the form:
$2x^2-6x-x+3$ ,
then group the first two terms together and the last two terms together:
$(2x^2-6x)-(x-3)=2x(x-3)-(x-3)$ ,
next extract the common factor:
$(x-3)(2x-1)$ ,
and you are done.