The answer would be
f(1) = 2 f(n) = f(n-1) + 3
3,000 yd3 = 200 dtl
Chapter 1: Problem Solving 17 / 21
Rates Question
12 A highway had a landslide, where 3,000 cubic yards of material fell on the road, requiring 200 dump truck loads to clear. On another highway, a slide left 40,000 cubic yards on the road. How many dump truck loads would be needed to clear this slide?
3,000 yd3 = 200 dtl
40,000 yd3 × 200 dtl = 2,667 dtl
3, 000 yd3
Answer:
Step-by-step explanation:
a) The relative minimum of the function from the graph is -18 at x=0.
b) The graph ends with two arrows which means it continues from there indefinitely. So the function increases from x equal to negative infinity to -2 and then from 0 to +2.
4.2x - 1.4y = 2.1
-1.4y = -4.2x + 2.1
y = (-4.2/-1.4)x + 2.1/-1.4
y = 3x - 1.5 <==
ŷ= 1.795x +2.195 is the equation for the line of best fit for the data
<h3>How to use regression to find the equation for the line of best fit?</h3>
Consider the table in the image attached:
∑x = 29, ∑y = 74, ∑x²= 125, ∑xy = 288, n = 10 (number data points)
The linear regression equation is of the form:
ŷ = ax + b
where a and b are the slope and y-intercept respectively
a = ( n∑xy -(∑x)(∑y) ) / ( n∑x² - (∑x)² )
a = (10×288 - 29×74) / ( 10×125-29² )
= 2880-2146 / 1250-841
= 734/409
= 1.795
x' = ∑x/n
x' = 29/10 = 2.9
y' = ∑y/n
y' = 74/10 = 7.4
b = y' - ax'
b = 7.4 - 1.795×2.9
= 7.4 - 5.2055
= 2.195
ŷ = ax + b
ŷ= 1.795x +2.195
Therefore, the equation for the line of best fit for the data is ŷ= 1.795x +2.195
Learn more about regression equation on:
brainly.com/question/29394257
#SPJ1