Solving Linear Equations and Inequalities to Make Predictions

Solving Formulas by Substitution

  • Formula Application: To find a specific variable value, substitute known data into a linear equation.

  • Example (Apple Workforce Statistics):

    • Event AA: African American (7%7\% or 0.070.07).

    • Event HH: Hispanic.

    • Event A OR HA \text{ OR } H: African American or Hispanic (18%18\% or 0.180.18).

    • Since the events are disjoint, we use P(A OR H)=P(A)+P(H)P(A \text{ OR } H) = P(A) + P(H).

    • Substitution: 0.18=0.07+P(H)0.18 = 0.07 + P(H).

    • Result: P(H)=0.11P(H) = 0.11.

Evaluating Summation Notation

  • Expected Value Calculation: Summing the products of values and their respective probabilities.

  • Formula: μ=xiP(xi)\mu = \sum x_i P(x_i).

  • Data Set:

    • x1=0,x2=1,x3=2,x4=3,x5=4x_1 = 0, x_2 = 1, x_3 = 2, x_4 = 3, x_5 = 4.

    • P(x1)=0.0625,P(x2)=0.25,P(x3)=0.375,P(x4)=0.25,P(x5)=0.0625P(x_1) = 0.0625, P(x_2) = 0.25, P(x_3) = 0.375, P(x_4) = 0.25, P(x_5) = 0.0625.

  • Calculation: 0(0.0625)+1(0.25)+2(0.375)+3(0.25)+4(0.0625)=2.00(0.0625) + 1(0.25) + 2(0.375) + 3(0.25) + 4(0.0625) = 2.0.

Solving for Fahrenheit and Celsius

  • Variable Manipulation: Solving the formula C=59(F32)C = \frac{5}{9}(F - 32) for FF.

  • Resulting Formula: F=95C+32F = \frac{9}{5}C + 32.

  • Equivalencies:

    • 10C=50F10^\circ\text{C} = 50^\circ\text{F}

    • 15C=59F15^\circ\text{C} = 59^\circ\text{F}

    • 20C=68F20^\circ\text{C} = 68^\circ\text{F}

    • 25C=77F25^\circ\text{C} = 77^\circ\text{F}

    • 30C=86F30^\circ\text{C} = 86^\circ\text{F}

Squaring Principal Square Roots

  • Definition: For any nonnegative xx, (x)2=x(\sqrt{x})^2 = x.

  • Application (Margin of Error): To solve for the sample size nn in the formula E=zσnE = \frac{z \cdot \sigma}{\sqrt{n}}:

    1. Isolate the radical: n=zσE\sqrt{n} = \frac{z \cdot \sigma}{E}.

    2. Square both sides: n=(zσE)2n = (\frac{z \cdot \sigma}{E})^2.

Graphing by Solving for y

  • Slope-Intercept Form: Convert linear equations into y=a+bxy = a + bx to identify the slope and intercept.

  • Example: 2x+3y=92x + 3y = 9.

    • Isolating yy: 3y=2x+9y=23x+33y = -2x + 9 \rightarrow y = -\frac{2}{3}x + 3.

    • Graphing Attributes:

      • The yy-intercept is (0,3)(0, 3).

      • The slope is 23-\frac{2}{3}.