Add files via upload
This commit is contained in:
@@ -9,9 +9,10 @@
|
|||||||
"# CrossProduct Puzzle\n",
|
"# CrossProduct Puzzle\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The 538 Riddler [poses a type of puzzle](https://fivethirtyeight.com/features/can-you-cross-like-a-boss/) called ***CrossProduct***, which works like this:\n",
|
"The 538 Riddler [poses a type of puzzle](https://fivethirtyeight.com/features/can-you-cross-like-a-boss/) called ***CrossProduct***, which works like this:\n",
|
||||||
"> *Replace each \"?\" in the table with a single digit so that the product of the digits in each row equals the number to the right of the row, and the product of the digits in each column equals the number above the column.*\n",
|
"\n",
|
||||||
"> \n",
|
"*Replace each \"?\" in the table with a single digit so that the product of the digits in each row equals the number to the right of the row, and the product of the digits in each column equals the number above the column.*\n",
|
||||||
"> | 6615 | 15552 | 420 | |\n",
|
" \n",
|
||||||
|
"| 6615 | 15552 | 420 | |\n",
|
||||||
"|-------|-------|-------|---|\n",
|
"|-------|-------|-------|---|\n",
|
||||||
"| ? | ? | ? |**210**|\n",
|
"| ? | ? | ? |**210**|\n",
|
||||||
"| ? | ? | ? |**144**|\n",
|
"| ? | ? | ? |**144**|\n",
|
||||||
@@ -19,10 +20,10 @@
|
|||||||
"| ? | ? | ? |**135**|\n",
|
"| ? | ? | ? |**135**|\n",
|
||||||
"| ? | ? | ? |**4**|\n",
|
"| ? | ? | ? |**4**|\n",
|
||||||
"| ? | ? | ? |**49**|\n",
|
"| ? | ? | ? |**49**|\n",
|
||||||
">\n",
|
"\n",
|
||||||
"> *This is the solution:*\n",
|
"*This is the solution:*\n",
|
||||||
">\n",
|
"\n",
|
||||||
">|6615|15552| 420||\n",
|
"|6615|15552| 420||\n",
|
||||||
"|---|---|---|---|\n",
|
"|---|---|---|---|\n",
|
||||||
"|7|6|5|**210**|\n",
|
"|7|6|5|**210**|\n",
|
||||||
"|9|8|2|**144**|\n",
|
"|9|8|2|**144**|\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user