document.write( "Question 1038886: Hospital Records show that 12% of all patients are admitted for surgical treatment, 16% are admitted for obstetrics, and 2% receive both obstetrics and surgical treatments. If a new patient is admitted to the hospital, what is the probability that the patient will be admitted either for surgery, obstetrics, or both? \n" ); document.write( "
Algebra.Com's Answer #653934 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p(s) = .12 \n" ); document.write( "p(o) = .16 \n" ); document.write( "p(s and o) = .02\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(s or o) = p(s) + p(o) - p(s and o).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that would make p(s or o) = .12 + .16 - .02 = .28 - .02 = .26.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the assumption is that p(s and o) is being double counted because it's included in p(s) and it's included in p(o).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's why you have to subtract one occurrence of it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |