document.write( "Question 427435: Suppose a company wants to do random drug testing of its employees and that 2% of the employees use illegal drugs. If the test for detecting drug use is given to people who use illegal drugs, it returns a positive result 99% of the time. When the test is given to people who do not use drugs, it returns a positive result 6% of the time. What is the probability that an employee who receives a positive test result actually does NOT use drugs? (hint..use a tree using \"user\" and \"non-user\" instead of \"ill\" and \"healthy\") Round to four decimal places. \r
\n" );
document.write( "\n" );
document.write( "There are 20 grapefruit in a basket. 9 are sweet, and 11 are sour. If you select 2 at random,what is the probability that they will all be sweet? (Round the answer to four decimal places.) \n" );
document.write( "
Algebra.Com's Answer #297401 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a company wants to do random drug testing of its employees and that \n" ); document.write( "2% of the employees use illegal drugs. \n" ); document.write( "If the test for detecting drug use is given to people who use illegal drugs, it returns a positive result 99% of the time. \n" ); document.write( "When the test is given to people who do not use drugs, it returns a positive result 6% of the time. \n" ); document.write( "What is the probability that an employee who receives a positive test result actually does NOT use drugs? \n" ); document.write( "(hint..use a tree using \"user\" and \"non-user\" instead of \"ill\" and \"healthy\") Round to four decimal places. \n" ); document.write( "--------------------- \n" ); document.write( "P(nonuse|+) = P(non AND +)/[P(+ AND non)+P(+ AND use) \n" ); document.write( "--- \n" ); document.write( "= [P(+|non)*P(non)/[P(+|non)*P(non)+P(+|use)*P(use) \n" ); document.write( "--- \n" ); document.write( "= [0.06*0.98]/[same + 0.99*0.02] \n" ); document.write( "= [0.0588]/[0.0588+0.0198] \n" ); document.write( "= 0.7481 \n" ); document.write( "=================\r \n" ); document.write( "\n" ); document.write( "There are 20 grapefruit in a basket. 9 are sweet, and 11 are sour. If you select 2 at random,what is the probability that they will all be sweet? (Round the answer to four decimal places.) \n" ); document.write( "--- \n" ); document.write( "P(2 sweet) = 9C2/20C2 = 0.1895 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " \n" ); document.write( " |