document.write( "Question 1177980: A car is parked among N cars in a row, not at either end. On this return the owner finds that exactly r
\n" ); document.write( "of the N places are still occupied. What is the probability that both neighbouring places are empty.
\n" ); document.write( "

Algebra.Com's Answer #850425 by ikleyn(53763)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A car is parked among N cars in a row, not at either end. On this return the owner finds that exactly r
\n" ); document.write( "of the N places are still occupied. What is the probability that both neighboring places are empty.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "My solution here is another way to organize your thoughts and to present a solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For clarity, I will re-formulate the problem in this way.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "    In a parking lot, there are N parking places, in a row.\r\n" );
document.write( "    Originally, they all are occupied by cars.\r\n" );
document.write( "    The owner's car is parked among these N cars, not at either end.\r\n" );
document.write( "    On his return the owner finds that exactly r of the N places are still occupied.\r\n" );
document.write( "    What is the probability that both neighboring places are empty ?\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Below is the solution for this modified formulation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "There are N places in a row at the table.\r\n" );
document.write( "One place is marked \"C\" (symbolizing your car), which is not at either end.\r\n" );
document.write( "You have (N-r) cards in your hands with letter E (symbolizing \"empty place\").\r\n" );
document.write( "You distribute these r cards randomly over all the unmarked places.\r\n" );
document.write( "What is the probability that two neighboring places to \"C\" will be \"E\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The probability that the left place is card \"E\" is  \"%28N-r%29%2F%28N-1%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The probability that the right place is card \"E\" is then  \"%28N-r-1%29%2F%28N-2%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The overall probability that both neighbouting cards are \"E\", is the product  \r\n" );
document.write( "\r\n" );
document.write( "    P = \"%28%28N-r%29%2F%28N-1%29%29%2A%28%28N-r-1%29%2F%28N-2%29%29\".    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );