document.write( "Question 1103181: An exam has 5 True and False questions, followed by 6 multiple choice questions each with 4 possible answers (A, B, C, or D). Suppose the student might leave questions unanswered, and for the multiple choice questions, choose at most one of the options.
\n" );
document.write( "How many different answer sheets can you get from such exam? \n" );
document.write( "
Algebra.Com's Answer #717866 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 3^5 for the T-F questions, or 243, since no-T-F. \n" ); document.write( "6^5 for the others or 7776. \n" ); document.write( "The total number of choices is their product, or 1,889,568 ways \n" ); document.write( " |