The distance between the points (d) is found using the Pythagorean theorem.
Imagine the two points as defining the hypotenuse of a right triangle. The lengths of the legs of the triangle are the horizontal distance between the points and the vertical distance between the points. The the theorem tells us
d² = 4² + 7²
d² = 16 + 49
d² = 65
d = √65 ≈ 8.1
The distance between the points is
C 8.1_____
You know that the distance must be longer than the longest leg (7) and must be shorter than the sum of the two legs (4+7=11). The only answer choice between 7 and 11 is 8.1.
2(a-b)
this is the answers
Answer:
substitute that value for x in the polynomial and see if it evaluates to zero
Step-by-step explanation:
A "zero" of a polynomial is a value of the polynomial's variable that make the expression become zero when it is evaluated. As an almost trivial example, consider the polynomial x-3. The value x = 3 is a zero because substituting that value for x makes the expression evaluate as zero.
3 -3 = 0
___
Evaluating polynomials can be done different ways. Straight substitution for the variable is one way. Using synthetic division by x-a (where "a" is the value of interest) is another way. This latter method is completely equivalent to rewriting the polynomial to Horner form for evaluation.
__
In the attachment, Horner Form is shown at the bottom.
Answer:
B. -x^2 + 3x + 7
Step-by-step explanation:
(f -g)(x) = f(x) -g(x) = (3x +1) - (x^2 -6) . . . . substitute the functions
= 3x +1 -x^2 +6 . . . . . . . eliminate parentheses; next, collect terms
= -x^2 +3x +7 . . . . . matches choice B