document.write( "Question 1203846: Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the probability of obtaining a success. Round your answer to four decimal places.\r
\n" );
document.write( "\n" );
document.write( "P(X<5), n=7, p=0.3 \n" );
document.write( "
Algebra.Com's Answer #839715 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll show various methods to compute the answer using a TI84/TI83 calculator and spreadsheet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are many online calculators that will do the same such as this one here \n" ); document.write( "https://www.gigacalculator.com/calculators/binomial-probability-calculator.php \n" ); document.write( "and this one as well \n" ); document.write( "https://www.omnicalculator.com/statistics/binomial-distribution\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "TI83 or TI84\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Press the button labeled \"2ND\" \n" ); document.write( "Press the \"VARS\" key \n" ); document.write( "Scroll down quite a bit until reaching \"binomCDF\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The template is \n" ); document.write( "binomCDF(n,p,x) \n" ); document.write( "n = sample size \n" ); document.write( "p = probability of success \n" ); document.write( "x = number of successes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case: \n" ); document.write( "n = 7 \n" ); document.write( "p = 0.3 \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you'll type in: \n" ); document.write( "binomCDF(7,0.3,4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The result of this calculation is approximately 0.9712 \n" ); document.write( "There's about a 97.12% chance of having less than 5 successes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Review this page for more info and further examples \n" ); document.write( "https://www.statology.org/binomial-probabilities-ti-84-calculator/\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On a spreadsheet, we'll use the command binomDist\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The input we'll do is =binomDist(4,7,0.3,1) \n" ); document.write( "The equal sign needs to be put up front to apply the calculation. \n" ); document.write( "Otherwise, the spreadsheet will treat it as plaintext.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The general template is \n" ); document.write( "=binomDist(x,n,p,c) \n" ); document.write( "where x,n,p were mentioned earlier. It's unfortunate the order isn't the exact same as the TI84. So be careful if you tend to use both TI84 and spreadsheets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The c refers to \"cumulative\" \n" ); document.write( "c = 0 = not cumulative, i.e. use a binomial PDF \n" ); document.write( "c = 1 = cumulative, i.e. use a binomial CDF\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The result of the spreadsheet calculation should agree with the TI84.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 0.9712 \n" ); document.write( " \n" ); document.write( " |