MathDB
Sudoku Matrix

Source:

March 3, 2008
linear algebramatrixprobability

Problem Statement

A Sudoku matrix is defined as a 9×9 9\times9 array with entries from {1,2,,9} \{1, 2, \ldots , 9\} and with the constraint that each row, each column, and each of the nine 3×3 3 \times 3 boxes that tile the array contains each digit from 1 1 to 9 9 exactly once. A Sudoku matrix is chosen at random (so that every Sudoku matrix has equal probability of being chosen). We know two of the squares in this matrix, as shown. What is the probability that the square marked by ? contains the digit 3 3? \setlength{\unitlength}{6mm} \begin{picture}(9,9)(0,0) \multiput(0,0)(1,0){10}{\line(0,1){9}} \multiput(0,0)(0,1){10}{\line(1,0){9}} \linethickness{1.2pt} \multiput(0,0)(3,0){4}{\line(0,1){9}} \multiput(0,0)(0,3){4}{\line(1,0){9}} \put(0,8){\makebox(1,1){1}} \put(1,7){\makebox(1,1){2}} \put(3,6){\makebox(1,1){?}} \end{picture}