Answer:
The formula you'll need is:
Years = ln (total / principal) / rate
ln means natural log
Years = ln (2,000 / 1,000) / .045
Years = ln (2) / .045
Years = 0.69314718056 / .045
Years = 15.4033
Step-by-step explanation:
Answer:
p = 1.5 and q = 9
Step-by-step explanation:
Expand the right side then compare the coefficients of like terms on both sides, that is
4(x + p)² - q ← expand (x + p)² using FOIL
= 4(x² + 2px + p²) - q ← distribute parenthesis
= 4x² + 8px + 4p² - q
Comparing coefficients of like terms on both sides
8p = 12 ( coefficients of x- terms ) ← divide both sides by 8
p = 1.5
4p² - q = 0 ( constant terms ), that is
4(1.5)² - q = 0
9 - q = 0 ( subtract 9 from both sides )
- q = - 9 ( multiply both sides by - 1 )
q = 9
Answer:
49x^4-42x^2 y+9y^2
Step-by-step explanation:
I will explain you and pair two of the equations as an example to you. Then, you must pair the others.
1) Two circles are concentric if they have the same center and different radii.
2) The equation of a circle with center xc, yc, and radius r is:
(x - xc)^2 + (y - yc)^2 = r^2.
So, if you have that equation you can inmediately tell the coordinates of the center and the radius of the circle.
3) You can transform the equations given in your picture to the form (x -xc)^2 + (y -yc)^2 = r2 by completing squares.
Example:
Equation: 3x^2 + 3y^2 + 12x - 6y - 21 = 0
rearrange: 3x^2 + 12x + 3y^2 - 6y = 21
extract common factor 3: 3 (x^2 + 4x) + 3(y^2 -2y) = 3*7
=> (x^2 + 4x) + (y^2 - 2y) = 7
complete squares: (x + 2)^2 - 4 + (y - 1)^2 - 1 = 7
=> (x + 2)^2 + (y - 1)^2 = 12 => center = (-2,1), r = √12.
equation: 4x^2 + 4y^2 + 16x - 8y - 308 = 0
rearrange: 4x^2 + 16x + 4y^2 - 8y = 308
common factor 4: 4 (x^2 + 4x) + 4(y^2 -8y) = 4*77
=> (x^2 + 4x) + (y^2 - 2y) = 77
complete squares: (x + 2)^2 - 4 + (y - 1)^2 - 1 = 77
=> (x + 2)^2 + (y - 1)^2 = 82 => center = (-2,1), r = √82
Therefore, you conclude that these two circumferences have the same center and differet r, so they are concentric.