Add files via upload

This commit is contained in:
Peter Norvig 2018-05-19 17:10:15 -07:00 committed by GitHub
parent 198aaae454
commit 683bfca0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
"\n",
">Fill in the blanks so that this equation makes arithmetical sense:\n",
"\n",
"> 10 ␣ 9 ␣ 8 ␣ 7 ␣ 6 ␣ 5 ␣ 4 ␣ 3 ␣ 2 ␣ 1 = 2016\n",
"10 ␣ 9 ␣ 8 ␣ 7 ␣ 6 ␣ 5 ␣ 4 ␣ 3 ␣ 2 ␣ 1 = 2016\n",
"\n",
"> You are allowed to use *only* the four basic arithmetical operations: +, -, ×, ÷. But brackets (parentheses) can be used wherever needed. So, for example, the solution could begin\n",
"\n",
@ -589,7 +589,7 @@
" \n",
"> The most famous “fill in the gaps in the equation” puzzle is known as the [four fours](https://en.wikipedia.org/wiki/Four_fours), because every equation is of the form\n",
"\n",
"> 4 ␣ 4 ␣ 4 ␣ 4 = X.\n",
"4 ␣ 4 ␣ 4 ␣ 4 = X.\n",
"\n",
">In the classic form of the puzzle you must find a solution for X = 0 to 9 using just addition, subtraction, multiplication and division.\n",
"\n",