349 views
0 votes
0 votes

Let A,B are 4 digited numbers, how many possible cases are there to have B≥A?

  1.   144
  2.   136
  3.   120
  4.   216

1 Answer

Best answer
0 votes
0 votes
Here, 4 digited numbers means the number of binary digits are 4.

Since B >= A, it means we have to count all cases for every possible value of A.

If A = 0000 , B can take values from 0000 to 1111 i.e. 16 values.

A = 0001, B can take 0001 to 1111 i.e. 15 values.

Similarly, it will take 14 , 13 , 12 , 11 , .... 1(when A = 1111 , B can take only 1111).

So, total number of values are 1+2+3+...+16 = 16(16+1)/2 = 136.

So, Option B.
selected by

Related questions

8 votes
8 votes
1 answer
4
Sahil Gupta asked Nov 23, 2014
4,884 views
There are six runners in the 100-yard dash. How many ways are there for three medals to be awarded if ties are possible? (The runner or runners who finish with the fastes...