Question
In how many different ways can the letters of the word
‘VARIOUS’ be arranged in such a way that the vowels occupy only the odd positions?Solution
There are 7 different letters in the given word, out of which there are 4 vowels and 3 consonants. Let us mark these positions as under [1][2][3][4][5][6][7] Now, 4 vowels can be placed at any of 4 places out of 4 i.e., 1,3,5,7 Number of ways of arranging the vowels = 4P4 = 4! = 24 ways Also, the 3 consonants can be arranged at the remaining 3 positions Number of ways of these arrangements = 3P3 = 3! = 6 ways Therefore, total number of Ways = 24 × 6 = 144 ways.
Which version of IP is widely used in today's networks?
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
What is the primary function of Internet Protocol (IP)?
What is the primary purpose of memory management in an operating system?
- Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?
Amongst which of the following is / are the Numeric Types of Data Types?
Which type of memory can be both read from and written to by the processor?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
What is a primary key in the context of the ER model?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?