document.write( "Question 149928: Here is the problem:\r
\n" );
document.write( "\n" );
document.write( "Quality Control:
\n" );
document.write( "Suppose that 10 computer chips are drawn from a box containing 12 good chips and 4 defective chips. What is the probability that
\n" );
document.write( "a. exactly 4 of the chips are defective
\n" );
document.write( "b. all 10 of the chips are good
\n" );
document.write( "c. exactly 8 of the chips are good\r
\n" );
document.write( "\n" );
document.write( "the answers are:
\n" );
document.write( "a. 924/8008
\n" );
document.write( "b. 66/8008
\n" );
document.write( "c. 2970/8008\
\n" );
document.write( "I tried using the nCr formula. I am sure this is the right one(not really sure or I would not be writing this) only i can't figure out which numbers to put where.
\n" );
document.write( "this is what I did:
\n" );
document.write( "working on a.
\n" );
document.write( "10!/4!(10-4)! = came up with 210\r
\n" );
document.write( "\n" );
document.write( "thanks in advance for any help.
\n" );
document.write( "Heidi
\n" );
document.write( "ps where do i find the thank you form. can't find it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110029 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that 10 computer chips are drawn from a box containing 12 good chips and 4 defective chips. \n" ); document.write( "------- \n" ); document.write( "These are binomial problems with p = 12/16 = 3/4, q = 1/4, n=10 \n" ); document.write( "What is the probability that \n" ); document.write( "a. P(exactly 4 of the chips are defective) = 10C4(3/4)^6(1/4)^4 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "b. P(all 10 of the chips are good) = 10C10(3/4)^10(1/4)^0 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "c. P(exactly 8 of the chips are good) = 10C8(3/4)^8(1/4)^8 \n" ); document.write( "------------------- \n" ); document.write( "Comment: None of my answers agree with your posted answers. \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( "the answers are: \n" ); document.write( "a. 924/8008 \n" ); document.write( "b. 66/8008 \n" ); document.write( "c. 2970/8008\ \n" ); document.write( " \n" ); document.write( " |