| Author | Message |
|---|---|
|
rabbott
Posts: 1649
|
Posted 11:40 Sep 14, 2017 |
Most people wrote code for Project 1 that looks something like this.
Although it's not difficult, many people had trouble explaining how that code finds numbers that fail Goldbach's other conjecture. You might try the following instead.
Don't forget that Goldbach's conjecture says that for every odd composite number g there is a prime p and an integer k such g = p + 2*k^2. You should be able to explain how this code finds numbers that fail Goldbach's conjecture. The key term is "there is." Use that in your explanation. Last edited by rabbott at
20:28 Sep 15, 2017.
|
|
rabbott
Posts: 1649
|
Posted 20:21 Sep 15, 2017 |
In the project description I mentioned the
> goldbachPairs 175 g: 175
In the above output, each line explores a possible Last edited by rabbott at
12:30 Sep 16, 2017.
|
