If I cut something into 3 equal pieces, there are 3 defined pieces. But, 1÷3= .333333~. Why is the math a nonstop repeating decimal when existence allows 3 pieces? Is the assumption that it’s physically impossible to cut something into 3 perfectly even pieces?

26.21K views

If I cut something into 3 equal pieces, there are 3 defined pieces. But, 1÷3= .333333~. Why is the math a nonstop repeating decimal when existence allows 3 pieces? Is the assumption that it’s physically impossible to cut something into 3 perfectly even pieces?

In: Mathematics

41 Answers

Anonymous 0 Comments

The number being infinite doesn’t mean the object is infinite. As we add digits to the number it isn’t getting bigger or smaller, it’s getting more accurate. The object remains finite and fixed.

Anonymous 0 Comments

> Why is the math a nonstop repeating decimal when existence allows 3 pieces?

It’s a representation problem because you are using [base 10](https://en.wikipedia.org/wiki/Decimal). Like the other poster said, imagine every marble can be split into 10 sub-marbles, and those submarbles can be split up into 10 sub-sub marbles, and so-on.

So if you split up into **any multiple of 2 or 5**, it will be exact. (For example, if I have one marble, I can split into 10 sub-marbles. Now I can divide them by 5 or 2, or by 10.) That means splitting up into 2, 4, 5, or 8 is easy.

On the other hand, splitting thing up into **3, 6, 7 or 9** pieces requires dividing by 3 or 7, which is not possible when all you have are fractions of 10. Ditto for any larger numbers not evenly divisible by 2 and 5. For example, if you look at all the numbers between 20 and 30, only 20, 25 and 30 are OK. The rest will repeat. (NOTE: Numbers like 1/22 or 1/3 are still [rational](https://en.wikipedia.org/wiki/Rational_number) numbers: They can repeat, but only in a repeated pattern, unlike irrational numbers which have no pattern.)

Computers have the same problem, but worse: They use binary, which is base 2. Anything that is not divisible by 2 is a problem. That means “1/10” [can not be represented in floating point](https://www.exploringbinary.com/why-0-point-1-does-not-exist-in-floating-point/) — it requires an infinite decimal.

> Is the assumption that it’s physically impossible to cut something into 3 perfectly even pieces?

Well, it depends. Let’s say you have a pie, and you are trying to divide it up into 3 equal pieces. How would you know if they are equal? The truth is, the only way you get it 100% evenly divided is if the number of atoms/molecules in the pie was **exactly** a multiple of 3. If there were an even number of Atoms, it is impossible to slice the pie into 3 equal parts.

For the same reason you just eyeball the pie and say “those 3 parts look are equal”, you shouldn’t worry about the accuracy of truncating a repeating decimal. For example, NASA only needs [15 decimal places of PI](https://kottke.org/16/03/how-many-digits-of-pi-does-nasa-use) to send out probes to the entire solar system.

Anonymous 0 Comments

You’re trying to shoe horn something that’s really simple into a decimal numbering system.

They’re just thirds, .33333… is just 1/3. 1/3 x 3 = 3/3 = 1.

Nothing is missing.

The answer is simply that 10 isn’t evenly divisible by three. That’s it.

Anonymous 0 Comments

The reason is because we use base 10 as our counting system. It’s totally arbitrary. If we used base 12, 1/3 would be written exactly as 0.4. Not 0.4444…just 0.4.

Repeating decimals aren’t some kind of philosophical conundrum. They’re just the result of what number system we choose to use.

Anonymous 0 Comments

Because mathematics and every other scientific language and law and principle are only *models* of reality, not exact descriptions of it though sometimes they come very close.

Anonymous 0 Comments

Here is the math proof for it since no one else seems to have posted it.

Let; X=0.3333…

Therefore; 10X=3.3333…

Thus; (10X-X)=(3.3333…-0.3333…)

Or; 9X=3

Then; X=3/9 (X=1/3)

And as such; 1/3=0.3333…

Anonymous 0 Comments

If you had a piece of wood that is 9cm long, you’d be able to cut it into 3 perfect pieces of 3cm each. Even in your 1 / 3 example, each piece is exactly 0.33333~, so they’re actually still equal.

Anonymous 0 Comments

Are they perfectly symmetrical pieces? There lies your problem.

Anonymous 0 Comments

why limit your answer to decimal form? As noted by others, fractions work great. 1/3 or one third solves your immediate problem elegantly.

Anonymous 0 Comments

Math assumes you can divides something at an infinitely small precision.

The real world does not have infinite precision.