document.write( "Question 188327: Suppose you have a 10 by 10 checkerboard with alternating brown and white squares. If 5 pieces are randomly placed on the checkerboard.
\n" );
document.write( "What is the probability that they will all be in the column #1?
\n" );
document.write( "What is the probability that they will all be in the same column?
\n" );
document.write( "What is the probability that they will all be placed on white squares?
\n" );
document.write( "What is the probability that they will all be placed on squares of the same color?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #141176 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you have a 10 by 10 checkerboard with alternating brown and white squares. If 5 pieces are randomly placed on the checkerboard. \n" ); document.write( "-------------------------- \n" ); document.write( "What is the probability that they will all be in the column #1? \n" ); document.write( "# of ways to place 5 pieces in the 1st column: 10C5 \n" ); document.write( "# of ways to place 5 pieces on the 100 spaces: 100C5 \n" ); document.write( "Ans: 10C5/100C5 = 252/75287520 = 0.000003347.. \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "What is the probability that they will all be in the same column? \n" ); document.write( "Ans: 10 times the answer to the previous question. \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "What is the probability that they will all be placed on white squares? \n" ); document.write( "# of ways to place 5 pieces on 50 white: 50C5 \n" ); document.write( "# of ways to place 5 pieces on 100 spaces: 100C5 \n" ); document.write( "Ans: 50C5/100C5 = 0.0281 \n" ); document.write( "------------------------------------- \n" ); document.write( "What is the probability that they will all be placed on squares of the same color? \n" ); document.write( "# of ways to pick a color: 2 \n" ); document.write( "Ans: 2 times the answer to the previous question = 0.0563 \n" ); document.write( "======================================================== \n" ); document.write( "If you know a better way to answer the questions you should \n" ); document.write( "use it. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |