9 < x
this means that x is a larger number than 9
9 = x
this means that x is equal to 9
Answer:
The correct option is C.
C) -x + 2
Step-by-step explanation:
In mathematics, the term which is being divided is called a dividend. The term by which the dividend is getting divided is called a divisor. The quotient is the term we get after dividing the dividend by a divisor.
Here in this case, the dividend is written.
-x² x x
which in the equation form is written as
-x² + x + x
add the x terms to simplify
-x² + 2x
The divisor is given as x, divide the equation by x:
(-x² + 2x)/x
(-x²/x) + (2x/x)
-x+2
Which is the quotient.
Answer:
in (x,y), it becomes (-x,y)
Step-by-step explanation:
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.