document.write( "Question 1156413: A certain disease has an incidence rate of 0.9%. If the false negative rate is 5% and the false positive rate is 2%, compute the probability that a person who tests positive actually has the disease.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #779096 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Look at 10000 people \n" ); document.write( "expect 9 to have the disease. False + is T+ D-, True negative rate is 95% \r \n" ); document.write( "\n" ); document.write( " T+. T- Total \n" ); document.write( "D+ 88.2 1.8. 90 \n" ); document.write( "D- 495.5 9414.5 9910 \n" ); document.write( " 583.7. 9416.3 10000\r \n" ); document.write( "\n" ); document.write( "Person who tests positive has the disease with probability 88.2/583.7=15.11% \n" ); document.write( " |