You can
put this solution on YOUR website!A true/false test has 15 questions. Assuming that we do not care about the score of the test, in how many different ways can the test be completed?
-----
Each question can be answered in 2 ways: true or false.
---
# of ways the test can be completed = 2^15 = 32768
===============
Cheers,
Stan H.
===============