We have a set of interest, ={ }. Find the arithmetic mean of the smallest elements, of subsets of S of cardinality 90.
For example, if we take a set ={ }, the subsets of of cardinality 2 are { }; { };{ }; { }; { }; { }. = =
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.
F ( n , r ) = A / B A = 1 × [ ( n − 1 ) C ( r − 1 ) ] + 2 × [ ( n − 2 ) C ( r − 1 ) ] + . . . ( n − r + 1 ) × [ ( r − 1 ) C ( r − 1 ) = ( n + 1 ) / ( r + 1 ) ( n C r )
B = [ ( n − 1 ) C ( r − 1 ) ] + [ ( n − 2 ) C ( r − 1 ) + . . . . . . . . . . . . + [ ( r − 1 ) C ( r − 1 ) ] = n C r
A / B = r + 1 n + 1 . In the given question n = 1 0 0 0 , r = 9 0 . F ( 1 0 0 0 , 9 0 ) = 1 0 0 1 / 9 1 = 1 1 .