final exam review Flashcards

1
Q

What is the equation of a line and what do the variables represent?

A

y = mx + b

  • y: Dependent variable (output)
  • x: Independent variable (input)
  • m: Slope (rate of change)
  • b: Y-intercept (value of y when x=0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the formula for the slope between two points and what do the variables represent?

A

m = (y2 - y1) / (x2 - x1)

  • (x1, y1) and (x2, y2): two coordinates on the line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the future value (FV) formula for compound interest and what do the variables represent?

A

FV = PV (1+r)^n

  • FV: future value
  • PV: present value
  • r: interest rate per period (decimal)
  • n: number of periods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the present value (PV) formula and what do the variables represent?

A

PV = Fv / (1+r)^n

  • PV: present value
  • FV: future value
  • r: interest rate period (decimal)
  • n: number of periods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the formula for the future value (FV) of an ordinary annuity and what do the variables represent?

A

FV = PMT x ((1+r)^n-1 / r)

-PMT: Payment per period

  • r: Interest rate per period (decimal)
  • n: Number of periods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the formula for the present value (PV) of an ordinary annuity and what do the variables represent?

A

PV = PMT x (1-(1+r)^-n / r)

  • PMT; payment per period
  • r: interest rate per period (decimal)
  • n: number of periods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the formula for loan payment (PMT) and what do the variables represent?

A

PMT = (PV)(r) / 1 - (1+r)^-n

  • PV: Loan amount
  • r: Monthly interest rate
  • n: Total number of payments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the formula for future value (FV) with continuous compounding and what do the variables represent?

A

FV = PV x e^rt

  • e: Euler’s number (≈2.718)
  • t: Time in years
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the regression line equation and what do the variables represent?

A

y = mx + b

  • y: Dependent variable
  • x: Independent variable
  • m: Slope (rate of change)
  • b: Intercept
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the formula to calculate the slope (m) in regression analysis and what do the variables represent?

A

m = n∑xy - ∑x∑y / n∑x^2 - (∑x)^2

  • n: Number of data points
  • n: Number of data points
  • ∑xy: Sum of the product of x and y
  • ∑x: sum of x values
  • ∑y: sum of y values
  • ∑x^2: sum of squared x values
  • (∑x)^2: sum of x values squared
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the formula to calculate the intercept (b) in regression analysis and what do the variables represent?

A

b = ˉy - m ˉx

  • ˉy: average of y values
  • ˉx average of x values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the formula for Sum of Squared Errors (SSE) and what do the variables represent?

A

SSE = ∑(Yi - Yi^)^2

  • Yi: actual value of y
  • Yi^: predicted value of y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the formula for exponential smoothing and what do the variables represent?

A

Ft+1 = αYt + (1-α)Ft

  • Ft+1: forecast for the next period
  • Yt: actual value for the current period
  • Ft: forecast for the current period
  • α: smoothing constant (between 0 and 1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the objective function in linear programming and what do the variables represent?

A

Z = c1x1 + c2x2

  • Z: Quantity to maximize or minimize
  • c1, c2: coefficients fo each variable
  • x1, x2: decision variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the formula for a constraint in linear programming and what do the variables represent?

A

a1x1 + a2x2 ≤ b

  • a1, a2: resource use per unit of each variable
  • b: maximum available resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the formula for the graphical solution in linear programming?

A
  1. Plot each constraint as a line.
  2. Identify the feasible region where all constraints overlap.
  3. Evaluate the objective function at the corners of the feasible region to find the optimal solution.
17
Q

What is the definition of shadow price in linear programming?

A

Shadow price measures how much the objective (Z) changes if a constraint limit (b) increases by one unit.

18
Q

What is the definition of reduced cost in linear programming?

A
  • If zero: The variable is part of the solution.
  • If non-zero: The amount the objective coefficient must improve for the variable to enter the solution.
19
Q

What are the steps for using Excel Solver in linear programming?

A
  1. Define the objective (maximize/minimize).
  2. Identify decision variables.
  3. Add constraints.
  4. Run Solver and interpret reports (Answer, Sensitivity, Limits).