Subtraction of Rational Numbers

Key Questions

  • lets have an eg

    #6/4# +#10 /4#

    #6/4# = 1.5

    #10 /4# = 2.5

    so we add both the decimals to get # 4 #

  • Answer:

    Generic explanation given using algebra. Followed by a numeric example.

    Explanation:

    #color(blue)("Initial concept")#
    A fractions construct is such that we have:

    #("numerator")/("denominator") -> ("count")/("size indicator of what is being counted")#

    This may be further considered as:

    #" count" color(white)("d")ubrace(" of ")color(white)("ddd")1/("size indicator of what is being counted")#
    #color(white)("ddddddd.")darr#

    #"count "color(white)("d.")xxcolor(white)("ddd")ubrace(1/("size indicator of what is being counted"))#
    #color(white)("dddddddddddddddddddddddddd.")darr#

    #"count "color(white)("d.")xxcolor(white)("dddddddddd")" unit of measurment"#

    #color(red)("To directly add counts the units of measurement must be the same")#
    #color(green)("To directly add numerators the denominators must be the same")#
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    #color(blue)("Answering the question")#

    Let the first rational number be #a/b#
    Let the second rational number be #c/g#

    Consider the context:
    #a/b-c/g larr" denominators are not the same"#

    I opted for #g# instead of #d# as its difference in look to #b# if very obvious. #b and d# are easily confused with each other.

    Multiply by 1 and you do not change the actual value. However, 1 comes in many forms.

    #color(green)(a/b-c/g color(white)("dddd")->color(white)("dddd")[a/bcolor(red)(xx1)]-[c/gcolor(red)(xx1)] )#

    #color(green)(color(white)("dddddddddd")->color(white)("dddd")[a/b color(red)(xxg/g)]-[c/g color(red)(xxb/b)] )#

    #color(green)(color(white)("dddddddddd")->color(white)("dddddd")[(ag)/(bg)]color(white)("d")-color(white)("d")[(bc)/(bg)] )#

    #color(green)(color(white)("dddddddddd")->color(white)("ddddddddd")(ag-bc)/(bg))#

    So basically you change the denominators to the same value and then directly subtract the suitably adjusted numerators.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    #color(blue)("Example")#

    #3/5-7/10#

    #[3/5xx2/2]-7/10#

    #[(3xx2)/(5xx2)]-7/10#

    #color(green)(6/10color(red)(-7/10))#

    But #color(red)(-7/10)# may be split into #color(red)(-6/10-1/10)# giving:

    #color(green)(ubrace(6/10color(red)(-6/10))color(red)(-1/10))#
    #color(white)("d.d")darr#
    #color(white)("ddd")0color(white)("dd")-1/10#

    So #3/5-7/10= -1/10#

  • 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.

Questions