Two small squares on an chessboard are chosen at random. The probability that they have a common side can be represented in the form of where a and b are coprime positive integers. Find a+b.
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.
There are 3 'types' of starting squares that can be selected:
1) The first square is a Corner square (4 such squares)
2) The first square is an edge square (and not a corner square) (24 such squares)
3) The first square is an interior square (36 such squares)
For case (1), each corner square has a choice of exactly 2 adjacent squares (squares that share a side).
For case (2), each edge square has exactly 3 adjacent squares.
For case (3), each interior square has exactly 4 adjacent squares. .
Thus the probability of finding a pair of squares adjacent to each other can simply be expressed as a sum of the aforementioned mutually exclusive events:
P(corner-adjacent-pair)= (4/64)*(2/63)
P(edge-adjacent-pair)=(24/64)*(3/63)
P(interior-adjacent-pair)=(36/64)*(4/63)
The sum of these 3 events adds up to 1/18 (a/b). Thus a+b=19.