document.write( "Question 1048248: Hi there, I'm really stuck on this problem and could use your help!\r
\n" );
document.write( "\n" );
document.write( "Mimi made a random guess at 10 true-or-false questions. Let x be the number of correct answers she got. We know that x follows a binomial distribution.
\n" );
document.write( "
\n" );
document.write( "Could you identify n (number of trials), p (probability of success) and q (probability of failure) for this binomial distribution? \r
\n" );
document.write( "\n" );
document.write( "In addition, what is the expected value (μ) and standard deviation (σ), respectively?\r
\n" );
document.write( "\n" );
document.write( "Any help on this would be greatly appreciated!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663844 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! p=0.50, q=0.50, n=10 \n" ); document.write( ": \n" ); document.write( "expected value is np = 10 * 0.50 = 5 \n" ); document.write( ": \n" ); document.write( "std. dev. is square root(npq) = square root(10*0.50*0.50) = 1.58 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |