Its 1 and 9/7..............
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.
To solve this you need to take the answer from the previous iteration.
Iteration 1: The answer is given
a1 = 300
Iteration 2: Solve using the equation. a(n-1) is the answer from the previous iteration. n = the number of the current iteration. So, a(n-1) = 300 and n = 2
a2 = 300/2 = 150
Iteration 3: a(n-1) = 150 and n = 3
a3 = 150/3 = 50
Iteration 4: a(n-1) = 50 and n = 4
a4 = 50/4 = 12.5
Answer: 12.5
Question 32):
<u>Least To Greatest:</u>
-7/2, -2.8, -5/4, 4/3, 1.3
<u>Number of Inputs: </u>
<u>5</u>
<u>Ascending Order (Least to Greatest)/Smallest to Largest: </u>
-7/2, -2.8, -5/4, 1.3, 4/3
<u>Descending Order (Greatest to Least/Largest to Smallest):</u>
4/3, 1.3, -5/4, -2.8, -7/2
Hope that helps!!! : )