Statistics

Geometric Probability Calculator

Calculate geometric probability online. Find the probability of first success on a specific trial with our easy-to-use Geometric Probability Calculator.

Geometric Probability Inputs

Enter the probability of success on a single trial (p) and the desired number of trials until the first success (k).

Result

Probability of first success on trial :

Formula:

Probability Visualization

Understanding Geometric Probability

Geometric probability deals with the number of trials needed to get the first success in a sequence of independent Bernoulli trials. A Bernoulli trial is an experiment with only two outcomes: success or failure.

Formula

The probability mass function for geometric distribution is given by: $$P(X=k) = (1-p)^{k-1} \times p$$
  • P(X=k) is the probability that the first success occurs on the k-th trial.
  • p is the probability of success on each trial.
  • k is the number of trials until the first success (k = 1, 2, 3, ...).

Example

Suppose you are rolling a fair die until you get a 6. The probability of success (rolling a 6) is 1/6. What is the probability that the first 6 appears on the 3rd roll?

  • Probability of success (p) = 1/6
  • Number of trials until first success (k) = 3
  • Using the formula: P(X=3) = (1 - 1/6)^(3-1) * (1/6) = (5/6)^2 * (1/6) ≈ 0.1157

This calculator helps you quickly compute this probability for different values of p and k.

Further Resources

Frequently Asked Questions

What is the Geometric Probability Calculator?
The Geometric Probability Calculator is an online Statistics calculator. You enter your values, and it returns the answer with the steps shown so you can follow along.
How accurate is the Geometric Probability Calculator?
The solver uses a math engine that avoids the floating-point rounding errors you get from most hardware calculators. For typical homework and professional calculations, the results will match what you would get by hand.
Can I use the Geometric Probability Calculator for professional Statistics projects?
Yes. The math behind it is standard Statistics, so the results are reliable for professional use. That said, always double-check that your inputs are in the right format before relying on the output.
Why use the Geometric Probability Calculator instead of calculating by hand?
Manual calculation is slow and error-prone, especially with multiple steps. This tool does the arithmetic for you and shows each step, so you can catch mistakes before they carry forward.
How do I format my inputs for the Geometric Probability Calculator?
Type your numbers into the input fields. Leave out units and symbols unless a field specifically asks for them. The solver handles the rest.