document.write( "Question 214850: There is a .45 probability that John will purchase a new car, a .35 probability that Mary will purchase a new car, and a .20 probability they both will purchase a new car. What is the probability that:\r
\n" );
document.write( "\n" );
document.write( "a. Mary or John will purchase a new car\r
\n" );
document.write( "\n" );
document.write( "b. Neither Mary or John will purchase a new car \n" );
document.write( "
Algebra.Com's Answer #162348 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There is a .45 probability that John will purchase a new car, a .35 probability that Mary will purchase a new car, and a .20 probability they both will purchase a new car. What is the probability that:\r \n" ); document.write( "\n" ); document.write( "a. Mary or John will purchase a new car \n" ); document.write( "P(M or J) = P(M) + P(J) - P(M and J) \n" ); document.write( "P(M or J) = 0.35 + 0.45 - 0.20 = 0.60 \n" ); document.write( "-------------------------------------------\r \n" ); document.write( "\n" ); document.write( "b. Neither Mary or John will purchase a new car \n" ); document.write( "P(neither) = 1 - P(M or J) = 1-0.60 = 0.40 \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |