It'd be easier to do #18 if y ou were to break it up:
14* (first term + 14th term)
Sum from n=1 to 14 of n = S = ---------------------------------
14 2
14(1+14)
= ---------------- = 7(15) = 105
2
The sum of twice that is 210. The sum of "1 from n=1 to n=14" is just 14.
The final sum is 210 + 14 = 224 (answer)
Answer:
X=1
Step-by-step explanation:
Answer:
a
Step-by-step explanation:
Answer:
2x+6y=-4
Step-by-step explanation:
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.