document.write( "Question 303902: A.How many different ways are there to answer a true/false test that has four questions? \r
\n" );
document.write( "\n" );
document.write( "B. If you were to guess at the four answers for the true/false test, what is the probability of getting all four right?\r
\n" );
document.write( "\n" );
document.write( "C. If you were to guess at the four answers for the true/false test, what is the probability of getting at least two right? \n" );
document.write( "
Algebra.Com's Answer #217866 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A.How many different ways are there to answer a true/false test that has four questions? \n" ); document.write( "Ans: 2^4 = 16 \n" ); document.write( "----------------------- \n" ); document.write( "B. If you were to guess at the four answers for the true/false test, what is the probability of getting all four right? \n" ); document.write( "Ans: (1/2)^4 = 1/16 \n" ); document.write( "----------------------- \n" ); document.write( "C. If you were to guess at the four answers for the true/false test, what is the probability of getting at least two right? \n" ); document.write( "Binomial Problem with n=4 ; p = 1/2 \n" ); document.write( "P(2<= x <=4) = 1 - binomcdf(4,1/2,1) = 0.6875 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |