document.write( "Question 1138543: A machine that manufactures automobile parts produces 15% defective parts
\n" ); document.write( " of the time. If 7
\n" ); document.write( " parts produced by this machine are randomly selected, what is the probability that fewer than
\n" ); document.write( " 3 of the parts are defective?
\n" ); document.write( "

Algebra.Com's Answer #756339 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "\"Fewer than 3\" means \"2 or fewer\".\r\n" );
document.write( "\r\n" );
document.write( "On a TI-83 or TI-84 \r\n" );
document.write( "press 2ND VARS, \r\n" );
document.write( "scroll down to binomcdf( \r\n" );
document.write( "press ENTER\r\n" );
document.write( "\r\n" );
document.write( "Newer TI calculators have more features than older ones,\r\n" );
document.write( "but all boil down to the same, I,e., binomcdf(7,0.15,2)\r\n" );
document.write( "\r\n" );
document.write( "trials = 7, \r\n" );
document.write( "the probability p of 1 success in 1 trial is 0.15,\r\n" );
document.write( "The x value of the number of desired successes or fewer is 2,\r\n" );
document.write( "\r\n" );
document.write( "If you see \"Paste\", highlight it and click ENTER, otherwise  \r\n" );
document.write( "\r\n" );
document.write( "make sure your calculator reads\r\n" );
document.write( "\r\n" );
document.write( "binomcdf(7,0.15,2)\r\n" );
document.write( "\r\n" );
document.write( "Then click ENTER and read the answer:\r\n" );
document.write( "\r\n" );
document.write( "0.9262348399\r\n" );
document.write( "\r\n" );
document.write( "[Note: if you got 0.2096507602, you scrolled to \"binompdf(\" not \r\n" );
document.write( "\"binomcdf(\", which gave the probability of EXACTLY 2 successes,\r\n" );
document.write( "not 2 or fewer.]\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );