document.write( "Question 1058198: Suppose that in a key punching of 80 column IBM cards, the arithmetic mean number of mistakes per card is 0.3. What percent of cards will have (i) no mistake, (ii) one mistake (iii) two mistakes? \n" ); document.write( "
Algebra.Com's Answer #673698 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
random, proportional to number, could be infinite, discrete
\n" ); document.write( "Poisson distribution with parameter 0.3
\n" ); document.write( "e^(-lambda)*lambda^x/x!
\n" ); document.write( "For 0, it is e^(-0.3)=0.7408
\n" ); document.write( "for 1 it is 0.7408(0.3)=0.2222
\n" ); document.write( "for 2 it is 0.7408*(0.3^2)/2=0.0334
\n" ); document.write( "
\n" );