DEV Community

Orkhan
Orkhan

Posted on

Why Does 0.999… Equal 1? The Surprising Truth Explained Simply

If you’ve spent any time in a math class or browsing the internet, you’ve probably seen this statement before:
0.999… equals 1.

Wait, what?
At first glance, this feels wrong. How can something that “looks less than 1” actually be equal to 1?

Let’s break it down in a way that’s easy to understand.

When we write 0.999…, the “…” means the 9s go on forever. This is called a repeating decimal. So, it’s not just 0.99 or 0.999 — there is no end to the 9s.

It’s:

0.9999999999999999999999… (forever!)

The Simple Algebra Trick

Here’s a quick way to see why 0.999… = 1 using some basic algebra:

Let’s call the repeating decimal x:

x = 0.999…

Multiply both sides by 10:

10x = 9.999…

Subtract the first equation from the second:

10x — x = 9.999… — 0.999…
9x = 9

Solve for x:

x = 9 / 9
x = 1

So, 0.999… = 1. Surprised?

A Fraction Example

Here’s another way to look at it.

What’s 1 divided by 3?

1 ÷ 3 = 0.333…

Now, if you multiply both sides by 3:

0.333… × 3 = 0.999…
1 ÷ 3 × 3 = 1

So again, 0.999… = 1.

But It Never Actually Reaches 1, Right?

That’s what makes this idea tricky. Our intuition says 0.999… is just a tiny bit less than 1, but in math, if you add up more and more 9s after the decimal point, you get closer and closer to 1 — so close, in fact, that there’s no difference between them.
There is no number between 0.999… and 1.

In mathematics, they are considered exactly equal.

The Big Idea: Limits

In math, there’s a concept called a limit. When a number gets closer and closer to a value — without ever going past it — we say it “approaches the limit.”
0.9, 0.99, 0.999, 0.9999… all get closer and closer to 1. The limit is 1.

Why Does This Matter?

Understanding that 0.999… equals 1 is not just a cool math trick. It helps us see how numbers and infinity work together, and reminds us that sometimes our intuition can be fooled by how we write things down.

In Summary

0.999… means “nines forever after the decimal.”
Algebra, fractions, and the concept of limits all show us:
0.999… and 1 are exactly the same number.
It’s one of those surprising truths in math —
Infinity is full of interesting surprises!

Top comments (0)