Question 1
In a 6×6 matrix (row0-5, col0-5) containing letters A-Z and digits 0-9 in row-major order, encode 'MATRIX' by giving row and column numbers concatenated.
Position mapping: M→(2,0) A→(0,0) T→(3,1) R→(2,5) I→(1,2) X→(3,5) → 200031251235