edited by
11,052 views
77 votes
77 votes

Let $S = \{1, 2, 3,\ldots, m\}, m >3.$ Let $X_1,\ldots,X_n$ be subsets of $S$ each of size $3.$ Define a function $f$ from $S$ to the set of natural numbers as, $f(i)$ is the number of sets $X_j$ that contain the element $i.$ That is $f(i)=\left | \left\{j \mid i\in X_j \right\} \right|$   then $ \sum_{i=1}^{m} f(i)$ is:

  1. $3m$
  2. $3n$
  3. $2m+1$
  4. $2n+1$
edited by

9 Answers

2 votes
2 votes

BEST METHOD

 

The problem can be solved by considering the cases m=5 

let us try m=5
S={1,2,3,4,5}

 
n= number of 3 element subsets =5C3=10
∴n=10
The 10 subsets are {1,2,3}, {1,2,4}, {1,2,5},{1,3,4}, {1,3,5}, {1,4,5},{2,3,4}{2,3,5}, {2,4,5}, {3,4,5}
so f(1)=f(2)=f(3)=f(4)=f(5)=6
 
5∑i=1f(i)=6+6+6+6+6=30
Clearly 3m=3×5=15{is not matching ∑f(i)}
But 3n=3×10=30 {is matching ∑f(i)=30}
∴3n is the only correct answer.

Correct choice is (b)
 
1 votes
1 votes

i certainly do not think that the question ever intended us to assume that we should take every 3 element subset of a set of order m.

 

let s={1,2,3,4},  order=4=m,  4>3

subsets =>  s1: 123;   s2:124 ;     no. of subsets 2=n

even for this the given statement holds that summation of f(i)=3*n=3*2=6 (2 times 1, 2 times 2, 1 time 3, 1 time 4)

 

 

more generally,

let S={1,2,3,......,m};   m>k

let X1,X2,X3,....,Xn be subsets of X ,each of size k (not necessarily all subsets of size k)

"Define a function f from S to the set of natural numbers as, f(i) is the number of sets Xj that contain the element i"

then,

  [i from 1 to m] ∑f(i) = k*n

0 votes
0 votes

There are total of subsets. Each subset contains three element, so one particular subset will be counted thrice. 

For example if set is (a,b,c), then it will contribute to f(a), f(b), and f(c ) . 

Thus 3*n i.e 3n (and).

Answer:

Related questions

36 votes
36 votes
4 answers
1
Rucha Shelke asked Sep 16, 2014
7,083 views
Let $X,Y,Z$ be sets of sizes $x, y$ and $z$ respectively. Let $W = X \times Y$ and $E$ be the set of all subsets of $W$. The number of functions from $Z$ to $E$ is$z^{2^{...
25 votes
25 votes
8 answers
3
Rucha Shelke asked Sep 17, 2014
6,622 views
Let $E, F$ and $G$ be finite sets. Let$X = (E ∩ F) - (F ∩ G)$ and$Y = (E - (E ∩ G)) - (E - F)$.Which one of the following is true?$X ⊂ Y$$X ⊃ Y$$X = Y$$X - Y �...
33 votes
33 votes
5 answers
4