Marla is on the student council. The council will choose 3 members at random to run the drive. There is a 50% chance that Marla will be chosen. How many students are on the council?
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.
Suppose there are n students on the council. If Maria is to be chosen, there are then ( 2 n − 1 ) ways to choose the other two members. Since in general there are ( 3 n ) ways to choose three members, we then need to find n such that
( 3 n ) ( 2 n − 1 ) = 2 1 ⟹ 6 n ( n − 1 ) ( n − 2 ) 2 ( n − 1 ) ( n − 2 ) = 2 1 ⟹ 6 ( n − 2 ) = n ( n − 2 ) ⟹ n 2 − 8 n + 1 2 = 0 ⟹ ( n − 6 ) ( n − 2 ) = 0 .
Now since we are to choose three members we know that n ≥ 3 , and thus n = 6 .