Step-by-step explanation:
slope interception formula is
y-y1=m(x-x1)
where m is m=y-y1/x-x1 in this case m=-2 because the line we are trying to find is parallel to the given one y=-2x-6 where slope k=-2
so the final equation would be
y-1=-2(x-(-4))
y-1=-2x-2*4
y=-2x-8+1=-2x-7
T=0 is also a solution. Other than 0 here is a solution.
Answer:
Step-by-step explanation:
This is a question that uses the Pythagorean Theorem.
a = 35 feet
b = x which is the height of the tree.
c = 3*x + 1 so we are trying to find x. Substitute into a b and c
a^2 + b^2 = c^2
35^2 + x^2 = (3x + 1)^2
35^2 + x^2 = 9x^2 + 6x + 1 Subtract x^2 from both sides.
35^2 = 8x^2 + 6x + 1 Subtract 35^2 from both sides.
0 = 8x^2 + 6x + 1 - 35^2
0 = 8x^2 + 6x - 1224
Does this factor?
(x + 12.75)(x - 12)
x - 12 = 0 is the only value that works.
x = 12
The tree is 12 feet high.
Note: I used the quadratic formula to solve this.