KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

An example of a probabilistic problem is:

  1. Solving a quadratic equation
  2. Predicting weather conditions
  3. Finding the shortest path in a graph
  4. Sorting a list of numbers

Computing Evolution

3 Likes

Answer

Predicting weather conditions

Reason — Probabilistic computing is used for problems that involve uncertainty and prediction. Weather forecasting is given as an example where probabilistic algorithms estimate the likelihood of different weather events based on historical data and current conditions. The other options are deterministic problems with predictable outcomes.

Answered By

1 Like


Related Questions