MATH114: Quantitative Reasoning - Test 4 Formula Sheet

Growth Models

Linear Growth (Basic)

  • New Value = Initial Value + (Growth Rate × Time)

Conversions

  • Dimensional analysis: Multiply by conversion factors so units cancel: $\text{result} = \text{given} \times \frac{\text{wanted unit}}{\text{current unit}}$. result = given * (wanted unit/current unit)
  • Quick examples: monthly $\to$ annual (×12), annual $\to$ monthly (÷12).

Exponential Growth

  • Formula (rate 'r'): $ Q = Q_0 \times (1 + r)^t $ Q = Q_0 * (1 + r)^t
  • Approx. Doubling Time ($T_{dbl}$): $ T_{dbl} \approx \frac{70}{P} $ (where P is % growth rate) T_dbl ≈ 70 / P
  • Exact Doubling Time ($T_{dbl}$): $ T_{dbl} = \frac{\log(2)}{\log(1 + r)} $ T_dbl = log(2) / log(1 + r)
  • Formula (doubling time): $ Q = Q_0 \times 2^{(t / T_{dbl})} $ Q = Q_0 * 2^(t / T_dbl)

Exponential Decay (Half-Life)

  • Formula (half-life $T_{half}$): $ Q = Q_0 \times (0.5)^{(t / T_{half})} $ (equivalently $\left(\frac{1}{2}\right)^{(t / T_{half})}$) Q = Q_0 * (0.5)^(t / T_half) (equivalently (1/2)^(t / T_half))

Linear Modeling

Slope (Rate of Change)

  • Rate of Change = Slope (m) = $\frac{\text{Change in Dependent Variable}}{\text{Change in Independent Variable}}$ (Change in Dependent Variable) / (Change in Independent Variable)
  • $ m = \frac{y_2 - y_1}{x_2 - x_1} $ m = (y2 - y1) / (x2 - x1)

Equation of a Line

  • General Form: $\text{Dependent Variable} = \text{Initial Value} + (\text{Rate of Change} \times \text{Independent Variable})$ Dependent Var = Initial Value + (Rate of Change * Independent Var)
  • Slope-Intercept Form: $ y = mx + b $ y = mx + b
  • y: Dependent Variable, x: Independent Variable, m: Slope, b: y-intercept (Initial Value)

Rate of Change Rule

  • $\text{Change in Dependent Var} = \text{Rate of Change} \times \text{Change in Independent Var}$ Change in Dependent Var = Rate of Change * Change in Independent Var
  • $ \Delta y = m \times \Delta x $ Δy = m * Δx

Financial Formulas

Simple Interest

  • Interest = $ P \times r \times t $ Interest = P * r * t
  • Amount $ A = P \times (1 + r \times t) $ A = P * (1 + r * t)
  • P: Principal, r: annual rate (decimal), t: time (years), A: Amount

Compound Interest

  • Compounded Annually: $ A = P \times (1 + APR)^Y $ A = P * (1 + APR)^Y
  • Compounded n times/year: $ A = P \times \left(1 + \frac{APR}{n}\right)^{(nY)} $ A = P * (1 + APR/n)^(nY)
  • Compounded Continuously: $ A = P \times e^{(APR \times Y)} $ A = P * e^(APR * Y)
  • A: Accumulated Balance (FV), P: Principal (PV), APR: Annual Rate, Y: Years, n: compounding periods/year, $e \approx 2.71828$
  • APY (Annual Percentage Yield): Effective annual rate
  • $ APY = \left(1 + \frac{APR}{n}\right)^n - 1 $ (for n compoundings) APY = (1 + APR/n)^n - 1
  • $ APY = e^{APR} - 1 $ (for continuous compounding) APY = e^APR - 1

Savings/Loan Payments (Ordinary Annuity)

  • Payment (PMT) based on desired Future Value (FV): $$ PMT = \frac{FV \times \left(\frac{APR}{n}\right)}{\left[\left(1 + \frac{APR}{n}\right)^{(nY)} - 1\right]} $$ PMT = (FV * (APR/n)) / (((1 + APR/n)^(nY)) - 1)
  • Payment (PMT) based on Loan Principal (PV): $$ PMT = \frac{PV \times \left(\frac{APR}{n}\right)}{\left[1 - \left(1 + \frac{APR}{n}\right)^{(-nY)}\right]} $$ PMT = (PV * (APR/n)) / (1 - (1 + APR/n)^(-nY))
  • Future Value (FV) from regular payment (PMT): $$ FV = PMT \cdot \frac{\left(1+\frac{APR}{n}\right)^{nY}-1}{\frac{APR}{n}} $$ FV = PMT * (((1 + APR/n)^(nY)) - 1) / (APR/n)
  • PMT: Regular Payment, PV: Principal/Loan Amount, FV: Future Value, APR: Annual Percentage Rate (decimal), n: Payments/compounding periods per year, Y: Years

Investment Returns

  • Total Return: $ \frac{(A - P)}{P} \times 100\% $ (A - P) / P * 100%
  • Annual Return: $ \left(\frac{A}{P}\right)^{(1/Y)} - 1 $ (decimal, multiply by 100 for %) (A / P)^(1/Y) - 1

Descriptive Statistics & Change

Measures of Center

  • Mean ($\mu$ or $\bar{x}$): $\frac{\sum x}{n} = \frac{\text{Sum of values}}{\text{Count of values}}$ Mean (μ or x̄): Sum of values / Count of values
  • Median: Middle value of sorted data.
  • Mode: Most frequent value(s).

Measures of Variation

  • Range: $\text{Highest Value} - \text{Lowest Value}$ Range: Highest Value - Lowest Value
  • Standard Deviation ($\sigma$ or s): Measures data spread.
  • Range Rule of Thumb: $ \text{Std Dev} \approx \frac{\text{Range}}{4} $ Std Dev ≈ Range / 4

Change Metrics

  • Absolute Change: $\text{New Value} - \text{Reference Value}$ Absolute Change: New Value - Reference Value
  • Relative Change: $ \frac{\text{Absolute Change}}{\text{Reference Value}} \times 100\% $ Relative Change: (Absolute Change / Reference Value) * 100%
  • Or: $ \frac{(\text{New Value} - \text{Reference Value})}{\text{Reference Value}} \times 100\% $ Or: ((New Value - Reference Value) / Reference Value) * 100%

Distributions

Standard Score (z-score)

    {/* Added space-y-1 for slight separation */}
  • $ z = \frac{(x - \mu)}{\sigma} $ z = (x - μ) / σ
  • x: data value
  • μ: population mean
  • σ: population std dev

Empirical Rule (68-95-99.7)

    {/* Added space-y-1 */}
  • Approx. 68% of data within 1 std dev of the mean (μ ± σ).
  • Approx. 95% of data within 2 std dev of the mean (μ ± 2σ).
  • Approx. 99.7% of data within 3 std dev of the mean (μ ± 3σ).

Relevant Excel Formulas

Note: Replace range with cells (e.g., A1:A10), n with number, p with power, x with value, μ with mean, σ with std dev, y's/x's with known data ranges, rate with periodic rate, nper with total periods, pmt with periodic payment, pv with present value, fv with future value, nominal_rate with APR, npery with compoundings per year.

Basic Calculations

  • Power: =POWER(n, p) or =n^p
  • Log (Base 10): =LOG10(n)
  • Log (Natural): =LN(n)
  • Exponential ($e^n$): =EXP(n)

Descriptive Statistics

  • Mean: =AVERAGE(range)
  • Median: =MEDIAN(range)
  • Mode (Single): =MODE.SNGL(range)
  • Mode (Multi): =MODE.MULT(range)
  • Min: =MIN(range)
  • Max: =MAX(range)
  • Range: =MAX(range)-MIN(range)
  • Std Dev (Sample): =STDEV.S(range)
  • Std Dev (Pop.): =STDEV.P(range)
  • Quartiles: =QUARTILE.INC(range, q) (q=0,1,2,3,4)

Normal Distribution

  • Z-Score: =STANDARDIZE(x, μ, σ)
  • Area left of Z: =NORM.S.DIST(z, TRUE)
  • Z from Area: =NORM.S.INV(area)
  • Area left of x: =NORM.DIST(x, μ, σ, TRUE)
  • x from Area: =NORM.INV(area, μ, σ)

Growth/Trend

  • Linear Forecast: =FORECAST.LINEAR(x, known_y's, known_x's)
  • Exponential Forecast: =GROWTH(known_y's, [known_x's], [new_x's], [const])

Financial Functions

  • Present Value: =PV(rate, nper, pmt, [fv], [type])
  • Future Value: =FV(rate, nper, pmt, [pv], [type])
  • Payment: =PMT(rate, nper, pv, [fv], [type])
  • Number of Periods: =NPER(rate, pmt, pv, [fv], [type])
  • Rate: =RATE(nper, pmt, pv, [fv], [type], [guess])
  • Effective Rate (APY): =EFFECT(nominal_rate, npery)

Standard Normal (Z) Table - Percentiles

Table shows percentile (area to LEFT × 100) for Z-score.

ZPct(%)ZPct(%) ZPct(%)ZPct(%)
-3.00.13 -1.48.08 0.257.93 1.896.41
-2.90.19 -1.39.68 0.361.79 1.997.13
-2.80.26 -1.211.51 0.465.54 2.097.72
-2.70.35 -1.113.57 0.569.15 2.198.21
-2.60.47 -1.015.87 0.672.57 2.298.61
-2.50.62 -0.918.41 0.775.80 2.398.93
-2.40.82 -0.821.19 0.878.81 2.499.18
-2.31.07 -0.724.20 0.981.59 2.599.38
-2.21.39 -0.627.43 1.084.13 2.699.53
-2.11.79 -0.530.85 1.186.43 2.799.65
-2.02.28 -0.434.46 1.288.49 2.899.74
-1.92.87 -0.338.21 1.390.32 2.999.81
-1.83.59 -0.242.07 1.491.92 3.099.87
-1.74.46 -0.146.02 1.593.32   
-1.65.48 0.050.00 1.694.52   
-1.56.68 0.153.98 1.795.54