SOLUTION: A test has 10 true/false questions. How many different tests can be turned in to the teacher?

Algebra ->  Permutations -> SOLUTION: A test has 10 true/false questions. How many different tests can be turned in to the teacher?      Log On


   



Question 88730: A test has 10 true/false questions. How many different tests can be turned in to the teacher?
Found 2 solutions by jim_thompson5910, bucky:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
If you have 10 questions, and 2 choices per question, then you have 2%5E10=1024 possibilities


Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
The first question could be answered either true or false.
.
If you answered true on the first question, you could answer either true or false on the
second question.
.
If you answered false on the first question you could answer either true or false on the
second question.
.
So after two questions you have four possible situations:
.
True & then True
True & then False
False & then True
False & then False
.
Now for each of those 4 possibilities, you could answer either true or false on the third question.
So after 3 questions you would have 8 possible test answers ... 4 * 2.
.
And for each of the 8 possible answer situations on the third question, you can answer either
true or false on the fourth question. This will give you 8 * 2 = 16 possible answers after
the fourth question.
.
By now you have probably noticed the pattern. Each additional question increases the number
of possible answer configurations by a factor of 2.
.
This pattern is reflected by the equation:
.
Number of different tests = 2^n
.
where n represents the number of questions on the test.
.
If there were just 1 question on the test there would be 2^1 possible answers (either true
or false). If there were 2 questions on the test, the number of possible answer combinations
would be 2^2 or 4. Similarly for 3 questions there would be 2^3 = 8 possible combinations.
.
Extending on this pattern, for a 10 question test there would be 2^10 possible combinations
of answers. And 2^10 = 1024 possible answer combinations. That means that the teacher
could possibly receive 1024 tests that are all different by at least one answer.
.
Hope this provides you with a way of figuring out a process for solving questions
such as this one.