0% found this document useful (0 votes)
23 views3 pages

Finance 120 Quick Revision Guide

This document is a quick revision guide for Management Mathematics 1 (Finance 120) at Kabarak University, outlining a 5-hour study plan covering key topics such as simple and compound interest, linear programming, matrices, and differentiation in business. It includes formulas, practice problems, and a quick quiz to test understanding. The guide emphasizes the importance of reviewing past papers and staying calm during the exam.

Uploaded by

wafulaallan43
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

Finance 120 Quick Revision Guide

This document is a quick revision guide for Management Mathematics 1 (Finance 120) at Kabarak University, outlining a 5-hour study plan covering key topics such as simple and compound interest, linear programming, matrices, and differentiation in business. It includes formulas, practice problems, and a quick quiz to test understanding. The guide emphasizes the importance of reviewing past papers and staying calm during the exam.

Uploaded by

wafulaallan43
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Management Mathematics 1 (Finance 120) - Quick Revision Guide Kabarak University

📅 Exam Prep Date: Night Before Exam

✅ 1. Quick Revision Plan (3–5 Hours)

☑️ Hour 1: Mathematics of Finance

• Simple Interest:
Formula: I = PRT
• I = Interest
• P = Principal
• R = Rate per annum (as a decimal)

• T = Time in years

• Compound Interest:
Formula: A = P(1 + r/n)^(nt)

• Future Value & Present Value of Money

• FV = P(1 + r)^n

• PV = FV / (1 + r)^n

• Annuities:

• Future Value: FV = P × [(1 + r)^n - 1] / r


• Present Value: PV = P × [1 - (1 + r)^-n] / r

Practice: - 2 Simple Interest Questions - 2 Compound Interest/Annuity Questions

☑️ Hour 2: Linear Programming

• Formulating a linear programming model from a word problem


• Graphing inequalities
• Identifying feasible region
• Corner point method for optimal solution

Practice: - 1 Full LP problem: Formulation, Graphing, Optimal Solution

1
☑️ Hour 3: Matrices

• Matrix addition and multiplication


• Inverse of 2x2 matrices:
• If A = [[a, b], [c, d]], then A^-1 = (1/ad - bc) × [[d, -b], [-c, a]]
• Solving systems of equations using matrices

Practice: - 2 Matrix Operations - 1 Equation Solving using Inverse Matrix

☑️ Hour 4: Differentiation in Business

• Differentiation of algebraic functions:


• If y = ax^n, then dy/dx = anx^(n-1)
• Applications:
• Marginal cost (MC) = dC/dx
• Marginal revenue (MR) = dR/dx
• Optimization of cost/profit functions

Practice: - 1 Marginal Cost Example - 1 Optimization (Maximize Profit / Minimize Cost)

☑️ Hour 5: Recap + Past Paper Practice

• Attempt at least 1 past paper


• Review marking scheme and typical question format

📝 Key Formula Sheet

📌 Simple Interest

I=P×R×T

📌 Compound Interest

A = P(1 + r/n)^(nt)

📌 Future Value of Annuity

FV = P × [(1 + r)^n - 1] / r

📌 Present Value of Annuity

PV = P × [1 - (1 + r)^-n] / r

2
📌 Differentiation

If y = ax^n, then dy/dx = anx^(n-1) - Marginal Cost = dC/dx - Marginal Revenue = dR/dx

🤔 Quick Quiz (Test Yourself)


1. A Ksh. 10,000 loan is taken at 12% simple interest for 3 years. What is the total interest?
2. What is the future value of depositing Ksh. 5,000 annually for 4 years at 10% interest?
3. Solve using matrices:
2x + 3y = 12
4x - y = 5
4. If C(x) = 5x^2 + 2x + 10, find the marginal cost when x = 3

All the best in your exam! Stay calm and apply logic.

Common questions

Powered by AI

Present value (PV) is significant in finance as it determines the current worth of a future sum of money, accounting for a specific interest rate over time. This calculation aids in assessing the value of investments, loans, and annuities, facilitating informed financial decisions. The formula for present value is PV = FV / (1 + r)^n, where FV is the future value, r is the interest rate per period, and n is the number of periods .

To solve a system of linear equations using matrix inversion, first express the system in matrix form AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the constants matrix. Calculate the inverse of matrix A, denoted as A^-1, if it exists. The solution to the system X can be found by multiplying A^-1 with B, i.e., X = A^-1B. This method requires that A is a non-singular matrix (i.e., its determinant should not be zero).

Formulating a linear programming model begins with defining the decision variables clearly based on the problem. Next, articulate the objective function to be maximized or minimized, expressed as a linear equation in terms of the decision variables. Identify and write down the constraints, which should be in the form of inequalities or equalities that the decision variables must satisfy. Ensure all constraints and the objective function are linear. Finally, determine any non-negativity constraints as required by the physical context of the problem .

Calculating the inverse of a 2x2 matrix involves specific steps distinct from addition or multiplication. For a matrix A = [[a, b], [c, d]], the inverse A^-1 is found using the formula A^-1 = (1/(ad - bc)) × [[d, -b], [-c, a]], provided the determinant (ad - bc) is non-zero. This task differs from matrix addition, where corresponding elements are simply summed, or multiplication, which involves a series of dot products of rows and columns from the matrices being multiplied .

Differentiation can be applied to business cost and revenue functions by calculating their respective derivatives: the marginal cost (MC) and marginal revenue (MR). These derivatives represent the rate of change of cost and revenue with respect to the level of production or sales. To optimize, you set MC equal to MR, solving for the quantity that maximizes profit or minimizes cost. Further, by finding the second derivative, you can test whether the critical point is a maximum or minimum .

Understanding marginal cost, which is the derivative of the cost function with respect to quantity, contributes to effective decision-making by highlighting the cost of producing an additional unit of a product. This insight allows businesses to optimize production strategies, determine optimal pricing, and manage resources efficiently. It informs critical decisions in scaling operations and evaluating the potential impact of cost changes on profitability .

The formula for the future value of an annuity is FV = P × [(1 + r)^n - 1] / r, where P is the periodic payment, r is the interest rate per period, and n is the number of periods. This formula helps in financial planning by allowing individuals to estimate the amount accumulated over time from regular, equal payments, accounting for the compound interest effect. It is useful for retirement planning and evaluating investment goals .

Simple interest is calculated using the formula I = PRT, where I is the interest, P is the principal amount, R is the rate of interest per annum (expressed as a decimal), and T is the time duration in years. It differs from compound interest, which is calculated using the formula A = P(1 + r/n)^(nt) and involves interest being added to the principal at regular intervals (compounding), whereas simple interest is calculated only on the initial principal .

Using past paper practice as part of examination preparation in management mathematics benefits students by familiarizing them with the format and types of questions likely to appear on the exam. It helps reinforce knowledge, identify areas requiring further study, and develop effective time management skills during the exam. Additionally, reviewing marking schemes and typical question formats can guide students in understanding how to present answers accurately and succinctly .

Graphing inequalities involves plotting each inequality in the system on a coordinate plane. First, convert each inequality to an equation and graph these lines, choosing a test point to determine which side of the line satisfies the inequality. Shade the region that satisfies each inequality. The intersection of all shaded regions represents the feasible region. It's crucial to find corner points of the feasible region as they potentially contain the optimal solution of the linear programming problem .

You might also like