Thanks to visit codestin.com
Credit goes to www.geeksforgeeks.org

Probability in Maths

Last Updated : 3 Oct, 2025

Probability is the branch of mathematics where we determine how likely an event is to occur. It is represented as a numeric value ranging from 0 to 1. Probability can be calculated as:

\text{Probability} = \dfrac{Favourable \ Outcome}{Total \ Number \ of \ Outcomes}

  • Favourable outcomes refer to the outcome we are interested in.
  • Total outcomes represent the complete set of possible results an event can produce.

Below are a few examples illustrating the concept of probability in different situations:

Examples of Probability

What are the chances of the following events when we pick a random number from 1 to 10 ?

  • The number is divisible by 1
    100% are divisible by 1, as all numbers are completely divisible by 1, so we say probability is 1.
  • The number is divisible by 11
    0% are divisible by 11 as, none of the number is divisible by 11 as they are greater, so we say probability is 0.
  • The number is divisible by 2
    50% are divisible by 2, numbers like (2, 4, 6, 8, 10), so we say probability is 1/2.
  • The number is divisible by 5
    20% are divisible by 5, numbers like (5 and 10) so we say probability is 1/5.

Probability for Beginners

In this section, you will explore the fundamental concepts of probability, key formulas, conditional probability, and Bayes' Theorem. By the end, you'll have a clear understanding of how probability is applied in real-life situations and develop the skills needed to solve related problems.

Probability for Aptitude Preparation

Probability-based questions are commonly asked in various examinations, such as placement tests and government-related exams. In this section, we will explore these types of questions, along with tricks and shortcuts to solve them quickly. Additionally, we will cover some interesting facts about probability to enhance your aptitude preparation.

Probability Practice Questions

Practice the knowledge you've acquired about probability through these practice questions (organized by difficulty level), along with other topics in probability, and take a quiz for a mock test.

Probability for Programmers

For coders who wish to implement probability concepts in a specific programming language, this section covers key topics such as reaching points in steps, maximum sums, arithmetic progressions, and the Birthday Paradox.

Advanced Topics on Probability

This section covers advanced probability topics, including random variables, Poisson and binomial distributions, and probability distribution functions.

Suggested Quiz

0 Questions

Quiz Completed Successfully

Your Score : 0/0

Accuracy : 0%

Comment

Explore