How do you subtract rational numbers?

1 Answer
Dec 19, 2014

A rational number is a number that can be expressed as a fraction, for instance #1/5# or #22/153#.

Same denominator

Some subtractions are easy when encountering rational numbers. Here's an example problem: #5/2 - 3/2#.
What you might instantly notice, is that they both have the same denominator, it's #2#.
Whenever we have this situation, we can just subtract the nominators. The denominators stay the same.
In this case it would be:
#5/2-3/2 = (5-3)/2 = 2/2 = 1#

Different denominator

Whenever we have two different denominators, we can't directly subtract them from each other. What we should do in this case, is make them have the same denominator.

How can you legally (without changing the expression) change something's denominator? Easy, you also change the nominator by the same multiplication factor.
To change for example the fraction #5/7# to have a denominator of #21#, you would have to ask the question: By what number should I multiply #7#, to get #21#? The answer is of course #3#. So how can we make a legal change? We alse multiply the nominator by #3#:
#5/7 = (5*3)/(7*3) = 15/21#

But how do you know, to what denominator they must be changed? What you're actually asking is: what number is a common multiple of the 2 denominators? This is the LCM: the Lowest Common Multiple. Why would you want that number? It's a multiple of both of the denominators, so you can easily multiply them.

An example problem for this is: #4/3 - 7/8#

First, let's find out what the LCM is, for this we write down some multiples of both of the denominators:
#3 => 6 => 9 => 12 => 15 => 18 => 24 => 27 => 30#
#8 => 16 => 24 => 32 => 40 => 48 => 56 => 64 => 72 => 80#

What number is the lowest common factor of #3# and #8#? It's #24#. After a while, you will be able to see this instantaneously.

Now, all we have to know is: by what number do we have to multiply #3# to get #24#? And the same for #8#. The answers are respectively #8# and #3#.

The final solution becomes:
#4/3-7/8 = (4*8)/(3*8)-(7*3)/(8*3) = 32/24 - 21/21 = (32-21)/24 = 11/24#

I hope that you know understand, and that I didn't make it too complicated.