Compound Interest
Reducing Balance Loan
Annuities
Graphs & Networks
Connector problems
100

Recall the compound interest formula

A=P(1+i)^n

100

Recall the recursive model formula for reducing balance loans.

A(n+1) =rAn - R

100

Recall the annuities formula [1] used for the deposit phase. 

A=M((1+i)^n)-1/i)

100

What are the dots (nodes) on a graph called?

Vertices

100

True or false: 

A tree has no loops, multiple edges or cycles

True

200
$2000 is invested at 5% p.a compounding yearly for 7 years, how much is in the account after the 7 years?

$2814.20

200

Use this recurrence relation to determine the balance of the loan after 2 payements. 

A0=48000, An+1= 1.0125An -300

$4317

200

Recall the annuities formula [2] for the withdrawal phase

A=M(1-(1+i)^-n)/i)

200

What are the lines of a graph called?

Edges

200

If a graph has 8 vertices, how many edges will its minimum spanning tree have?

7

300

$5000 is invested for 4 years at 8% compounding monthly. Calculate the balance of the account after 4 years.

$6878.33

300

A loan of $6000 with monthly repayments of $200 has a balance of $5100 after 6 months. Determine the amount ($) of interested charged on the loan during this time.

$300

300

True or false:

An annuity for both deposit and withdrawal phase can be solved using a recurrence relation?

True

300

How can you determine whether a graph is Eulerian?

All vertices have an even degree (E for Even)

300

When completing the steps to solve the Hungarian algorithm, the graph used to assigned tasks is called what? (looks like shoe laces)

Bipartite graph

400

$10 000 is invested for 6 years with interest compounding monthly. Determine the per annum (pa) interest rate offered if the balance is $16 135.02 after the 6 years

8% pa

400

 $4800 is borrowed and charged compound interest at the rate of 15% per annum, compounding monthly.  If the monthly repayments are $300 construct a recurrence relation model for this loan.

A0=4800, An+1= 1.0125An -300

400

If there is a principal amount existing in an account that is in withdrawal, with two formulas need to be combined to solve for the balance of the account?

Compound interest - annuity [1]

400

How do I know if a graph is Semi-Eulerian?

There are exactly 2 vertices with odd degrees and the rest are even.
400

In a flow network problem, the minimum cut value represents what? 

The maximum flow capacity.

500

$20 000 is invested at 4.5% p.a compounding monthly. Determine how long the money was invested for to reach a value of $22884.96

6 years or 72 months

500

 $8400 is borrowed with interest charged at 11.4% per annum, compounding monthly with monthly repayments of $500.
Determine the balance of the loan after 5 repayments.

$6258.70

500

Rearrange the annuities formula [1] to find the value of M.

M=A/[annuity 1]

500

Define/ explain the difference between: 
Path
Trail
Walk

Path - no repeated vertices or edges
Trail - no repeated edges but can repeat vertices 

walk - can repeat vertices and edges

500

Miscellaneous:
"Be back in a Jiffy" is a common saying meaning to be back soon... what measurement of time is a jiffy? 

1/100th of a second

M
e
n
u