In a 3x3 matrix, each cell contains one of three shapes (circle, square, triangle) and has one of three shading patterns (solid, striped, hollow). The matrix follows two distribution rules: each row and column must contain one of each shape, AND each row and column must contain one of each shading pattern. Given the top-left cell is a solid circle and the center cell is a striped square, what must the bottom-right cell be to complete the matrix?
-
A
A hollow triangle
-
B
A solid triangle
-
C
A hollow circle
-
D
A striped square