Question
How many numbers lie between 2000 and 3000 divisible by
5 can be made with the digits 2, 3, 4, 5, 6, 7 and 8 without repeating any digit?Solution
Divisible of 5 means unit place must have 5 (since 0 is not in the list). And thousands place will always be 2. This leaves us with 5 digits (3, 4, 6, 7, 8) to be filled in 2 places (2 _ _ 5). This can be done in 5P2 ways or 20 ways. So 20 numbers can be formed.Â
Which type of transistor is less susceptible to thermal runaway?
Which is used to find similar character/string in SQL?
Which of the following conditions must be satisfied for a deadlock to occur?
What is the output of the following code?
print(0.3 + 0.5 == 0.8)
Which method is commonly used for error detection at the Data Link Layer?
Which command is used to view the contents of a file in the terminal?
Which layer of the OSI model do stateful firewalls primarily operate at?
Which statement is true about Python indentation?
Which type of routing is manually configured by a network administrator and does not change auAtomatically?
What is a default route in routing?