EC > GATE 2022 > Probability Theory
A state transition diagram with states A, B, and C, and transition probabilities p1, p2, …, p7 is shown in the figure (e.g., p1 denotes the probability of transition from state A to B). For this state diagram, select the statement(s) which is/are universally true.
A
p2 + p3 = p5 + p6
B
p1 + p3 = p4 + p6
C
p1 + p4 + p7 = 1
D
p2 + p5 + p7 = 1

Explanation

Correct : c

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science