In a certain Math Team, there are 18 students. The team is planning to participate in the Brilliant Math League Tournament. The tournament accepts teams of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 or 18 students. The teams can only be made of students in the Math Team. If one team will be assembled, how many different groups of people can be chosen to participate in the Brilliant Math League Tournament?
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 problem is basically asking the value of the following expression:
( 1 1 8 ) + ( 2 1 8 ) + ( 3 1 8 ) + ( 4 1 8 ) + . . . + ( 1 8 1 8 )
This can be calculated by adding the elements in the 1 8 t h row of Pascal's Triangle, and subtracting 1 from it (There can be no team of 0).
The sum of the elements in the n t h row of Pascal's Triangle can be expressed as 2 n
In this case, n = 1 8
2 1 8 − 1 = 2 6 2 1 4 3