Mechanical Engineering > Gate 2018 Set-2 > Quants
An unbiased coin is tossed six times in a row and four different such trials are conducted. One trial implies six tosses of the coin. If H stands for head and T stands for tail, the following are the observations from the four trials:
(1) HTHTHT (2) TTHHHT (3) HTTHHT (4) HHHT__ __.
Which statement describing the last two coin tosses of the fourth trial has the highest probability of being correct?
A
Two T will occur.
B
One H and one T will occur.
C
Two H will occur.
D
One H will be followed by one T

Explanation

Correct : b

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