Factorization "$(a -1)(b -1)$"

47 Views Asked by At

I need to factorize $ab -a -b +1$. I know that the answer is $(a -1)(b -1)$ can anyone give me some tips on how to do it?

2

There are 2 best solutions below

1
On

$ab-a-b+1=a(b-1)-(b-1)=a(b-1)-1(b-1)=(a-1)(b-1)$

1
On

You can apply the distributive law twice: \begin{align*} ab - a - b +1 = a(b-1) - (b-1) = (a-1)(b-1) \end{align*}