by Guest » Mon Oct 31, 2016 11:58 am
I am using the fact that multiplication is distributive over addition, i.e. [tex](a+b)\times c = a\times c + b\times c[/tex].
For example according to the formula [tex](2+3)\times 5 = 2\times 5 + 3\times 5[/tex], it is easy to check this is true,
the left hand side evaluates to [tex]5\times 5[/tex], and the right hand side is [tex]10+15[/tex], both equal [tex]25[/tex].
This rule generalizes, so we can also say [tex](a+b+c)\times d = a\times d + b\times d+c\times d[/tex].
We can apply this rule to [tex]\frac{1}{m}w+\frac{m}{n}w-w[/tex] which looks very much like the right hand side of the distributive law (every term has a [tex]w[/tex], just like all the terms in the distributive law has a [tex]d[/tex]). In fact
[tex]\frac{1}{m}w+\frac{m}{n}w-w = \left(\frac{1}{m}\right)\times w+\left(\frac{m}{n}\right)\times w+(-1)\times w[/tex],
which by the distributive law we know is the same as
[tex]\left(\left(\frac{1}{m}\right)+\left(\frac{m}{n}\right)+(-1)\right)\times w[/tex],
which we can write in a more compact way (by removing brackets and getting rid of the multiplication sign which is implied) as
[tex]\left(\frac{1}{m}+\frac{m}{n}-1\right) w[/tex].
Whenever we have fractions that we want to add such as [tex]\frac{2}{3}+\frac{1}{4}[/tex], the way we do it is by first finding a common denominator (a number which all the denominators will divide into, in this case a number which [tex]3[/tex] and [tex]4[/tex] divides into). An easy way to get a common denominator is to multiply all the denominators together, so in our case we would take [tex]12[/tex] as the common denominator. Next multiply the expression by the common denominator, so in our case we get [tex]12\times\left(\frac{2}{3}+\frac{1}{4}\right)[/tex] which by the distributive law we know is the same as [tex]12\times\frac{2}{3}+12\times\frac{1}{4} = 8+3 = 11[/tex]. We've multiplied the expression by 12, so to keep things balanced/equal we should divide by 12, which means we get [tex]11/12[/tex] which is the sum of our two fractions.
We can do the same thing to [tex]\frac{1}{m}+\frac{m}{n}-1 = \frac{1}{m}+\frac{m}{n}+\frac{-1}{1}[/tex]. The common denominator is [tex]m\times n \times 1 = mn[/tex]. Multiplying the expression by the common denominator gets us
[tex]mn\times\frac{1}{m}+mn\times\frac{m}{n}+mn\times\frac{-1}{1} = n+m^2-mn[/tex]
dividing by the common denominator gives
[tex]\frac{n+m^2-mn}{mn}[/tex]
Hope this helped,
R. Baber.