From 3ad6018af54ee70446176f0b6a187153e45399c5 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Thu, 18 Feb 2021 20:50:11 -0800 Subject: [PATCH] Add files via upload --- ipynb/CrossProduct.ipynb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ipynb/CrossProduct.ipynb b/ipynb/CrossProduct.ipynb index 9e85659..72bd2dc 100644 --- a/ipynb/CrossProduct.ipynb +++ b/ipynb/CrossProduct.ipynb @@ -9,9 +9,10 @@ "# CrossProduct Puzzle\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", - "> *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", - "> | 6615 | 15552 |   420 | |\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", + " \n", + "| 6615 | 15552 |   420 | |\n", "|-------|-------|-------|---|\n", "| ? | ? | ? |**210**|\n", "| ? | ? | ? |**144**|\n", @@ -19,10 +20,10 @@ "| ? | ? | ? |**135**|\n", "| ? | ? | ? |**4**|\n", "| ? | ? | ? |**49**|\n", - ">\n", - "> *This is the solution:*\n", - ">\n", - ">|6615|15552|  420||\n", + "\n", + "*This is the solution:*\n", + "\n", + "|6615|15552|  420||\n", "|---|---|---|---|\n", "|7|6|5|**210**|\n", "|9|8|2|**144**|\n",