We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e327c commit f61cf0bCopy full SHA for f61cf0b
1 file changed
pages/6-28-number-knights.md
@@ -92,9 +92,9 @@ __2.1__ Which of the following numbers have the same property?
92
{image align="right"}
93
__2.2__ This same process can even form a loop of 3.
94
95
-* `1^3 + 6^3 + 0^3 = 352`
96
-* `3^3 + 5^3 + 2^3 = 217`
97
-* `2^3 + 1^3 + 7^3 = 160`
+* `1^3 + 6^3 + 0^3 = 217`
+* `2^3 + 1^3 + 7^3 = 352`
+* `3^3 + 5^3 + 2^3 = 160`
98
99
Which of the following numbers also creates a loop of 3 when the digits are cubed and added?
100
0 commit comments