Many elementary teachers don’t understand math, and it makes them anxious
1–10 of 356 posts
Re: Many elementary teachers don’t understand math, and it makes them anxious
#2I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education.
They really should try to come up with algorithms that are more intuitively linked to a spatial comprehension of the numbers. That underlying grasp is really all that sticks with you into the real world (and it's also what makes math engaging). If students aren't getting that, they're wasting their time in my opinion.
Re: Many elementary teachers don’t understand math, and it makes them anxious
#3Edit: Oh :) I just worked it out - I was taught to fold the subtraction and carry right in one step. I'm an idiot!
Re: Many elementary teachers don’t understand math, and it makes them anxious
#4I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
Multiplication = repeated addition
Addition = a form of counting
Re: Many elementary teachers don’t understand math, and it makes them anxious
#5Re: Many elementary teachers don’t understand math, and it makes them anxious
#6I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
Re: Many elementary teachers don’t understand math, and it makes them anxious
#7I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
(All these methods had the same asymptotic complexity. Mine was slower by a small constant factor; on the other hand it actually made sense. It was just repeated subtraction!)
Re: Many elementary teachers don’t understand math, and it makes them anxious
#8I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
Re: Many elementary teachers don’t understand math, and it makes them anxious
#9I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
Division is a repeated subtraction operation, and the long division algorithm is just a nice way to lay it out. Multiplication = repeated addition Addition = a form of counting
Maybe they need to explain it in those terms. Or use pictures.
Re: Many elementary teachers don’t understand math, and it makes them anxious
#10I still don't know why long-division works. I don't think I even remember how to do it as an adult. I've always had a very intuitive grasp of math, which meant I excelled at solving things in my head but struggled with (and resented) having to show my work in the arbitrary algorithms we were taught. I understand division despite my education. They really should try to come up with algorithms that are more intuitively…
My parents invented a simplified division algorithm so they could teach me the four basic arithmetic operations by third grade, and it was so much easier than long division that I could never remember how to do things the conventional way. I just pretended to follow the teachers' instructions for the next few years. (All these methods had the same asymptotic complexity. Mine was slower by a small constant factor; on…