A student is required to select at least 1 choice from a list of 5 different choices on a question. How many ways are there to do this?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The number of ways to select k choices out of 5 is given by ( k 5 ) . Since 1 ≤ k ≤ 5 , the total number of ways to select at least 1 choice out of 5 is:
N = k = 1 ∑ 5 ( k 5 ) = k = 0 ∑ 5 ( k 5 ) − ( 0 5 ) = 2 5 − 1 = 3 1