document.write( "Question 955660: In a certain town, 50% of the residents own a cellular phone, 40% own a pager, and 20% own both a cellular phone and a pager. What is the probability that a resident owns a cellular phone or a pager?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #583815 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a certain town, 50% of the residents own a cellular phone, 40% own a pager, and 20% own both a cellular phone and a pager. What is the probability that a resident owns a cellular phone or a pager? \n" ); document.write( "----- \n" ); document.write( "P(cell OR page) = P(cell)+P(page)-P(cell AND page) \n" ); document.write( "--- \n" ); document.write( "= 0.5 + 0.4 - 0.2 = 0.7 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |