document.write( "Question 401660: if a multiple choice test consists of 5 questions each with 4 possible answers of which only one is correct,
\n" );
document.write( "a, in how many different ways can a student check off one answer to each question?
\n" );
document.write( "b, in how many ways can a student check off one answer to each question and get all the answers wrong? \n" );
document.write( "
Algebra.Com's Answer #284275 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if a multiple choice test consists of 5 questions each with 4 possible answers of which only one is correct, \n" ); document.write( "--------------------- \n" ); document.write( "a, in how many different ways can a student check off one answer to each question? \n" ); document.write( "Ans: 4^5 = 2^10 = 1024 \n" ); document.write( "--------------------------------\r \n" ); document.write( "\n" ); document.write( "b, in how many ways can a student check off one answer to each question and get all the answers wrong? \n" ); document.write( "Ans: 3^5 = 243 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( " |