What this learning objective is really asking you to learn
This objective asks students to use probabilities to make fair decisions in more complex settings. Students already learned basic fair decisions, such as using a fair coin, die, spinner, random number generator, or lottery. Math III revisits the idea at a more advanced level.
A fair decision process is one where outcomes occur with the intended probabilities. Sometimes the intended probabilities are equal. Sometimes they are weighted. In a class raffle where each student has one entry, fairness may mean each student has equal chance. In a fundraiser raffle where people receive one entry per ticket purchased, fairness may mean each ticket has equal chance, even though people with more tickets have greater chance. In an assignment system, fairness may require balancing groups, capacities, or constraints.
Complex settings may include:
- unequal probabilities by design;
- multiple winners;
- group assignments;
- weighted lotteries;
- limited seats;
- simulations to test fairness;
- rejection methods when random tools do not match the number of outcomes;
- transparent rules to avoid hidden bias.
For example, choosing fairly among 5 people using a 6-sided die requires a method. Assigning die faces 1–5 to people and rerolling 6 is fair. Assigning face 6 to person 5 is not fair because person 5 would have probability \(2/6\) while others have \(1/6\).
This objective asks students to design and analyze probability mechanisms, not merely compute probabilities after the fact.
Why students should learn this math
Students should learn fair probability decision-making because random processes are often used when human choice could be biased or controversial. Schools use lotteries for limited programs. Governments use random selection for jury pools. Researchers randomize subjects. Apps assign users to A/B test groups. Games rely on fair random mechanics. Organizations use random drawings for prizes or opportunities.
Fairness gets complicated quickly. Equal chance per person is different from equal chance per ticket. Equal chance per group may not mean equal chance per individual if groups differ in size. A random number generator may be fair, but the mapping from numbers to outcomes may not be. A process may be transparent but still unequal. A process may be unequal by design but fair according to stated rules.
Students need to reason about these distinctions. If a scholarship lottery gives students extra entries for completing service hours, the process is weighted. It may be fair if the weighting rule is public and applied consistently. If extra entries are secretly added for some students, it is unfair. If a random selector excludes eligible names, it is unfair even if the random tool itself works.
This objective also connects to ethics and design. Probability can make a decision fairer, but only if the rules match the goal. Mathematics can test whether the stated chance structure is actually achieved.
The “why” is that random decision systems affect real opportunities. Students should know how to design them transparently and evaluate whether they are fair.
The historical machinery: lotteries, randomization, and fairness
Random selection has long been used to allocate scarce goods, assign duties, select juries, and reduce favoritism. Drawing lots is an ancient practice. Modern lotteries, randomized experiments, and digital assignment systems continue this tradition.
But history also shows that random systems can be manipulated. Lotteries can be weighted unfairly. Sampling frames can exclude people. Random tools can be biased or poorly implemented. Fairness requires both a random mechanism and a correct mapping from random outcomes to decision outcomes.
Modern computing adds new issues. Random number generators may be pseudo-random. Algorithms may be opaque. Weighted selection systems may be hard for users to understand. This makes probability literacy even more important.
The historical lesson is that randomness can support fairness, but only when designed and audited carefully.
Where this fits in the big map of mathematics
This objective revisits fair decisions from Math II at a more complex level. Objective 131 introduced probability-based fair decisions. Objective 186 extends the idea to weighted and constrained settings.
It connects to simulations because complex fairness may be tested by repeated trials.
It connects to expected value and decision analysis.
It connects to study design because random assignment must be fair and transparent.
It connects to probability rules and counting methods because fairness often depends on outcome counts.
It connects to ethics, civic systems, product design, and experimentation.
The big-map role is fairness design. Students learn to build random processes that match intended probabilities.
How to execute the skill technically
Use this fairness design routine:
- Define eligible outcomes.
- Define intended probabilities.
- Choose a random mechanism.
- Map random outcomes to decision outcomes.
- Check whether the mapping gives intended probabilities.
- Use simulation if the system is complex.
- Explain the rule transparently.
Example: Choose one of 5 students fairly using a six-sided die.
Fair method:
- 1 selects A;
- 2 selects B;
- 3 selects C;
- 4 selects D;
- 5 selects E;
- 6 means reroll.
Each student has probability \(1/5\) eventually because the reroll does not assign extra probability to anyone.
Unfair method:
- 1 selects A;
- 2 selects B;
- 3 selects C;
- 4 selects D;
- 5 or 6 selects E.
E has probability \(2/6\), while others have \(1/6\).
Example: Weighted lottery. A student earns one entry for each completed service hour. If the total number of entries is 100 and Maria has 6 entries, Maria's probability of winning is \(6/100=0.06\). This is fair per entry, not equal per person.
Worked example: multiple winners
A club has 20 members and randomly chooses 3 officers from all members, with no one allowed to hold more than one office. Is each member equally likely to be selected as one of the 3 officers?
If the process chooses 3 distinct names uniformly at random, then yes. Each member has probability \(3/20\) of being selected for some office.
If the process chooses president first from all 20, vice president second from remaining 19, and secretary third from remaining 18, each member still has equal probability of being selected for some office, assuming all draws are fair. The roles are ordered, but selection chance is balanced.
If the president is chosen randomly from seniors only while other offices are chosen from everyone, then selection chances differ by grade. That may be fair if the rule is intentional and public, but not equal across all members.
Simulation as fairness audit
For complex assignment systems, simulation can test fairness. Run the random process many times and count how often each outcome occurs. If intended equal probabilities are not approximately matched over many trials, the mapping may be flawed.
Simulation does not prove fairness perfectly, but it can reveal mistakes and build trust.
More complex fairness example: stratified random selection
Suppose a school wants a committee of 12 students with equal representation from each grade, 3 students per grade. If the school randomly chooses 12 students from the entire school, larger grades may be more represented. If the goal is equal grade representation, the fair process should randomly select 3 students within each grade.
This is fair relative to the stated design goal. It is not equal chance across all students if grade sizes differ, but it is fair for grade-balanced representation. This example shows that fairness depends on the objective.
Weighted probability example
A grant lottery gives each applicant one entry plus one extra entry for each year of prior service, up to 5 entries. This is not equal chance per person. It is weighted chance by service. It may be fair if the rule is public, consistently applied, and aligned with the program's goals.
Students should learn to ask: fair by what unit? person, entry, group, need, contribution, or priority category?
Auditing a random process
To audit fairness:
- list all eligible outcomes;
- compute intended probabilities;
- compute actual probabilities from the method;
- compare;
- simulate if needed;
- revise the method if probabilities do not match.
This is practical probability design.