The answer to this question is B. 105
Step-by-step explanation:
2(10)+2(x+4)
20 + 2x + 8
20 +8 +2x
28+2x
Pi is defined as the ratio of the circumference of any circle to its diameter. As all circles are similar and therefore proportional in dimensions, pi is therefore always the same for all circles and is constant
The first step in solving this problem is taking 2 and 3 and multiplying them (2 * 3 = 6) .
Now, for the second step, we will cube it. Since there are 2 numbers, we are going to use the 2nd root (2sqrt(6)) This will give us: 4.89897948557 or 5 if you would round it. This would be the Geometric Mean.
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