Question
Four 6-faced dice are rolled together. The probability
that exactly three of the four numbers are equal is:Β ΒSolution
- Choose the number that appears three times
- There are 6 possible numbers (1 to 6), so we can choose any one of them β 6 choices
- Choose the die that shows a different number
- Out of 4 dice, choose 1 die to be different β 4 choices
- Choose a number for the odd die
- It must be different from the triplet number, so β 5 choices
Total outcomes = (6^4 = 1296) Final Probability: [ 120/296 = 5/54 ] C. 5/54
Which of the following routing algorithms guarantees loop-free paths using feasibility condition?
If we want to represent the graph as an______ , then it can be implemented as_______.Β
In a circuit with n nodes, how many independent KCL equations can be written?
The join operation can be defined as
The major drawback of RAD model is __________.
Which scheduling policy may result in high waiting times for long-running jobs?
In the context of ADTs, what does "polymorphism" refer to?
Which of the following is NOT a characteristic of a good algorithm?
In C programming, which header file is commonly used to work with DMA?
What is a critical section in the context of synchronization?