A parking lot has 10 empty spaces in a row.
6 cars arrive, each of which fills exactly 1 parking spot, chosen at random from among the available spaces. Robbie then arrives in his pick-up truck, which requires 2 empty adjacent spaces to park.
If the probability that Robbie will be able to park is where and are coprime positive integers, then what 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.
One can establish a bijection between the available parking spaces and the combinations of 4 objects out of 10. Each parking space corresponds to one of 10 distinct objects. Each empty parking space corresponds to one of the 4 objects selected as the combination.
First consider the arrangements in which Robbie will not be able to park. The 4 empty spaces will always be adjacent to filled spaces. This can be represented with stars and bars :
_ ⋆ _ ⋆ _ ⋆ _ ⋆ _ ⋆ _ ⋆ _
In the above diagram, the stars represent the placement of the cars, and the spaces represent where empty spaces can go between them. There are 7 spots that an empty space can go, so the number of ways to arrange the cars such that there are no adjacent empty spaces is:
( 4 7 ) = 3 5 .
Then, the total number of ways to select 4 empty spaces out of 10 is:
( 4 1 0 ) = 2 1 0 .
Thus, the probability that Robbie will be able to park is:
1 − 2 1 0 3 5 = 6 5 .
So, a + b = 1 1 .