Exams
Subjects
Classes
Home
Exams
Data Science and Artificial Intelligence
Random variables
given the following bayes...
Question:
medium
Given the following Bayesian Network consisting of four Bernoulli random variables and the associated conditional probability tables :
P(.)
U = 0
0.5
U = 1
0.5
P(V = 0| .)
P(V = 1| .)
U = 0
0.5
0.5
U = 1
0.5
0.5
P(W = 0| .)
P(W = 1| .)
U = 0
1
0
U = 1
0
1
P(Z = 0| .)
P(Z = 1| .)
V = 0
W = 0
0.5
0.5
V = 0
W = 1
1
0
V = 1
W = 0
1
0
V = 1
W = 1
0.5
0.5
The value of P(U = 1, V = 1, W = 1,Z= 1) = ______. (rounded off to three decimal places)
GATE DA - 2024
GATE DA
Updated On:
Jan 30, 2026
Show Solution
Correct Answer:
0.125
Solution and Explanation
0.125 is the correct answer
Download Solution in PDF
Was this answer helpful?
0
Top Questions on Random variables
The ratio of two independent chi-square variables is _______.
Kerala Plus Two(Class 12) - 2026
Statistics
Random variables
View Solution
The time taken by a student to reach the school is an example of _______ variable.
Kerala Plus Two(Class 12) - 2026
Statistics
Random variables
View Solution
E(X) = 4 then E(X - 2) = ------------
Kerala Plus Two(Class 12) - 2026
Statistics
Random variables
View Solution
The number of petals in a flower is an example of ----------- random variable.
Kerala Plus Two(Class 12) - 2026
Statistics
Random variables
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in GATE DA exam
Consider the following Python code:
GATE DA - 2026
Programming and Data Structures
View Solution
If \( xyz \) is a three-digit number and the product of its digits is \( 70 \), then find the sum of the digits.
GATE DA - 2026
Discrete Mathematics
View Solution
Given the Python code:
GATE DA - 2026
Data Structures and Algorithms
View Solution
Which of the following recurrence relations represents the average case time complexity of QuickSort?
GATE DA - 2026
Data Structures and Algorithms
View Solution
Node size = 4096 B
Node pointer = 10 B
Search key = 11 B
Record pointer = 12 B
Find the maximum number of node pointers.
GATE DA - 2026
Data Management
View Solution