Tests and Chances

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?

6 120 31 60 22

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.

2 solutions

The number of ways to select k k choices out of 5 is given by ( 5 k ) \displaystyle {5 \choose k} . Since 1 k 5 1 \le k \le 5 , the total number of ways to select at least 1 choice out of 5 is:

N = k = 1 5 ( 5 k ) = k = 0 5 ( 5 k ) ( 5 0 ) = 2 5 1 = 31 \begin{aligned} N & = \sum_{\color{#3D99F6}k=1}^5 {5 \choose k} \\ & = \sum_{\color{#D61F06}k=0}^5 {5 \choose k} - \color{#D61F06}{5 \choose 0} \\ & = 2^5 - 1 \\ & = \boxed{31} \end{aligned}

I solved it the same way. Thank you.

Hana Wehbi - 3 years, 11 months ago
Zee Ell
Jul 3, 2017

The student has a (binary) option at each of the 5 choices, whether to choose it or not.

That gives him/her 2 5 = 32 ways in total. \text {That gives him/her } 2^5 = 32 \text { ways in total.}

However, in one of these cases the student won't choose any of the options (despite he/she has to choose at least one (according to the question)).

Hence, our answer should be:

32 1 = 31 32 - 1 = \boxed {31}

Thank you for sharing your solution. Nice alternative solution.

Hana Wehbi - 3 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...