Math Education and Line Multiplication
So far here at The Puttering Dev, we have covered Chaos Theory, Gauge Theory, and Category Theory. But there is one area of mathematics we have not yet discussed: multiplication.
So far here at The Puttering Dev, we have covered Chaos Theory, Gauge Theory, and Category Theory. We have looked at the inner workings of human cognition and the structure of spacetime at the quantum level, exploring the furthest reaches of what humanity has used mathematics to understand. But there is one area of mathematics we have not yet discussed: multiplication.
It is one of our earliest exposures to math, and while it may not seem as exciting as the other topics we’ve discussed in the workshop, it is just as important. While multiplication has countless applications and is crucial for higher mathematics, it is important for another reason, one I would argue is more vital: your experience with multiplication often shapes your lifelong relationship with mathematics.
In the English-speaking world, we have a complicated love-hate relationship with math. The general population agrees that understanding mathematics is important and that children should be required to study it, largely because success in arithmetic is widely believed to result in higher income and better career prospects (though whether this is an accurate belief is debatable). Yet, if you ask those same people what their least favorite subject in school was, the answer is almost universally "math."
Students often cite the abstract nature of the subject and the way it is taught, particularly in English-speaking countries, where there is a heavy emphasis on the rote memorization of rules and procedures. This approach manages to emphasize two seemingly contradictory and toxic ideas simultaneously. The first is that success in mathematics is linked solely to toil. While practice is necessary, it is not true that you must spend hours practicing the longest, most abstract procedures just to achieve basic results. In reality, shortcuts and visual methods often make mathematics less abstract and easier to grasp.
The second idea is that mathematical talent is innate: you are either born with an intuitive ability to understand these concepts, or you are not, and no amount of practice will change that. To a rational observer, these ideas are contradictory. Yet, this is exactly how mathematical education has evolved. If you are "good" at math, it’s because you were born with the gift; if you struggle, it’s because you are lazy or not working hard enough. These two myths, combined with well-intended but poorly implemented state mandates, create a situation that is frustrating and demoralizing, one that almost guarantees you will hate math for the rest of your life.
So, is there a better way? Let's look at two approaches to solving a simple multiplication problem: \(12 \times 13\). The standard way would be as follows
The Standard Method of Multiplication
- Set Up: Write the numbers vertically, aligning them by their place value (ones and tens). Put the larger number on top to make it slightly easier.
12
x13
----
- Multiply by the Ones Digit: First, multiply the top number (12) by the ones digit of the bottom number (3). This will give you partial product of 36.
- \(3 \times 2 = 6\) Write the 6 in the ones place
- \(3 \times 1 = 3\) Write the 3 in the tens place.
12
x13
----
36 <-- (12 * 3)
- The Placeholder Zero: Before multiplying by the tens digit, you must place a 0 in the ones column of the second line. This is because you aren't actually multiplying by 1; you are multiplying by 10.
12
x13
----
36
0 <-- Placeholder zero
- Multiply by the Tens Digit: Now, multiply the top number (12) by the tens digit of the bottom number (1). Which will give us another Partial Product of 120
- \(1\times2=2\): Write the 2 to the left of your placeholder zero.
- \(1 \times 1 = 1\) : Write the 1 in the hundreds place.
- Bringing it all together: combine our three symbol to get the second Partial Product, 120
- Add the Partial Products: Finally we add the two results together to find the total product and get 156.
- 36 + 120 = 156
12
x13
----
36
+120
----
156
This is the standard method taught in classrooms around the world; it is generally considered quick and relatively easy. However, to a beginner, it can seem like an arbitrary procedure. While it isn't truly arbitrary, unless you are already familiar with distributive properties or partial products, it is difficult to understand the actual nature of the operation you are performing.
So, we return to our initial question: is there a more intuitive way? Let’s take a look at how we would solve this problem using "Line Multiplication." This is a visual method of multiplying numbers by drawing sets of parallel lines for each digit. You then count where the lines intersect and group those intersection points by place value (from right to left for ones, tens, and hundreds), carrying over extra digits just as you would in the standard method. Now, let’s apply this to the same problem \(12 \times 13\).
The Line Multiplication Method
- Draw the first number (12): Draw 1 diagonal line sloping down from left to right, leave a small gap, and draw 2 parallel lines right below or next to it.

- Draw the second number (13): Draw 1 line sloping up from left to right, leave a gap, and draw 3 parallel lines that cross your first set of lines.

- Split into sections: You will see three distinct regions where the lines cross:
- Right side (Ones): Where the 2 lines cross the 3 lines (2 × 3 = 6 red dots).
- Middle (Tens): Where the top 1 line crosses the 3 lines, and the bottom 2 lines cross the 1 line (3 + 2 = 5 yellow dots).
- Left side (Hundreds): Where the 1 line crosses the 1 line (1 × 1 = 1 green dot).

- Combine the numbers: Read the counts from left to right (1, 5, 6) to get 156.

A few quick edge cases before we move on:
- Carrying Values: If any section totals ten or more dots, write down the last digit and carry the remaining tens value over to the next section to the left. For example, if a section adds up to 11, you would record "1" for that digit and add one to the total of the section to its left.
- Handling Zeros: Zeros can be represented by drawing a distinct dashed or colored line. Since these lines are created such that they produce zero intersection points, they act as placeholders without adding to the sum.
A careful reader will note that while these two approaches display the calculations differently, they are essentially doing the same thing. Both rely on distributive properties and partial products to break a large manual calculation into simpler, manageable steps. However, with the line method, what was once an abstract procedure now has a visual representation a concrete connection to a physical reality that helps the concept "stick."
That said, it is not a perfect system. The line method becomes slow, messy, and impractical when handling larger numbers, multiple zeros, or complex carry-overs compared to standard long multiplication. For these reasons, the standard method remains the preference in most educational settings. In my opinion, however, teaching both methods would lead to more intuitively educated students…but that is just me.
This concludes our brief foray into the world of multiplication. Stay tuned to see what else we are cooking up here at The Puttering Dev!