Respuesta :
Answer:
19
Step-by-step explanation:
So we have the function:
[tex]f(x)=40+4x+x^2[/tex]
And we want to find the slope of the chord that connects the points (5,f(5)) and (5+Δx, f(5+Δx)).
So first, find the two points.
1) (5,f(5))
Substitute in 5 for x:
[tex]f(x)=40+4x+x^2\\f(5)=40+4(5)+(5)^2[/tex]
Square and multiply:
[tex]f(5)=40+20+25[/tex]
Add:
[tex]f(5)=85[/tex]
So, our first point is (5,85)
2) (5+Δx, f(5+Δx))
Remove the Δx by substituting it with 5. Thus:
[tex](5+\Delta x,f(5+\Delta x))=(5+5,f(5+5))=(10,f(10))[/tex]
Now, substitute in 10 for x. Thus:
[tex]f(10)=40+4(10)+(10)^2[/tex]
Square and multiply:
[tex]f(10)=40+40+100[/tex]
Add:
[tex]f(10)=180[/tex]
So our second point is (10,180).
Now, just find the slope between (5,85) and (10,180) using the slope formula:
[tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex]
Let (5,85) be x₁ and y₁ and let (10,180) be x₂ and y₂. Substitute:
[tex]m=\frac{180-85}{10-5}[/tex]
Subtract:
[tex]m=\frac{95}{5}[/tex]
Divide:
[tex]m=19[/tex]
So, the slope that connects the chord is 19.
And we are done :)