Answer:
The balance after four years is $1129.27
Step-by-step explanation:
The formula for compound interest, including principal sum, is 
- A = the future value of the investment/loan, including interest
- P = the principal investment amount (the initial deposit or loan amount)
- r = the annual interest rate (decimal)
- n = the number of times that interest is compounded per unit t
- t = the time the money is invested or borrowed for
∵ $800 is deposited in an account
∴ P = 800
∵ The account pays 9% annual interest
∴ r = 9% = 9 ÷ 100 = 0.09
∵ The interest is compounded annually
∴ n = 1
∵ The time is 4 years
∴ t = 4
- Substitute the values of P, r, n, and t in the formula above
∵ 
∴ 
∴ A = 1129.265
∴ The balance after four years is $1129.27
Answer:
2369.86
Step-by-step explanation:
f(36)=3700(1−0.06) ^36/5
2369.857704098921
Answer:
D. d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
C. d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
B. d = sqrt( (|x2-x1|^2 + |y2-y1|^2)
Step-by-step explanation:
Given two points (x1, y1) and (x2,y2) we can find the distance using
d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
The order of the terms inside the square doesn't matter
d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
When we are squaring are term, we can take the absolute value before we square and it does not change the value
d = sqrt( (|x2-x1|^2 + |y2-y1|^2)
X + 3y = 7
x = -3y + 7
2x + 4y = 8
2(-3y + 7) + 4y = 8
-6y + 14 + 4y = 8
-2y = 8 - 14
-2y = - 6
y = -6/-2
y = 3
x + 3y = 7
x + 3(3) = 7
x + 9 = 7
x = 7 - 9
x = -2
solution is (-2,3)