Notes, summaries, assignments, exams, and problems for Mathematics

Sort by
Subject
Level

Money and Finance: Vocabulary, Idioms, and Concepts

Classified in Mathematics

Written on in with a size of 6.53 KB

MONEY

Budgeting and Expenses

  • Budget: A plan for how to spend money.
  • Grant: Money given by the government for a particular purpose, often education.
  • Loan: Money borrowed from a bank or other lender, usually with interest.
  • Fee: Money paid for a professional service (e.g., lawyer, consultant).
  • Fare: Money paid to travel by bus, train, taxi, etc.

Savings and Investments

  • Savings: Money set aside for future use.
  • Donation: Money given to a charity or other organization.
  • Deposit: A portion of a larger payment made upfront.
  • Will: A legal document that specifies how a person's assets will be distributed after their death.
  • Lump sum: A single payment of a large amount of money.

Financial Terms

  • Fine: Money paid as a penalty for breaking a rule or law.
  • Installment: A
... Continue reading "Money and Finance: Vocabulary, Idioms, and Concepts" »

Decision Making & Problem Solving in Business

Classified in Mathematics

Written on in with a size of 2.63 KB

Decision Making and Problem Solving

Defining the Process

Problem Solving: Identifying the difference between the actual and desired state of affairs, and taking action to resolve the difference.

Decision Making: Defining the problem, identifying alternatives, determining criteria, evaluating alternatives, and choosing an alternative.

Types of Decision Problems

Single-Criterion Decision Problem: Finding the best solution based on one criterion.

Multicriteria Decision Problem: Finding the best solution considering multiple criteria.

Key Concepts in Decision Making

Decision: The selected alternative.

Model: A representation of a real object or situation.

  • Iconic Model: A physical replica of a real object.
  • Analog Model: A physical representation, but doesn'
... Continue reading "Decision Making & Problem Solving in Business" »

Statistics Problems: Sample Size, Probabilities, Normal and Binomial Calculations

Classified in Mathematics

Written on in with a size of 4.41 MB

Exam A — Statistical Problems

1) Sample size to estimate a proportion

Problem: Suppose you are a retailer and you want to estimate the proportion of your customers who are shoplifters. The estimated proportion is p = 0.07. Find the required sample size to estimate p to within E = 0.03 with 90% confidence.

Formula: n = z2 * p(1 - p) / E2

Given: p = 0.07, E = 0.03, 90% confidence → z = 1.645

Calculation: n = (1.645)2 * 0.07*(1 - 0.07) / (0.03)2 = 2.706025 * 0.0651 / 0.0009 = 0.1761622 / 0.0009 ≈ 195.74

Result: Round up to the next whole person: n = 196.

2) Probability of selling more than 5 computers

Problem: The number x of sales that a company might expect per month is given by a probability distribution (not fully shown here). Based on the provided

... Continue reading "Statistics Problems: Sample Size, Probabilities, Normal and Binomial Calculations" »

Probability and Statistics: Key Concepts and Applications

Classified in Mathematics

Written on in with a size of 4.55 KB

Probability Distributions

Discrete Random Variables

  1. If the outcomes of a discrete random variable follow a Poisson distribution, then which of the following is true?
    • (A) The mean equals the variance.
  2. Which of the following is not a characteristic of a binomial probability distribution?
    • (A) Each trial has a finite number of possible outcomes.
  3. If the probability of a machine producing a defective part is 0.05, what is the probability of finding exactly 5 defective parts from a sample of 100? (Assume that the process follows a binomial distribution and round the answer to four places.)
    • (C) 0.1800
  4. The number of arrivals of delivery trucks per hour at a loading station is an example of which of the following processes?
    • (C) Poisson
  5. When sampling without replacement
... Continue reading "Probability and Statistics: Key Concepts and Applications" »

Decimals, Fractions, and Percentages

Classified in Mathematics

Written on in with a size of 446.16 KB

Standard Form/Scientific Notation

If you had a number like this:

54300000.0

Then you would have to make the number so it is under 10:

5.4300000

But you moved the decimal place 7 places to the left, so the standard form is:

5.43 x 107

HINT

Recurring decimals are written with a little dot or a line above a number to show that it goes on forever.

HINT

Terminating decimals are decimals that eventually stop and are not recurring.

Rounding

When rounding, you round to the nearest number with the amount of decimal places provided. For example:

59.54

The critical digit (last number) determines what the number will be. In this example, the critical digit is 4. 4 or less, let it rest. 5 or more, raise the score. So because the critical digit is 4, you would round the... Continue reading "Decimals, Fractions, and Percentages" »

Essential Financial Concepts & Calculations

Classified in Mathematics

Written on in with a size of 8.56 KB

Financial Concepts and Calculation Practice

Expectation Theory and Two-Year Rates

Problem: If the one-year rate on an instrument is 9.0% and the expected rate for a one-year instrument one year from today is 9.89%, what is the expected two-year rate today, if the expectation theory holds?

  • One-year rate: 9.00%
  • One-year rate, one year forward: 9.89%

Formula: (1 + R1) * (1 + ER2) = (1 + R2)^2

Calculation:

  • (1 + 0.09) * (1 + 0.0989) = (1 + R2)^2
  • (1.09) * (1.0989) = (1 + R2)^2
  • 1.197801 = (1 + R2)^2
  • sqrt(1.197801) = 1 + R2
  • 1.094449 = 1 + R2
  • R2 = 0.094449

Expected Two-Year Rate: 9.44% (approximately 9.4%)

Understanding the Rule of 72

The Rule of 72 is a quick method to estimate the number of years it takes for an investment to double in value, given a fixed annual... Continue reading "Essential Financial Concepts & Calculations" »

Bond Issuance and Classification: Key Concepts and Examples

Classified in Mathematics

Written on in with a size of 3 KB

Which of the following is most likely an issuer bonds: HEDGE FUND

A bond issued by a city would most likely be classified as a: NON-SOVEREIGN GOVERNMENT BOND

A fixed-income security issued with a maturity at issuance of nine months is most likely classified: MMSECURITY

The price of a bond issued in the US by a British company and denominated in US dollars is most likely: CHANGE AS US INTEREST RATES CHANGE

Interbank offered rates are best described as the rates at which major banks can: BORROW UNSECURED FUNDS

A company issues floating-rates bonds. The coupon rates is expressed as the three-month Libor plus a spread. The coupon payments are most likely: LIBOR INCREASES

A 10-year bond was issued four years ago. The bond is denominated in US dollars,

... Continue reading "Bond Issuance and Classification: Key Concepts and Examples" »

Numerical Methods: Taylor Series, Root Finding, and More

Classified in Mathematics

Written on in with a size of 2.39 KB

Taylor Series

f(x+h) = f(x) + f'(x)h + f''(x)h2 /2! + f'''(x)h3 /3! + ...

Secant Method (Find Root)

  1. Rewrite as f(x)=0
  2. Set initial points
  3. f'(x2) = (f(x2) - f(x1)) / (x2-x1)
  4. New point becomes x2
  5. Iterate

LU Decomposition

A = LU

Crout's

Identity top

Doolittle

Identity bottom

  1. Set up LU
  2. Find components through matrix multiplication and solve for variables

Solving for b matrix

LUX=B

  1. Set UX = Y
  2. Solve LY = B using algebra
  3. Solve UX = Y using algebra

Norm

Absolute value of the largest row sum

Condition

||A||inf||A-1||inf

Gauss-Seidel

  1. Set each equation to a variable
  2. Use any initial values for the first equation
  3. Use the x1 from the first equation to solve x2
  4. Iterate (Fast version of Jacobi Method)

Discrete Least Squares Approximation

AX = B

  1. Make matrix A by [ n ∑(x) ∑(x2) ...]
  2. Make
... Continue reading "Numerical Methods: Taylor Series, Root Finding, and More" »

Quantitative Finance Formulas and Risk Management Models

Classified in Mathematics

Written on in with a size of 5.01 KB

Portfolio Theory and Expected Returns

1. Expected return of the portfolio: μP = w1μ1 + w2μ2.

Standard deviation of the portfolio return: σp = √(w12σ12 + w22σ22 + 2ρw1w2σ1σ2).

  • Suppose two investments R1 and R2 with expected returns μ1 and μ2.
  • w1 is the proportion of money in the first investment.
  • σ1 and σ2 are the respective standard deviations.
  • ρ is the coefficient of correlation between the two investments.

Market Portfolio and Systematic Risk

2. Relationship between any investment and the market portfolio: R = a + βRM + ε.

  • R = return from investment.
  • RM = return from market portfolio.
  • a and β are constants.
  • ε is a random variable representing the regression error.
  • βRM: Systematic risk.
  • ε: Non-systematic risk.

Capital Asset Pricing

... Continue reading "Quantitative Finance Formulas and Risk Management Models" »

Fundamentals of Standard Data Systems for Work Measurement

Classified in Mathematics

Written on in with a size of 3.18 KB

What are Standard Data Systems (SDS)?

A Standard Data System (SDS) is a database of normal time values organized by work elements. It is used to establish time standards for tasks composed of those work elements. A key feature is that time standards can be established before the job is actually performed.

When is an SDS Suitable?

A Standard Data System is particularly suitable in situations involving:

  • A high degree of similarity between tasks.
  • Batch production environments.
  • A large number of standards that need to be set.
  • The need to set standards before production begins.

Using a Standard Data System

The process for using an SDS typically involves the following steps:

  1. Analyze the new tasks and divide them into their constituent work elements.
  2. Access
... Continue reading "Fundamentals of Standard Data Systems for Work Measurement" »