Using the general principles and goals of a Sudoku puzzle there are many thousands of possible arrangements of digits that would satisfy the conditions for a Sudoku solution.
In order to have the possibility of a proper Sudoku solution still available. Considering only the digits in the two columns and the one row as shown. How many possible different arrangements of digits could be displayed if the two full column as well as one full row are filled with digits? i.e. how many ways to replace the “?”s in the grid shown?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There's something that doesn't make sense here, which I will explain with some examples. You fill in the seven squares in the upper-left, then the first column, then the first row. This gives you a count of ( 9 ) 7 ⋅ 6 ! ⋅ 6 ! .
Suppose the diagram is as follows:
1 2 3 4 5 6 7 8 9 4 5 6 7 2 5 8 3 6 9
There are 36 ways to complete the second column, as you state.
Now, consider another diagram, with 6 and 7 switched in the upper-left square:
1 2 3 4 5 6 7 8 9 4 5 7 6 2 5 8 3 7 9
In the second column, the 6 must go in the bottom 3 × 3 square, and the 8 and 9 must go in the middle 3 × 3 square. This gives 3 ⋅ 3 ⋅ 2 = 1 8 ways of placing these numbers. Then the remaining numbers 1, 2, 3 can be placed arbitrarily, for another 6 ways. Thus, for this diagram, there is a total of 1 8 ⋅ 6 = 1 0 8 ways of completing the second column.
We can't just multiply the number ( 9 ) 7 ⋅ 6 ! ⋅ 6 ! by 3 6 + 1 0 8 , or some other number, because among the diagrams counted in this count of ( 9 ) 7 ⋅ 6 ! ⋅ 6 ! , some have 36 ways of completing the second column and others have 108 ways. We have to count the number of diagrams of each kind, and then multiply accordingly.
Here is how I counted. There are 9! ways of filling the first column. Then I'm going to divide into cases similar to yours.
Case 1 : b1, b2, b3 are the same as a4, a5, a6, in some order.
There are 3! ways to order b1, b2, b3. Then there are 36 ways to complete the second column.
Case 2 : Of the values b1, b2, b3, one comes from a4, a5, a6, and two come from a7, a8, a9.
There are 3 ⋅ 3 = 9 ways to choose b1, b2, b3, then 3! ways to order them. Then there are 108 ways to complete the second colun.
Case 3 : Of the values b1, b2, b3, two come from a4, a5, a6, and one comes from a7, a8, a9.
This is the same as Case 2.
Case 4 : b1, b2, b3 are the same as a7, a8, a9, in some order.
This is the same as Case 1.
Thus, the number of ways of filling the second column is 6 ⋅ 3 6 + 9 ⋅ 6 ⋅ 1 0 8 + 9 ⋅ 6 ⋅ 1 0 8 + 6 ⋅ 3 6 = 1 2 0 9 6 .
There are then 3 ways to fill in the seventh cell of the upper-left square, then 6! ways to fill the rest of the first row. This gives us a final count of 9 ! ⋅ 1 2 0 9 6 ⋅ 3 ⋅ 6 ! = 9 4 8 1 0 9 6 3 9 6 8 0 0 .
Log in to reply
Thanks. As requested by Darryl, I have updated the answer to 9481096396800.
Problem Loading...
Note Loading...
Set Loading...
My original solution is not correct. therefor I have removed it. I agree with the solution posted by
Jon Haussmann