Start learning 50% faster. Sign in now
Case I: 4 boys and 3 girls can be selected, Number of ways of selection = 8C4 × 6C3 = 70 × 20 = 1400 Case II: 5 boys and 2 girls can be selected, Number of ways of selection = 8C5 × 6C2 = 56 × 15 = 840 Case III: 6 boys and 1 girl can be selected, Number of ways of selection = 8C6 × 6C1 = 28 × 6 = 168 Case IV: 7 boys can be selected, Number of ways of selection = 8C7 = 8 So, total number of ways of selecting the children = 1400 + 840 + 168 + 8 = 2416 ways
Which of the following is not a valid keyword in C++ language?
The full form of Malware is ________
Which number system uses a base of 2?
Which of the following will occur when we broadcast two packets on the medium at a time?
Which command is used to search for a specific pattern in a file in a Unix/Linux system?
Fork() command is used to create a new process. State true or false.
Which SQL keyword is used to remove rows from a table?
Which tree traversal visits the nodes in the order: left, root, right?
Which database operation is used to combine records from two or more tables based on related columns?
Which of the following is NOT an example of a common cybersecurity threat?