558 views
0 0 votes

i have done it like this...

 p  = 1-( (2C2 * 8C2)  / 10C4)     is this wrong ???

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
1 1 answer
924
924 views
Nitesh_Yadav asked Jan 4, 2022
924 views
Find the time complexity of the given program
0 0 votes
1 1 answer
593
593 views
Shraddha dwevedi asked Nov 24, 2021
593 views
Q.which of the following data structure cannot be used for efficient implementation of Huffman encoding? a. Binary min heapb. Binary max heapc. AVL tree (height balanced ...
1 1 vote
0 0 answers
891
891 views
amit166 asked Nov 24, 2018
891 views
void f(int n){int i, j, k, m;for (i=0; i < 100; i ++){for (j = 0; j < n; j++){for (k = 0; k < j; k++)printf("%d", k);for (m = 0; m < i; m++)print("%d", m);}}}
0 0 votes
0 0 answers
339
339 views
hs_yadav asked Dec 16, 2017
339 views