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 maintain the possibility of a proper Sudoku solution still available in the grid. Considering only the digits in one column and one row. How many possible different arrangements of digits could be displayed if one 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.
First, notice that the top left 3x3 box has the greatest restriction of numbers of 5, with none repeating. With this you need to choose 5 of the 9 numbers in any orientation or ( 9 ) 5 . Next, with the left column already using 3 values, the remaining 6 can be organized in any order or 6!. Similarly, the same can be said about the top row.
Multiplying these values together we get: ( 9 ) 5 6 ! 6 ! = ( 9 − 5 ) ! 9 ! 6 ! 6 ! = 7 8 3 8 2 0 8 0 0 0