Question
In how many ways can the letters of the word
‘MEDICAL’ be rearranged so that the vowels never come together?Solution
Total number of letters in the word ‘MEDICAL’ = 7 The word MEDICAL consists of 7 letters in which E, I and A are three vowels. We get MDCL (EIA) keeping EIA together as single entity. Number of ways the letters can be formed when vowels are together = 5! × 3! = 720 Required number of arrangements when vowels are never together = 7! - 720 = 5040 – 720 = 4320
What does A/B testing involve in data analytics?
Which of the following is an example of an active electronic component?
Which complexity class represents problems that can be solved in polynomial time?
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
Which operator is used to allocate dynamic memory in C++?
What will be the output of the following code:
int main() {
  int...
The Protocol Data Unit (PDU) at the Network Layer of the OSI model is commonly referred to as a:
Which tree traversal visits the nodes in the order: left, root, right?
In Hadoop, what is the purpose of the MapReduce paradigm?
What is abstraction in object-oriented programming?