document.write( "Question 1200520: Out of 1000 managers, 72% say they use social media to screen applications. Out of 5 applications, what is the probability that exactly 3 of the managers use social media to screen\r
\n" );
document.write( "\n" );
document.write( "What is the probability that non will use social media\r
\n" );
document.write( "\n" );
document.write( "What is the probability that all 5 will use social media \n" );
document.write( "
Algebra.Com's Answer #848076 by GingerAle(43)![]() ![]() ![]() You can put this solution on YOUR website! **1. Define the Probability of Success**\r \n" ); document.write( "\n" ); document.write( "* **Probability of Success (p):** \n" ); document.write( " * The probability that a randomly selected manager uses social media to screen applications. \n" ); document.write( " * p = 72% = 0.72\r \n" ); document.write( "\n" ); document.write( "**2. Define the Probability of Failure (q)**\r \n" ); document.write( "\n" ); document.write( "* **Probability of Failure (q):** \n" ); document.write( " * The probability that a randomly selected manager does *not* use social media to screen applications. \n" ); document.write( " * q = 1 - p = 1 - 0.72 = 0.28\r \n" ); document.write( "\n" ); document.write( "**3. Use the Binomial Probability Formula**\r \n" ); document.write( "\n" ); document.write( "* The probability of exactly k successes in n independent trials, where the probability of success in each trial is p, is given by the binomial probability formula:\r \n" ); document.write( "\n" ); document.write( " P(X = k) = (nCk) * p^k * q^(n-k) \r \n" ); document.write( "\n" ); document.write( " where: \n" ); document.write( " * nCk = n! / (k! * (n-k)!) is the binomial coefficient \r \n" ); document.write( "\n" ); document.write( "**a) Probability that exactly 3 of the 5 managers use social media:**\r \n" ); document.write( "\n" ); document.write( "* n = 5 (number of trials) \n" ); document.write( "* k = 3 (number of successes) \n" ); document.write( "* p = 0.72 \n" ); document.write( "* q = 0.28\r \n" ); document.write( "\n" ); document.write( "* P(X = 3) = (5C3) * (0.72)^3 * (0.28)^(5-3) \n" ); document.write( " = (5! / (3! * 2!)) * (0.72)^3 * (0.28)² \n" ); document.write( " = 10 * 0.373248 * 0.0784 \n" ); document.write( " = 0.2916\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that exactly 3 of the 5 managers use social media to screen applications is approximately 0.2916.**\r \n" ); document.write( "\n" ); document.write( "**b) Probability that none of the 5 managers use social media:**\r \n" ); document.write( "\n" ); document.write( "* n = 5 \n" ); document.write( "* k = 0 (no successes)\r \n" ); document.write( "\n" ); document.write( "* P(X = 0) = (5C0) * (0.72)^0 * (0.28)^(5-0) \n" ); document.write( " = 1 * 1 * (0.28)^5 \n" ); document.write( " = 0.0014\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that none of the 5 managers use social media to screen applications is approximately 0.0014.**\r \n" ); document.write( "\n" ); document.write( "**c) Probability that all 5 managers use social media:**\r \n" ); document.write( "\n" ); document.write( "* n = 5 \n" ); document.write( "* k = 5 (all successes)\r \n" ); document.write( "\n" ); document.write( "* P(X = 5) = (5C5) * (0.72)^5 * (0.28)^(5-5) \n" ); document.write( " = 1 * (0.72)^5 * 1 \n" ); document.write( " = 0.1935\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that all 5 managers use social media to screen applications is approximately 0.1935.** \n" ); document.write( " \n" ); document.write( " |