Browse · MATH
Printjmc
counting and probability junior
Problem
There are two colors Jessica can use to color this 2 by 2 grid. If non-overlapping regions that share a side cannot be the same color, how many possible ways are there for Jessica to color the grid?

Solution
Because non-overlapping regions that share a side cannot be the same color, the only way to color the grid is to have diagonal squares sharing the same color. So, Jessica can either color the top left and bottom right squares with color and the top right and bottom left squares with color , or color the top left and bottom right squares with color and the top left and bottom right squares with color . Thus, there are ways in which to color the grid.
Final answer
2