Bunuel
Eight points are equally spaced on a circle. If 4 of the 8 points are to be chosen at random, what is the probability that a quadrilateral having the 4 points chosen as vertices will be a square?
A \(\frac{1}{70}\)
B \(\frac{1}{35}\)
C \(\frac{1}{7}\)
D \(\frac{1}{4}\)
E \(\frac{1}{2}\)
Let's sketch the 8 points....

Notice that, if we select point A as our first point....

...then, in order to create a square, the other 3 points MUST be C, E and G

Likewise, if we select point B as our first point....

...then, in order to create a square, the other 3 points MUST be D, F and H

and so on.
So, our first point can be ANY point, but after we've selected the first point, there are exactly 3 points that must be selected in order to create a square.
So....
P(4 points create a square) = P(1st point is ANY point
AND 2nd point is one of the 3 needed points
AND 3rd point is one of remaining points needed
AND 4th point is one of remaining points needed)
= P(1st point is ANY point)
x P(2nd point is one of the 3 needed points)
x P(3rd point is one of remaining points needed)
x P(4th point is one of remaining points needed)
= 8/8
x 3/7
x 2/6
x 1/5
= 1/35
Answer: B
Cheers,
Brent