document.write( "Question 1209733: 60% of all violent felons in the prison system are repeat offenders. If 45 violent felons are randomly selected, find the probability that \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. Exactly 26 of them are repeat offenders. \r
\n" );
document.write( "\n" );
document.write( "b. At most 29 of them are repeat offenders. \r
\n" );
document.write( "\n" );
document.write( "c. At least 29 of them are repeat offenders. \r
\n" );
document.write( "\n" );
document.write( "d. Between 25 and 33 (including 25 and 33) of them are repeat offenders. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #850051 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this binomial probability problem:\r \n" ); document.write( "\n" ); document.write( "* **n** (number of trials) = 45 \n" ); document.write( "* **p** (probability of success - repeat offender) = 0.60 \n" ); document.write( "* **q** (probability of failure - not a repeat offender) = 1 - p = 0.40\r \n" ); document.write( "\n" ); document.write( "The binomial probability formula is: P(x) = (nCx) * p^x * q^(n-x)\r \n" ); document.write( "\n" ); document.write( "Where nCx represents \"n choose x\" (the binomial coefficient).\r \n" ); document.write( "\n" ); document.write( "**(a) Exactly 26 are repeat offenders:**\r \n" ); document.write( "\n" ); document.write( "P(x = 26) = (45C26) * (0.60)^26 * (0.40)^19 \n" ); document.write( "P(x = 26) ≈ 0.0745\r \n" ); document.write( "\n" ); document.write( "**(b) At most 29 are repeat offenders:**\r \n" ); document.write( "\n" ); document.write( "This means 0 to 29 are repeat offenders. This is a cumulative probability; we need P(x ≤ 29). It's best to use a binomial cumulative distribution function (CDF) calculator or statistical software for this.\r \n" ); document.write( "\n" ); document.write( "P(x ≤ 29) ≈ 0.6617\r \n" ); document.write( "\n" ); document.write( "**(c) At least 29 are repeat offenders:**\r \n" ); document.write( "\n" ); document.write( "This means 29 to 45 are repeat offenders. We can use the complement rule:\r \n" ); document.write( "\n" ); document.write( "P(x ≥ 29) = 1 - P(x < 29) = 1 - P(x ≤ 28)\r \n" ); document.write( "\n" ); document.write( "Use a binomial CDF calculator: \n" ); document.write( "P(x ≥ 29) = 1 - 0.5521 \n" ); document.write( "P(x ≥ 29) ≈ 0.4479\r \n" ); document.write( "\n" ); document.write( "**(d) Between 25 and 33 (inclusive):**\r \n" ); document.write( "\n" ); document.write( "This means 25, 26, 27, 28, 29, 30, 31, 32, and 33 are repeat offenders. We can use the CDF:\r \n" ); document.write( "\n" ); document.write( "P(25 ≤ x ≤ 33) = P(x ≤ 33) - P(x ≤ 24)\r \n" ); document.write( "\n" ); document.write( "Use a binomial CDF calculator: \n" ); document.write( "P(25 ≤ x ≤ 33) = 0.9272 - 0.1837 \n" ); document.write( "P(25 ≤ x ≤ 33) ≈ 0.7435\r \n" ); document.write( "\n" ); document.write( "**Summary of Answers:**\r \n" ); document.write( "\n" ); document.write( "* (a) P(x = 26) ≈ 0.0745 \n" ); document.write( "* (b) P(x ≤ 29) ≈ 0.6617 \n" ); document.write( "* (c) P(x ≥ 29) ≈ 0.4479 \n" ); document.write( "* (d) P(25 ≤ x ≤ 33) ≈ 0.7435 \n" ); document.write( " \n" ); document.write( " |