Skip to content

Commit f61cf0b

Browse files
committed
Updating Q 2.2
1 parent e2e327c commit f61cf0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/6-28-number-knights.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ __2.1__ Which of the following numbers have the same property?
9292
![](/resources/6-28-number-knights/2-cube-loop-2.png){image align="right"}
9393
__2.2__ This same process can even form a loop of 3.
9494

95-
* `1^3 + 6^3 + 0^3 = 352`
96-
* `3^3 + 5^3 + 2^3 = 217`
97-
* `2^3 + 1^3 + 7^3 = 160`
95+
* `1^3 + 6^3 + 0^3 = 217`
96+
* `2^3 + 1^3 + 7^3 = 352`
97+
* `3^3 + 5^3 + 2^3 = 160`
9898

9999
Which of the following numbers also creates a loop of 3 when the digits are cubed and added?
100100

0 commit comments

Comments
 (0)