document.write( "Question 549771: in a certain department 40% of the students have internet facility 25% have printing facility and 15% have internet and printing facility student is selected at random from this department (i)if he has internet what is the probabilty that he also has printing facility ?
\n" );
document.write( "(ii) if he has printing facility what is the probabilty that he also has internet ? \n" );
document.write( "
Algebra.Com's Answer #358039 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! in a certain department 40% of the students have internet facility \n" ); document.write( "25% have printing facility and \n" ); document.write( "15% have internet and printing facility \n" ); document.write( "------------- \n" ); document.write( "A student is selected at random from this department \n" ); document.write( "(i)if he has internet what is the probabilty that he also has printing facility ? \n" ); document.write( "P(p | i) = P(p AND i)/P(i) = 0.15/0.4 = 0.375 \n" ); document.write( "--------------------------------- \n" ); document.write( "(ii) if he has printing facility what is the probabilty that he also has internet ? \n" ); document.write( "P(i | p) = P(p AND i)/P(p) = 0.15/0.25 = 0.6 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |