2

I'm struggling to explain to a child the rules of division, why we add 0's , decimal points, and when we do those things. I know how to do it by memory, but I can't justify those steps. ( I think it is called long division. ) I need to understand the rules. All the material that I found so far are for kids, I feel like I need a more mature view about this algorithm. Thank you

Jyrki Lahtonen
  • 133,153

2 Answers2

1

I would highly recommend Sybilla Beckmann's book "Mathematics for Elementary Teachers".

This is a college level book specifically addressing all of your questions: they "why's" of elementary school mathematics. Included are explanations of the meaning of the 4 basic operations, why the standard algorithms for computing these operations make sense, etc.

0

Not sure if this is what you're after, but:

To justify the $0$'s and placement of the decimal point after division, taking your example:

$$23.52\div6.4=(2352\times0.01)\div(64\times0.1)$$ $$=(2352\div64)\times(0.01\div0.1)$$ $$=(2352\div64)\times0.1$$

From applying that method in a similar way to the general case, you see that you get the rule:

Multiply the result by $10^n$ after applying the division ignoring the decimals

where $n$ is the number of places after the decimal in the divisor minus the number of places after the decimal in the dividend'.

Shuri2060
  • 4,353