Skip to content

Commit 3924c83

Browse files
committed
incorporate forum suggestions
1 parent c921000 commit 3924c83

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# Introduction
22

3-
One evening, we found an old notebook filled with scribbles, like someone had been chasing a strange idea.
4-
On one page, there was a single question: **Can every number find its way to 1?**
5-
It was tied to something called the Collatz Conjecture, a puzzle that has baffled thinkers for decades.
3+
One evening, you stumbled upon an old notebook filled with cryptic scribbles, as though someone had been obsessively chasing an idea.
4+
On one page, a single question stood out: **Can every number find its way to 1?**
5+
It was tied to something called the **Collatz Conjecture**, a puzzle that has baffled thinkers for decades.
66

7-
The rules seemed simple.
7+
The rules were deceptively simple.
88
Pick any positive integer:
99

1010
* If it's even, divide it by 2.
1111
* If it's odd, multiply it by 3 and add 1.
1212

1313
Then, repeat these steps with the result, continuing indefinitely.
1414

15-
Curious, we picked number 12 to test and started the journey:
15+
Curious, you picked number 12 to test and began the journey:
1616

1717
12 ➜ 6 ➜ 3 ➜ 10 ➜ 5 ➜ 16 ➜ 8 ➜ 4 ➜ 2 ➜ 1
1818

1919
Counting from the second number (6), it took 9 steps to reach 1, and each time the rules repeated, the number kept changing.
20-
At first, the steps seemed unpredictable — jumping up, down, and all over.
21-
Yet the conjecture states that no matter the starting number, we'll always end at 1.
20+
At first, the sequence seemed unpredictable — jumping up, down, and all over.
21+
Yet, the conjecture claims that no matter the starting number, we'll always end at 1.
2222

2323
It was fascinating, but also puzzling.
2424
Why does this always seem to work?
2525
Could there be a number where the process breaks down, looping forever or escaping into infinity?
26-
No one knows for sure.
26+
The notebook suggested solving this could reveal something profound — and with it, fame, [fortune][collatz-prize], and a place in history awaited whoever could unlock its secrets.
27+
28+
[collatz-prize]: https://mathprize.net/posts/collatz-conjecture/

0 commit comments

Comments
 (0)