Computer Science, asked by Anonymous, 11 months ago

A store sells 7 items. Maximum possible number of candidate 3-itemsets is:

A.  15

 

B.  25

 

C.  35

 

D.  45



Answers

Answered by ankushvhawaldar364
6

Answer:

0

Explanation:

because the store sells only 7 item

so 1st boy may take 1,2,3,4,5,6 or 7

sot answer is 0

Answered by Fatimakincsem
3

Maximum possible number of ways of three item sets is equal to 35.

Explanation:

  • Lets suppose the number f object to be chosen = r
  • Total number of objects = n

Solution:

The maximum possible way of choosing the objects out of a total of n objects is equal to nCr.

nCr is equal to n! / (r! ( n - r ) ! )

For choosing three objects from seven objects, maximum possible ways is equal to 7C3.

The value of 7C3 is equal to 35.

Hence, the maximum possible ways is equal to 35.

Similar questions