A student in a developmental algebra course was struggling with problems involving least common multiples. The lesson she was working on involved finding the least common multiple of numbers first, and then using that process as an analogy for finding least common multiples for variable expressions. Surprisingly, she felt confident with the variable expressions and was struggling with the numbers.
When I sat down with her, Karen (not her real name) could not understand why the technique she was using for variables was not working with numbers. She was able to correctly find the prime factors of numbers, so she wrote:
24=2*2*2*3 and
36=2*2*3*3
Then, drawing on her experience with fractions, she cancelled the common factors and used what was left:
24=2*2*2*3 and
36=2*2*3*3
She ended up with only a 2 and a 3 remaining, which is six and she knew this was not correct. Six is not even a multiple of these numbers, never mind the least common multiple.
I restated our textbook’s approach, to wit: We want to use each factor the same number of times as it appears in the number in which it appears most often. There really is no simple way to state this and I worked a couple of examples for her.
But I was intrigued by her ‘cancelling’ approach. In addition I had offered a strategy that, while supported by our textbook, bore very little relation to her way of thinking about the problem. This is not a recipe for success. We need to help our students refine their ways of thinking, not give them yet another rule to remember. So I explored her idea of cancelling and suggested this:
When we use each factor the greatest number of times as it appears most often, we can think of this as gathering all of the prime factors, then getting rid of the ones that come from numbers where they appear less often. When we have:
24=2*2*2*3 and
36=2*2*3*3
We want to “cancel” the 2’s in 36 and the 3 in 24-we don’t need those. So Karen’s Cancelling Algorithm-perhaps new to the world, and perhaps new only to her and to me is this:
Cancel the common factors only in one of the two numbers:
24=2*2*2*3 and
36=2*2*3*3
We cancel two of the 2’s in 24 because they match up with the two 2’s in 36. And we cancel the one 3 in 24 because it matches up with one of the 3’s in 36. We could have cancelled the two 2’s in 36 instead-that’s not important. What is important is that we cancel them only once.
Karen loved this algorithm and was very, very pleased to have her thinking changed into an algorithm that works.
The interaction was partly satisfying for me and partly disturbing. Karen began very frustrated and ended feeling successful and bright. That is always satisfying. But what had she really learned? She is not studying least common multiples for their interesting mathematical properties. Instead she is studying them in order to be able to add, subtract, simplify and solve rational expressions. Without questioning the larger goal of the whole enterprise of developmental college mathematics, it is still reasonable to ask how important least common multiple is for operating on rational expressions.
The only argument for finding least common multiple in this context is that it gives us a simpler form of the resulting rational expression than any other multiple will. If I am working with numbers, I can use the least common multiple to add:
1/24+1/36=3/72+2/72=5/72
But I can use any common multiple:
1/24+1/36=6/144+4/144=10/144
The least common multiple results in a simpler fraction, but it’s the same answer either way. Indeed, I can always use the common multiple that results from multiplying the two denominators:
1/24+1/36=36/864+ 24/864=60/864
And the same is true of the rational expressions Karen will be working with shortly. So why do we induce this stress in our students? If the only reason to find least common multiple is to work with rational expressions, and if at the same time any common multiple will do, why do put this artificial barrier in front of our students? And why do we, as teachers, allow ourselves to work as though these barriers were real?
For many years I’ve questioned the wisdom of teaching the LCM algorithm, especially “when” it is taught in elementary and middle school classrooms. To my students it must have seemed like a meaningless rule that was applied to numbers on pages without understanding or purpose. Your question seems to go a step further by asking, when, if ever, is the LCM valuable in working with rational expressions. I’m assuming that since you are teaching a developmental algebra course that the author of the text (along with most authors of similar texts) believes that this algorithm will be valuable at some point and time as your students work with more complex and abstract rational expressions. The questions that follow: Is he/she right? When will this algorithm become useful? At what age level do we introduce this algorithm? And how do we move students from concrete levels of thinking to abstract thought. And how do we help them develop conceptual understanding and make sense of the rule?
Christopher, I encountered this very problem this week with a college developmental math class of my own. Without going the LCM route (also fearing it was unneeded stress) I approached rational expressions, specifically adding basic fractions, with an emphasis on equivalent forms of fractions and finding one that could be added to a different fraction with a similar denominator. The practice in creating equivalent fractions until denominators matched seemed to build fractional sense free from worry about keeping the value of the denominator at a minimum. I am waiting to see the results of this experiment next week. I really like what you posted about LCM as thoughtful insight into young students and their concept of multiples and multiplication in general.
Report back with the results of your experiment! I have always felt that there is an overemphasis on LEAST common denominator when ANY common denominator will do (or, as in this article, any common NUMERATOR will do).
One of the possible good justifications for finding and using least common denominotors is that simplifying the answer is easier. The untreated answer would often have fewer additional factors in the numerator and denominator to find.
We could try to show students a couple of examples to demonstrate this, but for young people, would this seem like long, extra instruction while they are still struggling to understand all the things they are told to do with fractions?
Pingback: Landscape of learning | Overthinking my teaching
Using the LCM is important when working with native integers on a computer where there is a finite range to such integers. By keeping each number minimal at each math operation you extend the range of values that your program can handle.