Answer:
0.45 miles per minute and 6.75
Step-by-step explanation:
27/60=0.45<-- Miles per minute
0.45x15=6.75<--Miles in 15 minutes
Hope this helps pls give brainliest
100 inches is the correct answer for this question
Answer:
- zeros are {-2, 3, 7} as verified by graphing
- end behavior: f(x) tends toward infinity with the same sign as x
Step-by-step explanation:
A graphing calculator makes finding or verifying the zeros of a polynomial function as simple as typing the function into the input box.
<h3>Zeros</h3>
The attachment shows the function zeros to be x ∈ {-2, 3, 7}, as required.
<h3>End behavior</h3>
The leading coefficient of this odd-degree polynomial is positive, so the value of f(x) tends toward infinity of the same sign as x when the magnitude of x tends toward infinity.
- x → -∞; f(x) → -∞
- x → ∞; f(x) → ∞
__
<em>Additional comment</em>
The function is entered in the graphing calculator input box in "Horner form," which is also a convenient form for hand-evaluation of the function.
We know the x^2 coefficient is the opposite of the sum of the zeros:
-(7 +(-2) +3) = -8 . . . . x^2 coefficient
And we know the constant is the opposite of the product of the zeros:
-(7)(-2)(3) = 42 . . . . . constant
These checks lend further confidence that the zeros are those given.
(The constant is the opposite of the product of zeros only for odd-degree polynomials. For even-degree polynomials. the constant is the product of zeros.)
Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23