TCS
Company
how many 8 digit numbers are possible by using the digits 1,2,3,4,5 which are divisible by 4 if repetition of digits is allowed?
Read Solution (Total 1)
-
- divisible by 4 means last two digit must be 12 24 32 44 52
as 8 digit so last two number must be devisable by 4
so formula 5^(n-1)
5 comes as there are 5 numbers present devisable by 4
n=number of digit
so ans is= 5^7
=78125
- 13 years agoHelpfull: Yes(1) No(0)
TCS Other Question