document.write( "Question 363556: Assume that you are taking a six-question true or false quiz.
\n" );
document.write( "A.How many different ways are there to answer all six questions?
\n" );
document.write( "B. How many ways are there to get no questions wrong? one question? two questions?
\n" );
document.write( "C. If, not having studied, you simply guess at each answer what are your chances of getting two or more correct? \n" );
document.write( "
Algebra.Com's Answer #259338 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume that you are taking a six-question true or false quiz. \n" ); document.write( "A.How many different ways are there to answer all six questions? \n" ); document.write( "Ans: 2^6 = 64 \n" ); document.write( "-------------------------------- \n" ); document.write( "B. How many ways are there to get \n" ); document.write( "no questions wrong? 1/64 \n" ); document.write( "one question wrong? 6C1(1/2)^6 = 6/64 \n" ); document.write( "two questions wrong? 6C2(1/2)^6 = 15/64 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "C. If, not having studied, you simply guess at each answer what are your chances of getting two or more correct? \n" ); document.write( "--- \n" ); document.write( "[6C2+6C3+6C4+6C5+6C6]/64 = 1 - [6C0+6C1}/64 = 1 - [1+6]/64 = 57/64 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |