document.write( "Question 308151: \"A true-false test contains 10 questions. In how many ways can a student answer the questions if some questions may be left unanswered?\"\r
\n" );
document.write( "\n" );
document.write( "I know that the number of answer combinations when answering each question is 2^10 = 1,024. I just am not sure how to incorporate the student not answering some. And I'm assuming that there is a possibility that the student will not answer any? The question is written exactly how I typed it. Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #220375 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! not answering is a third possibility, so 3^10 instead of 2^10 \n" ); document.write( " |