document.write( "Question 1118995: Assume that a procedure yields a binomial distribution with a trial repeated n=5
\n" );
document.write( "times. Use some form of technology to find the probability distribution given the probability p=0.527 of success on a single trial. \n" );
document.write( "
Algebra.Com's Answer #734433 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Calculator: TI84\r\n" ); document.write( "\r\n" ); document.write( "Press 2ND vars, then scroll to binompdf(, press enter \r\n" ); document.write( "use the number of trials as 5, and the value of p as 0.527,\r\n" ); document.write( "and x values as 0,1,2,3,4,5\r\n" ); document.write( "\r\n" ); document.write( "p(0) = binompdf(5,0.527,0) = 0.0236758568\r\n" ); document.write( "p(1) = binompdf(5,0.527,1) = 0.1318940434\r\n" ); document.write( "p(2) = binompdf(5,0.527,2) = 0.2939034287\r\n" ); document.write( "p(3) = binompdf(5,0.527,3) = 0.3274568857\r\n" ); document.write( "p(4) = binompdf(5,0.527,4) = 0.1824204849\r\n" ); document.write( "p(5) = binompdf(5,0.527,5) = 0.0406493005\r\n" ); document.write( "-----------------------------------------\r\n" ); document.write( " sum = 1.0000000000 \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |