Question:

What is the primary goal of Probabilistic Reasoning in AI?

Show Hint

Probability enters AI because information is incomplete. Which option is about coping with that uncertainty?
Updated On: Jul 2, 2026
  • To handle uncertainty in decision-making
  • To handle data bias
  • To generate only deterministic outputs
  • To eliminate ambiguity from data
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Real-world AI systems rarely have complete or certain information. Probabilistic reasoning uses probability theory to work with this incomplete knowledge.

Step 2: It assigns probabilities to outcomes and updates them with evidence, for example using Bayes' rule \( P(H \mid E) = \dfrac{P(E \mid H)\,P(H)}{P(E)} \).

Step 3: This lets an agent reason and decide even when facts are unsure. Option (C) is the opposite of probabilistic thinking. Bias handling (B) and removing ambiguity (D) are not its main purpose.

Step 4: The core aim is to manage uncertainty while making decisions.

Correct option: (A).
Was this answer helpful?
0
0