확률

.com

The art of probability, beautifully framed

P(x) 확률밀도
Scroll to explore
A B A∩B Conditional Probability

조건부 확률
Conditional Probability

When event A changes the likelihood of event B, we enter the domain of conditional probability. P(B|A) reads "the probability of B given A" -- a deceptively simple notation for one of probability's most powerful ideas.

0.6 0.4 Probability Tree

확률 트리
Probability Trees

Branching paths of possibility. Each fork represents a choice or outcome, and the branches multiply their probabilities. Follow the tree from root to leaf to find the probability of any complete sequence of events.

동전 던지기
Coin Flip Simulator

H
T
Heads 0
Tails 0
P(H) --

주사위 확률
Dice Probability

1
+
1
=
2
2
3
4
5
6
7
8
9
10
11
12

확률 퀴즈
Probability Quiz

A fair coin is flipped 3 times. What is the probability of getting exactly 2 heads?

C(3,2) = 3 ways to choose which 2 flips are heads, out of 2^3 = 8 total outcomes. So P = 3/8.

If P(A) = 0.3 and P(B) = 0.5, and A and B are independent, what is P(A and B)?

For independent events, P(A and B) = P(A) x P(B) = 0.3 x 0.5 = 0.15.

You draw 2 cards from a standard deck (without replacement). What is P(both are aces)?

P(1st ace) = 4/52, P(2nd ace | 1st ace) = 3/51. So P = (4/52)(3/51) = 12/2652 = 1/221.

In Bayes' theorem, what does the "prior" represent?

The prior P(H) is your initial belief in hypothesis H before observing new evidence. Bayes' theorem updates it to a posterior.

확률의 응용
Applications of Probability