document.write( "Question 1161875: Assume that a procedure yields a binomial distribution with a trial repeated n=10times. Use either the binomial probability formula to find the probability of k=9successes given the probability q=0.49 of failure on a single trial. Hint: First find the probability of a success, p.\r
\n" );
document.write( "\n" );
document.write( "(Report answer accurate to 4 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "P(X=k)= \n" );
document.write( "
Algebra.Com's Answer #785583 by Boreal(15235) You can put this solution on YOUR website! so probability of 9 successes with prob. 0.51 for a success \n" ); document.write( "this is 10 (ways it can happen)0.51^9*0.49^1=0.0114\r \n" ); document.write( "\n" ); document.write( "alternatively, use 2nd VARS and scroll down to binomialpdf and enter (10,0.51,9) ENTER \n" ); document.write( " \n" ); document.write( " |