< KinderCalculus

Guidelines

Fraction arithmetic should be taught in preparation for solving Linear Systems.

Here is an outline for teaching fractions. We focus on addition because that is the hardest to teach:

  1. Define prime number & prime factorization into a prime string
  2. Define Lowest Common Denominator as the mnemonic CoPS (Covering Prime String). "Covering" means that the prime string is has enough primes to span its factors. I find that this terminology captures the LCD algorithm better than the traditional term LCD. The diagram below shows that if you line up the factors vertically, COPS prime string does cast a "shadow" that "covers" all relevant primes.
    find the COPS for 6, 8, 20
    
    cops =  2 * 2 * 2 * 3 * 5
    ========|===|===|===|===|
            |   |   |   |   |
    6    =  |   |   2 * 3   |
    8    =  2 * 2 * 2       |
    20   =      2 * 2 *     5
    
  3. introduce your favorite mnemonic for negative arithmetic, or use the DSL-SAK algorithm below.
  4. algorithm & mnemonic for fraction addition - this mnemonic is admittedly lame right now, so if there's a better one, please feel free to add it: (1) COPS (2) find missing child primes and (3)merge them with their "family???". Finding missing child primes refers to completing the input fractions as to a full cops string. Merging refers to multiplying out the tops & bottoms, then adding the tops together.

DSL-SAK pronounced diesel-sak (lame). This is an algorithm for negative number arithmetic.

DSL-SAKtestverbfinal sign
explanationdo the nouns have the same or different signs?add or subtract the positive nouns accordinglyassign the final signs accordingly
case 1 - DSLnouns have Different signsSubtract the positive nouns (big noun minus small noun)the Larger numbers' sign is final
case 2 - SAKnouns have the Same signsAdd the positive nounsKeep the original sign (remember both nouns have the same sign)

Flopposites

Flopposites is the effect of a sign change of an exponent. The name is a contraction to help kids remember the 2 steps: the fraction flip (vertical movement across the fraction bar) and opposite sign change in exponent.

Flottom

Flottom is the unraveling of a nested fraction. The term stands for "flip the bottom". For example 1/(b/c) = 1/1 * c/b

We use it to help students remember how to divide fraction, eg. (2/3) / (4/5) = 2/3 * 5/4

Exercises

remember to keep the numbers small. The purpose is to become familiar with the algorithm, not fluency in large number arithmetic. At this point, students may reference their multiplication tables for factorization and multiplication. They do not need to memorize it.

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.