document.write( "Question 535145: Suppose 200 misprints ar distributed randomly throughout a book of 600 pages. Find the probability that a given page contains.
\n" );
document.write( "(a) exactly two misprints
\n" );
document.write( "(b) two or more misprints \n" );
document.write( "
Algebra.Com's Answer #351843 by SwiftAlbatross(13)![]() ![]() You can put this solution on YOUR website! Assuming the chance of a misprint being on any page is uniform and that each \r \n" ); document.write( "\n" ); document.write( "misprint is an independent event, we can think of a misprint being randomly \r \n" ); document.write( "\n" ); document.write( "assorted into 600 pages and this occurrence happening 200 times. Therefore, the \r \n" ); document.write( "\n" ); document.write( "probability a misprint will go to any page is 1/600 since there are 600 pages and \r \n" ); document.write( "\n" ); document.write( "a misprint may go into any of them evenly. Then, like flipping coins, the next \r \n" ); document.write( "\n" ); document.write( "misprint event happens independently of the previous one and so its probability of \r \n" ); document.write( "\n" ); document.write( "going to any page is also 1/600, and so on and so on for all 200 misprints. Then, \r \n" ); document.write( "\n" ); document.write( "just like coins, you can multiply their probabilites together. For example, what \r \n" ); document.write( "\n" ); document.write( "is the probability of flipping 3 Heads in 3 coin tosses: Simply (1/2)*(1/2)*(1/2). \r \n" ); document.write( "\n" ); document.write( "The same logic can be used here: For instance, the probability that one page will \r \n" ); document.write( "\n" ); document.write( "have all 200 misprints is (1/600)^200. \n" ); document.write( " Part (a) asks that there are exactly 2 misprints on one page and the other 198 \r \n" ); document.write( "\n" ); document.write( "misprints must be on the other 599 pages. So you can do \n" ); document.write( "(1/600) * (1/600) * (599/600)^198 * 200C2 \n" ); document.write( "where 200C2 is 200 Choose 2 or C(200,2) [Combinations: I'll explain later]\r \n" ); document.write( "\n" ); document.write( "Part (b) asks that one page contains 2 or more misprints. We could calculate the \r \n" ); document.write( "\n" ); document.write( "probability of a page getting exactly 2 misprints and then add to it the \r \n" ); document.write( "\n" ); document.write( "probability of getting exactly 3 misprints and then add the probability of getting \r \n" ); document.write( "\n" ); document.write( "exactly 4 misprints and so on, but that is time consuming so we can just subtract \r \n" ); document.write( "\n" ); document.write( "the probability of getting exactly one misprint on that page and exactly no misprints on \r \n" ); document.write( "\n" ); document.write( "that page from 1, since this is the same probability. So\r \n" ); document.write( "\n" ); document.write( "1 - (1/600) * (599/600)^199 * 200C1 - (599/600)^200 * 200C0\r \n" ); document.write( "\n" ); document.write( "To convince yourself of this logic, use smaller numbers and work with actual \r \n" ); document.write( "\n" ); document.write( "paper. For example, suppose you have only 6 pages and 2 misprints going among \r \n" ); document.write( "\n" ); document.write( "them. A misprint may go to the 6 pages evenly. So the chance page 1 will have 2 \r \n" ); document.write( "\n" ); document.write( "misprints is :\r \n" ); document.write( "\n" ); document.write( "(1/6) * (1/6) \n" ); document.write( "The first misprint must go to page 1 AND the second misprint must go to page 1.\r \n" ); document.write( "\n" ); document.write( "exactly one misprint:\r \n" ); document.write( "\n" ); document.write( "(1/6) * (5/6) + (5/6) * (1/6) \n" ); document.write( "The first misprint must go to page 1 AND the second misprint must go to pages 2-6 \n" ); document.write( "OR \n" ); document.write( "The first misprint must go to pages 2-6 AND the second misprint must go to page 1\r \n" ); document.write( "\n" ); document.write( "no misprints:\r \n" ); document.write( "\n" ); document.write( "(5/6) * (5/6) \n" ); document.write( "The first misprint must go to pages 2-6 AND the second misprint must go to pages 2-6.\r \n" ); document.write( "\n" ); document.write( "one or more misprints: \n" ); document.write( "(1/6) * (5/6) + (5/6) * (1/6) + (1/6) * (1/6) = 1- (5/6) * (5/6) \n" ); document.write( "Either write the case for exactly one misprint plus the case for exactly two \r \n" ); document.write( "\n" ); document.write( "misprints or subtract the case for exactly no misprints from one. \r \n" ); document.write( "\n" ); document.write( "Even though I write first and second misprint, they are independent events so the order of \r \n" ); document.write( "\n" ); document.write( "the misprints is inconsequential but to keep track of which misprint goes where, I \r \n" ); document.write( "\n" ); document.write( "order them.\r \n" ); document.write( "\n" ); document.write( "Now imagine you have four misprints in 6 pages.\r \n" ); document.write( "\n" ); document.write( "P(Exactly 4 misprints on a given page) = \n" ); document.write( "(1/6) * (1/6) * (1/6) * (1/6)\r \n" ); document.write( "\n" ); document.write( "P(Exactly 3 misprints on a give page) = \n" ); document.write( "(1/6)*(1/6)*(1/6)*(5/6) + (1/6)*(1/6)*(5/6)*(1/6) + (1/6)*(5/6)*(1/6)*(1/6) + \n" ); document.write( "(5/6)*(1/6)*(1/6)*(1/6) = (1/6)*(1/6)*(1/6)*(5/6)*4\r \n" ); document.write( "\n" ); document.write( "P(Exactly 2 misprints on a given page) = \n" ); document.write( "(1/6)*(1/6)*(5/6)*(5/6) + (1/6)*(5/6)*(1/6)*(5/6) + (1/6)*(5/6)*(5/6)*(1/6) + \n" ); document.write( "(5/6)*(1/6)*(1/6)*(5/6) + (5/6)*(1/6)*(5/6)*(1/6) + (5/6)*(5/6)*(1/6)*(1/6) = \n" ); document.write( "6 * (1/6)*(1/6)*(5/6)*(5/6)\r \n" ); document.write( "\n" ); document.write( "As you can see, the number being multiplied is just the differnt combinations of \r \n" ); document.write( "\n" ); document.write( "misprints appearing from the total number of misprints. So nCr = (# of total \r \n" ); document.write( "\n" ); document.write( "misprints) C (# of misprints appearing on target page). For the case of exactly 2 \r \n" ); document.write( "\n" ); document.write( "misprints on a given page that preceded, this is 4C2 or 6. \n" ); document.write( " |