Answer:
The answer is B 62
Step-by-step explanation:
I just divid 124 by 2
X = -3.
The distance from p(-9, 0, 0) is
d = sqrt((x+9)^2 + y^2 + z^2)
The distance from q(3,0,0) is
d = sqrt((x-3)^2 + y^2 + z^2)
Let's set them equal to each other.
sqrt((x+9)^2 + y^2 + z^2) = sqrt((x-3)^2 + y^2 + z^2)
Square both sides, then simplify
(x+9)^2 + y^2 + z^2 = (x-3)^2 + y^2 + z^2
x^2 + 18x + 81 + y^2 + z^2 = x^2 - 6x + 9 + y^2 + z^2
18x + 81 = - 6x + 9
24x + 81 = 9
24x = -72
x = -3
So the desired equation is x = -3 which defines a plane.
Answer:
It will take 10.63 years.
Step-by-step explanation:
Giving the following information:
Present value (PV)= $4,000
Future Value (FV)= $10,000
Interest rate (i)= 9% annual compounded
<u>To calculate the time required to reach $10,000, we need to use the following formula:</u>
n= ln(FV/PV) / ln(1+i)
n= number of years
n= ln(10,000 / 4,000) / ln(1.09)
n= 10.63
It will take 10.63 years.
Step-by-step explanation:
that is
sum(2^r) for r=1 to n, plus sum(1/2) for r=1 to n.
and that is
sum(2^r) + n/2 for r=1 to n.
2^r is a geometric sequence with 2 being the common ratio (every new term is created by multiplying the previous term by 2).
and since r is starting at 1, the first term a1 = 2.
the formula for the sum of a finite geometric sequence is
Sn = a1×(1 - r^n) / (1 - r)
with r being the common ratio .
so, in our case
Sn = 2×(1 - 2^n) / (1 - 2)
Sn = (2 - 2^(n+1)) / -1 = 2^(n+1) - 2
and so, in total we get
2^(n+1) - 2 + n/2 = 2^(n+1) + (n - 4)/2
Answer:
The answer to your question is a) (f°g)(x) = 4x² + 2
b) (f + g)(x) = 4x² + x + 2
c) (f - g)(-3) = -37
Step-by-step explanation:
Data
f(x) = x + 2
g(x) = 4x²
a) Calculate (f°g)(x)
Just sum the function
(f°g)(x) = (4x²) + 2
-Simplification
(f°g)(x) = 4x² + 2
b) (f + g)(x)
(f + g)(x) = x + 2 + 4x²
-Simplification
(f + g)(x) = 4x² + x + 2
c) (f - g)(-3)
-Calculate (f - g)(x)
(f - g)(x) = x + 2 - 4x²
-Simplify
(f - g)(x) = -4x² + x + 2
-Evaluate in (-3)
(f - g)(-3) = -(4)(-3)² + (-3) + 2
-Simplification
(f - g)(-3) = -4(9) - 3 + 2
-Result
(f - g)(-3) = -36 - 3 + 2
(f - g)(-3) = -37