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

1 Answer

Best answer
0 votes
0 votes

Let A = 1000, So B=1000 to 9999 will satisfy i,e. 9999-1000+1 = 9000 cases

now A = 1001, So B=1001 to 9999 will satisfy i,.e 8999 cases

now A=1002, So B=1002 to 9999 will satisfy i,.e 8998 cases

similarly

..

..

..

now A= 9999, So B=9999 will satsfy i,e. 1 case

So, total cases = 9000 + 8999 + 8998 + 8997 + ..... 1

=9000(9001)/2=40504500

selected by

Related questions

0 votes
0 votes
2 answers
3
lohith asked Oct 8, 2015
4,380 views
what is the maximum counting speed of 4-bit binary counter which is composed of flip-flops with a propagation delay of 25ns?
0 votes
0 votes
2 answers
4
Shefali asked Sep 22, 2015
1,146 views
If the initial stage of mod-11 counter is 0110, then what will be the counting sequence for next 24 clock pulses?What will be counting sequence for the next 17 clock puls...