Answer:
= 15/4 as fraction
Step-by-step explanation:
Answer:

Step-by-step explanation:
the slope is :

at a pt on graph , when

therefore, coordinates are (1,3)
The equation is :

Answer:
c
Step-by-step explanation:
Answer: 9
Explanation: you would use PEMDAS to solve the algebraic expression first by doing parentheses so subtract 8 and 7 which leaves you with 4 + 1 times 6-1. You would then multiply 1 into 6 which would leave you with 4 + 6 - 1 which you would then sum up 4 and 6 which leaves you with 10-1 which would give you the answer of 9
So the answer would be 9
Hope this helps!
Answer:
The two iterations of f(x) = 1.5598
Step-by-step explanation:
If we apply Newton's iterations method, we get a new guess of a zero of a function, f(x), xₙ₊₁, using a previous guess of, xₙ.
xₙ₊₁ = xₙ - f(xₙ) / f'(xₙ)
Given;
f(xₙ) = cos x, then f'(xₙ) = - sin x
cos x / - sin x = -cot x
substitute in "-cot x" into the equation
xₙ₊₁ = xₙ - (- cot x)
xₙ₊₁ = xₙ + cot x
x₁ = 0.7
first iteration
x₂ = 0.7 + cot (0.7)
x₂ = 0.7 + 1.18724
x₂ = 1.88724
second iteration
x₃ = 1.88724 + cot (1.88724)
x₃ = 1.88724 - 0.32744
x₃ = 1.5598
To four decimal places = 1.5598