Difference between revisions of "Odds"

(Odds)
 
Line 1: Line 1:
Odds is simply a different version of [http://www.artofproblemsolving.com/Wiki/index.php/Probability probability]. To calculate the odds, first find the probability of it, say <math>\frac{n}{r}</math> subtract the [http://www.artofproblemsolving.com/Wiki/index.php/Numerator numerator] from the [http://www.artofproblemsolving.com/Wiki/index.php/Denominator denominator], thus giving <math>\frac{n}{n-r}</math>.
+
Odds is simply a different version of [http://www.artofproblemsolving.com/Wiki/index.php/Probability probability]. To calculate the odds, first find the probability of it, say <math>\frac{n}{r}</math> subtract the [http://www.artofproblemsolving.com/Wiki/index.php/Numerator numerator] from the [http://www.artofproblemsolving.com/Wiki/index.php/Denominator denominator], thus giving <math>\frac{n}{r-n}</math>.
  
 
==Some Simple Problems Involving Odds==
 
==Some Simple Problems Involving Odds==

Latest revision as of 21:15, 8 November 2007

Odds is simply a different version of probability. To calculate the odds, first find the probability of it, say $\frac{n}{r}$ subtract the numerator from the denominator, thus giving $\frac{n}{r-n}$.

Some Simple Problems Involving Odds

What is the odds of getting rolling a six on a standard die?

Solution: The probability of rolling a six on a die is $\frac{1}{6}$. This makes the odds $\frac{1}{6-1}=\frac{1}{5}$