Answer:
slope = 1 , y- intercept = - 5
Step-by-step explanation:
the equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y-intercept )
y = x - 5 is in this form
with slope m = 1 and y- intercept c = - 5
The total amount of money accrued ( principal and interest ) in 35 years is $570.78.
<h3>What is the total amount accrued?</h3>
The formula for compound interest is expressed as;
A = P( 1 + r/t )^(n×t)
Given the data in the question;
- Principal P = $200
- Rate r = 3% = 3/100 = 0.03
- Compounded monthly n = 12
- Time t = 35
- Amount accrued in 35 years A = ?
Plug the given values into the equation above.
A = P( 1 + r/n )^(n×t)
A = 200( 1 + 0.03/12 )^(12×35)
A = 200( 1 + 0.0025 )^(420)
A = 200( 1.0025 )^(420)
A = 200( 2.85390914 )
A = $570.78
Therefore, the total amount of money accrued ( principal and interest ) in 35 years is $570.78.
Learn more about compound interest here: brainly.com/question/27128740
#SPJ1
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
I would say 32, just from doing PEMDAS.
Answer:
Step-by-step explanation:
Answer:
Data
Equation 25x² + 64y² = 1600
Process
1.- Divide all the equation by 1600
25x²/1600 + 64y²/ 1600 = 1600/1600
-Simplify
x²/64 + y²/ 25 = 1
2.- Equation of a horizontal ellipse
3.- Find a, b and c
a² = 64 a = 8
b² = 25 b = 5
-Calculate c with the Pythagorean theorem
a² = b² + c²
-Solve for c
c² = a² - b²
-Substitution
c² = 8² - 5²
-Simplification
c² = 64 - 25
c² = 39
-Result
c = √13
4.- Find the center
C = (0, 0)
5.- Find the vertices
V1 = (-8, 0) V2 = (8, 0)
6.- Find the foci
F1 = (-√13, 0) F2 = (√13, 0)