document.write( "Question 1193193: A large department store offers online ordering. The customer can select one of four delivery options:\r
\n" );
document.write( "\n" );
document.write( "a) expedited overnight delivery\r
\n" );
document.write( "\n" );
document.write( "b) expedited second-business-day delivery\r
\n" );
document.write( "\n" );
document.write( "c) standard delivery, or\r
\n" );
document.write( "\n" );
document.write( "d) delivery to the nearest store for customer pickup.\r
\n" );
document.write( "\n" );
document.write( "Suppose that the probability of an overnight delivery selection is 0.3, the probability of a second-day delivery selection is 0.1, and the probability of standard-delivery is 0.2. Find the following probabilities.\r
\n" );
document.write( "\n" );
document.write( "i.) The probability that a randomly selected online purchase selects delivery to the nearest store for customer pickup.\r
\n" );
document.write( "\n" );
document.write( "ii.) The probability that the customer selects a form of expedited delivery.\r
\n" );
document.write( "\n" );
document.write( "iii.) The probability that either standard delivery or delivery to the nearest store is selected. \n" );
document.write( "
Algebra.Com's Answer #848852 by CPhill(1987)![]() ![]() You can put this solution on YOUR website! **i.) Probability of selecting delivery to the nearest store for customer pickup.**\r \n" ); document.write( "\n" ); document.write( "* **Given:** \n" ); document.write( " * Probability of overnight delivery: 0.3 \n" ); document.write( " * Probability of second-day delivery: 0.1 \n" ); document.write( " * Probability of standard delivery: 0.2\r \n" ); document.write( "\n" ); document.write( "* **Calculate the probability of pickup:** \n" ); document.write( " * Probability of pickup = 1 - (Probability of overnight + Probability of second-day + Probability of standard) \n" ); document.write( " * Probability of pickup = 1 - (0.3 + 0.1 + 0.2) = 1 - 0.6 = 0.4\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability of selecting delivery to the nearest store for customer pickup is 0.4.**\r \n" ); document.write( "\n" ); document.write( "**ii.) Probability that the customer selects a form of expedited delivery.**\r \n" ); document.write( "\n" ); document.write( "* **Probability of expedited delivery = Probability of overnight + Probability of second-day** \n" ); document.write( "* Probability of expedited delivery = 0.3 + 0.1 = 0.4\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that the customer selects a form of expedited delivery is 0.4.**\r \n" ); document.write( "\n" ); document.write( "**iii.) Probability that either standard delivery or delivery to the nearest store is selected.**\r \n" ); document.write( "\n" ); document.write( "* **Probability of standard or pickup = Probability of standard + Probability of pickup** \n" ); document.write( "* Probability of standard or pickup = 0.2 + 0.4 = 0.6\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that either standard delivery or delivery to the nearest store is selected is 0.6.** \n" ); document.write( " \n" ); document.write( " |