Using
COUNTING MethodFor sum to be ODD, we have 3 possibilities
1) All 5 digits odd ---- OOOOO
2) 3 Odd, 2 Even --- OOOEE
3) 1 Odd, 4 Even ---- OEEEE
Lets Count
1) All Odd ----------> OOOOO = 5*5*5*5*5 = 3125
2) 3 Odd, 2 Even I) First digit Odd: O---OOEE = 5*5*5*5*5 = 3125....... (1)
But, last 4 digits can be arranged in different orders, OEOE, OEEO etc... Number of such items will 4!/(2!2!)=6.
Thus, we multiply (1) with 6 = 3125*6
II) First digit Even: E---OOOE = 4*5*5*5*5 = 2500.....(2)....
(First digit can't be 0, thus number of even terms for 1st digit is 4) But, last 4 digits can be arranged in different orders, OOOE, OEOO etc... Number of such items will 4!/(3!)=4.
Thus, we multiply (2) with 4 = 2500*4
3) 1 Odd, 4 even I) First digit Even: E---EEEO = 4*5*5*5*5 = 2500.....(3)...
(First digit can't be 0, thus number of even terms for 1st digit is 4) But, last 4 digits can be arranged in different orders. Number of such items will 4!/(3!)=4.
Thus, 2500*4
II) First digit Odd: O---EEEE= 5*5*5*5*5 = 3125
Add all possibilities = 3125*8 + 2500*8 = 25000 + 20000 = 45000 = 45*10^3.... ANS (D)