Electrical Engineering > GATE 2024 > Probability
Let X be a discrete random variable that is uniformly distributed over the set {-10,-9,...,0,...,9,10}. Which of the following random variables is/are uniformly distributed?
A
X2
B
X3
C
(X-5)2
D
(X+10)2

Explanation

Correct : a) x2, d) (x+10)2

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