I am trying to complete a exercise, but I can not figure out what the required steps are to determine the factorization of the following expressions:
$$(a+1)b-3(a+1)$$ $$a(b-1)-2(b-1)$$ $$2a(b+4)+7(b+4)$$ $\phantom{asd}$
I am trying to complete a exercise, but I can not figure out what the required steps are to determine the factorization of the following expressions:
$$(a+1)b-3(a+1)$$ $$a(b-1)-2(b-1)$$ $$2a(b+4)+7(b+4)$$ $\phantom{asd}$
It is very simple:
Put $x=a+1;y=b-1;z=b+4$
Then we have
$(a+1)b-3(a+1)=xb-3b=x(b-3)=(a+1)(b-3)$
$a(b-1)-2(b-1)=ay-2y=y(a-2)=(b-1)(a-2)$
...
Of course, you won't even need to put extra variables at all if you can notice that there is a common expression between all the terms.