document.write( "Question 1070456: Assume that the probability of an error appearing on a patient's bill is 0.6. Find the probability that on 10 bills we will identify
\n" );
document.write( "a. no errors
\n" );
document.write( "b. five errors
\n" );
document.write( "c. seven errors \n" );
document.write( "
Algebra.Com's Answer #685565 by Boreal(15235) You can put this solution on YOUR website! .4^10=0.0001 \n" ); document.write( "5: (10C5)(0.6^5)(0.4^5)=0.2007. \n" ); document.write( "7: 10C7*0.6^7*0.4^3=0.2150 \n" ); document.write( " |