document.write( "Question 1203284: A staff car park at a school has 13 parking spaces in a row.
\n" );
document.write( "There are 9 cars to be parked.
\n" );
document.write( "a. In how many different arrangements are there for parking the 9 cars and leaving 4 empty spaces?
\n" );
document.write( "b. How many different arrangements are there if the 4 empty spaces are next to each other?
\n" );
document.write( "c. If the parking is random, find the probability that there will not be 4 empty spaces next to each other. \n" );
document.write( "
Algebra.Com's Answer #838722 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A staff car park at a school has 13 parking spaces in a row. \n" ); document.write( "There are 9 cars to be parked. \n" ); document.write( "a. In how many different arrangements are there for parking the 9 cars and leaving 4 empty spaces? \n" ); document.write( "b. How many different arrangements are there if the 4 empty spaces are next to each other? \n" ); document.write( "c. If the parking is random, find the probability that there will not be 4 empty spaces next to each other. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " In my solution, I consider the cars as different / distinguishable. \n" ); document.write( " Indeed, they have, at least, different license plates.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(a) We can represent each placement/arrangement of the cars in a parking\r\n" ); document.write( " as a word of the length 13 consisting of 9 different letters and the 10th symbol,\r\n" ); document.write( " which is a blank symbol.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Then the problem is reduced to this question:\r\n" ); document.write( "\r\n" ); document.write( " how many words of the length 13 are there, written with 9+1 = 10\r\n" ); document.write( " different symbols, such that one of these 10 symbols is repeating 4 times?\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " It is a standard model/problem of combinatorics for arranging sets with repeating elements.\r\n" ); document.write( " Its solution is well known. The formula is\r\n" ); document.write( "\r\n" ); document.write( " the number of arrangements is\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |