reshown by
405 views
2 votes
2 votes

I think answer is 112

reshown by

1 Answer

Best answer
0 votes
0 votes

A and B are two 4 bit numbers. Range of both A and B is 0-15 (in decimal). Hence, if we write it like this:

A: 0 ,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15   and

B: 0 ,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

For each number in row A, how many numbers in row B are less than that number? For example, 1 in row A is less than only 0 of row B. Similarly, 4 of row A is less than 0,1,2,3 of row B. So what is the total number of numbers for which every number in row A is less than some number of row B? It is simply, 1+2+3+4+...+15=15*16/2=120.  Hence option (A)

P.S. : I hate remembering non-standard pesky formulas.

selected by

Related questions

1 votes
1 votes
0 answers
1
Gate Fever asked Oct 8, 2018
528 views
I KNOW THAT SIZE OF MUX WOULD BE 16:1BUT AM NOT ABLE TO UNDERSTAND WHY THERE ARE 32 SUCH MUX??
0 votes
0 votes
0 answers
2
Gate Fever asked Oct 8, 2018
289 views
0 votes
0 votes
0 answers
3
Gate Fever asked Oct 8, 2018
129 views
PLS EXPLAIN HOW IS THIS WORKING??
1 votes
1 votes
1 answer
4
mehul vaidya asked Mar 2, 2018
276 views
I think option c and d are exchanged