Answer:
Step-by-step explanation:
mid point = [(a1 + a2)/2 , (b1 + b2)]
(a1,b1) = first point
(a2,b2) = end point
Using all x coordinates
(a1 + a2)/2 = 1
(-1 + a2)/2 = 1
-1 + a2 = 2
a2 = 3
Using all y coordinates
(b1 + b2)/2 = -1
(-3 + b2)/2 = -1
-3 + b2 = -2
b2 = -1
thus end coordinate = (3, -1)
A conditional statement (also called an If-Then Statement) is a statement with a hypothesis followed by a conclusion. ... The hypothesis is the first, or “if,” part of a conditional statement. The conclusion is the second, or “then,” part of a conditional statement.
Answer:
yes
Step-by-step explanation:
There are several ways to go at this.
My first choice is to use a graphing calculator. It shows the function has a zero at x=5, so x-5 is a factor.
Another good choice is to use synthetic division (2nd attachment). If the remainder is zero, then x-5 is a factor. It is and it is.
__
You can also evaluate the function at x=5. The remainder theorem tells you that if the value is zero, then x-5 is a factor. Evaluating the polynomial written in Horner form is a lot like synthetic division.
(((x -4)x -15)x +58)x -40 for x=5 is ... (-10·5 +58)5 -40 = 40-40 = 0
The value of h(5) is zero, so x-5 is a factor of h(x).
Answer:
x=3
Step-by-step explanation: