If two small squares of selected at random from a chess board then the probability that they have exactly one common vertex is
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.
If the squares are to share a common vertex ( or corner) they must lie on two adjacent columns. You will find there are SEVEN such adjacent columns for us to pick.
Let us randomly pick a pair of out of the seven possible & find the number of favorable squares for it.
For squares lying at the topmost and bottom most positions, there is only one such square for it to pair up i.e. 2 * 1=2 favorable cases.
For the other 6 squares lying in the chosen column, there are two possible squares for it to pair up i.e. 6 * 2=12 favorable cases.
Thus we find the total favorable cases for a chosen adjacent pair of columns as (2+12)=14.
Multiplying 14 by 7 (=98) gives us the total favorable cases.
Sample space is the number of ways of choosing 2 squares out of 64 i.e. 64 choose 2 =2016 ways.
Probability is thus, 2 0 1 6 9 8 = 1 4 4 7