document.write( "Question 275790: on a 10 question multiple choice test, each question has 1 correct response and three that are incorrect. If at random, a student circles an answer for each question:
\n" );
document.write( "a) What is the probability that she will get the first three and last two right?
\n" );
document.write( "1/4 x 1/4 x 1/4 x 3/4 x 3/4 x 3/4 x 3/4 x 3/4 x 1/4 x 1/4
\n" );
document.write( "= \r
\n" );
document.write( "\n" );
document.write( " b) What is the probabilty that she will get any 5 right?\r
\n" );
document.write( "\n" );
document.write( "\r
\n" );
document.write( "\n" );
document.write( "Let: \r
\n" );
document.write( "\n" );
document.write( "Let: n(S)= and
\n" );
document.write( "
Algebra.Com's Answer #201111 by stanbon(75887) ![]() You can put this solution on YOUR website! on a 10 question multiple choice test, each question has 1 correct response and three that are incorrect. If at random, a student circles an answer for each question: \n" ); document.write( "a) What is the probability that she will get the first three and last two right? \n" ); document.write( "1/4 x 1/4 x 1/4 x 3/4 x 3/4 x 3/4 x 3/4 x 3/4 x 1/4 x 1/4 \n" ); document.write( "= \n" ); document.write( "\n" ); document.write( " b) What is the probabilty that she will get any 5 right?\r \n" ); document.write( "\n" ); document.write( "P(x=5) = 10C5*(1/4)^5*(3/4)^5 \n" ); document.write( "= binompdf(10,1/4,5) = 0.0584.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |