Decomposition of a polynomial by exporting a common factor
Often in solving various problems we have to represent a polynomial as a product of factors. These multipliers can be either monomials or other polynomials. For example, it is well known that $a(b+c)=a.b+a.c$. If we write this equality in reverse order i.e. $a.b+a.c=a(b+c)$ we see that we have already represented the sum of the monomials $ab$ and $bc$ as a product. Let us consider some problems. 1 Problem Calculate rationally $14.85+14.15.$ Solution: The first warrant for solving this problem is to first calculate the product $14.85$ and the product $14.15$ and then add the resulting numbers. The way is not wrong of course, but it does not fit the word rational. Let us now instead consider the equality $a.b+a.c=a(b+c)$, where $a=14$, $b=85$ and $c=15$. We replace the letters with their corresponding equal numbers and get $14.85+14.15=14.(85+15)=14.100=1400.$ Problem 2 Decompose the polynomial $5t+5m$ into factors. Solution: Notice that in the first and second addends we h...