Outcome


An outcome is a distinct, possible result of an experiment. Sets of outcomes are known as events, and the set of all outcomes in a given experiment is its sample space.

If the probability distribution \(p\) is known, then the probability of an outcome \(s\) in the sample space \(S\) occurring is: $$p(s)$$

Outcomes are typically denoted with numbers, letters, words, or symbols. For example, \(4\) could represent the outcome of rolling \(4\) with a die. Likewise, \(H\) could represent the outcome of a coin flip resulting in heads.

Sometimes, outcomes can be collections. Consider drawing \(6\) cards from a shuffled deck. Then, an outcome is a \(6\)-card hand, such as \(\{\) K♠\(,\) 5♣\(,\) J♣\(,\) 8♥\(,\) 10♥\(,\) 2♦ \(\}.\) There are \(\binom{52}{6}\) possible outcomes.

⚠ Here, the outcome was a set. If the order in which the cards were drawn mattered, the outcomes would instead be sequences, and there would be \(P(52, 6)\) in total.
⚠ Wondering where the \(52\) came from? For each of the \(4\) suits \(\{\) \(,\) \(,\) \(,\) \(\}\), there are \(13\) ranks \(\{\) A\(,\) 2\(,\) 3\(,\) 4\(,\) 5\(,\) 6\(,\) 7\(,\) 8\(,\) 9\(,\) 10\(,\) J\(,\) Q\(,\) K \(\}\) in a standard deck of cards, totalling \(4 \times 13 = 52\) cards.
Logic & Proofs
IntegerRational numberInequalityReal numberTheoremProofStatementProof by exhaustionUniversal generalizationCounterexampleExistence proofExistential instantiationAxiomLogicTruthPropositionCompound propositionLogical operationLogical equivalenceTautologyContradictionLogic lawPredicateDomainQuantifierArgumentRule of inferenceLogical proofDirect proofProof by contrapositiveIrrational numberProof by contradictionProof by casesSummationDisjunctive normal form
Set Theory
SetElementEmpty setUniversal setSubsetPower setCartesian productStringBinary stringEmpty stringSet operationSet identitySet proof
Functions
FunctionFloor functionCeiling functionInverse function
Algorithms
AlgorithmPseudocodeCommandAsymptotic notationTime complexityAtomic operationBrute-force algorithm
Relations
RelationReflexive relationSymmetric relationTransitive relationRelation compositionEquivalence relationEquivalence class
Number Theory
Integer divisionLinear combinationDivision algorithmModular arithmeticPrime factorizationGreatest common divisorLeast common multiplePrimality testFactoring algorithmEuclid's theoremPrime number theoremEuclidean algorithm
Induction
Proof by inductionFibonacci sequenceProof by strong inductionWell-ordering principleSequenceFactorialRecursive definition
Combinatorics
Rule of productRule of sumBijection rulePermutationCombinationComplement ruleExperimentOutcomeSample spaceEventProbabilityProbability distributionUniform distributionMultisetSixfold wayInclusion-exclusion principlePigeonhole principle
Graph Theory
GraphWalkSubgraphRegular graphComplete graphEmpty graphCycle graphHypercube graphBipartite graphComponentEulerian circuitEulerian trailHamiltonian cycleHamiltonian pathTreeHuffman treeSubstringForestPath graphStarSpanning treeWeighted graphMinimum spanning treeGreedy algorithmPrim's algorithm
Recursion
RecursionRecursive algorithmCorrectness proofDivide-and-conquer algorithmSorting algorithmMerge sort