Electrical Engineering > GATE 2023 > Probability
Given a fair six-faced dice where the faces are labelled '1', '2', '3', '4', '5', and '6', what is the probability of getting a '1' on the first roll of the dice and a '4' on the second roll?
Explanation
Correct : a) 1/36
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.