document.write( "Question 1199760: 84% of owned dogs in the United States are spayed or neutered. Round your answers to four decimal places. If 36 owned dogs are randomly selected, find the probability that\r
\n" );
document.write( "\n" );
document.write( "a. Exactly 31 of them are spayed or neutered. \r
\n" );
document.write( "\n" );
document.write( "b. At most 29 of them are spayed or neutered. \r
\n" );
document.write( "\n" );
document.write( "c. At least 30 of them are spayed or neutered. \r
\n" );
document.write( "\n" );
document.write( "d. Between 29 and 35 (including 29 and 35) of them are spayed or neutered.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #848282 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! **a) Probability of exactly 31 spayed/neutered dogs:**\r \n" ); document.write( "\n" ); document.write( "* This is a binomial probability problem. \n" ); document.write( "* n = 36 (sample size) \n" ); document.write( "* p = 0.84 (probability of success - spayed/neutered) \n" ); document.write( "* q = 1 - p = 0.16 (probability of failure - not spayed/neutered) \n" ); document.write( "* x = 31 (number of successes)\r \n" ); document.write( "\n" ); document.write( "* P(X = 31) = (36C31) * (0.84)^31 * (0.16)^(36-31) \r \n" ); document.write( "\n" ); document.write( " * where (36C31) is the number of combinations of 36 things taken 31 at a time.\r \n" ); document.write( "\n" ); document.write( "* Using a binomial probability calculator or statistical software: \n" ); document.write( " P(X = 31) ≈ 0.1223\r \n" ); document.write( "\n" ); document.write( "**b) Probability of at most 29 spayed/neutered dogs:**\r \n" ); document.write( "\n" ); document.write( "* P(X ≤ 29) = P(X = 0) + P(X = 1) + ... + P(X = 29)\r \n" ); document.write( "\n" ); document.write( "* Use a cumulative binomial probability calculator or statistical software: \n" ); document.write( " P(X ≤ 29) ≈ 0.0419\r \n" ); document.write( "\n" ); document.write( "**c) Probability of at least 30 spayed/neutered dogs:**\r \n" ); document.write( "\n" ); document.write( "* P(X ≥ 30) = P(X = 30) + P(X = 31) + ... + P(X = 36)\r \n" ); document.write( "\n" ); document.write( "* Alternatively: \n" ); document.write( " P(X ≥ 30) = 1 - P(X ≤ 29) \n" ); document.write( " P(X ≥ 30) = 1 - 0.0419 = 0.9581\r \n" ); document.write( "\n" ); document.write( "**d) Probability of between 29 and 35 spayed/neutered dogs (inclusive):**\r \n" ); document.write( "\n" ); document.write( "* P(29 ≤ X ≤ 35) = P(X = 29) + P(X = 30) + ... + P(X = 35)\r \n" ); document.write( "\n" ); document.write( "* Use a cumulative binomial probability calculator or statistical software to find: \n" ); document.write( " P(29 ≤ X ≤ 35) ≈ 0.9954\r \n" ); document.write( "\n" ); document.write( "**In summary:**\r \n" ); document.write( "\n" ); document.write( "* a) P(X = 31) ≈ 0.1223 \n" ); document.write( "* b) P(X ≤ 29) ≈ 0.0419 \n" ); document.write( "* c) P(X ≥ 30) ≈ 0.9581 \n" ); document.write( "* d) P(29 ≤ X ≤ 35) ≈ 0.9954 \n" ); document.write( " \n" ); document.write( " |