The answer is 18 beacause 6+6+2+4=18
Answer:
C
Step-by-step explanation:
Mean is the average. To find mean, add all the numbers in a data set, then divide by the number of values.
Example: 1,2,3,4,5
Mean: 1+2+3+4+5= 15
Number of values: 5
15/5 = 3
Mean is 3
Answer:
x = 1 , y = 1 and z = 0
Step-by-step explanation:
-2x+2y+3z=0 ------(1)
-2x-y+z=-3 --------(2)
2x+3y+3z=5 ---------(3)
<u>To find the values of x,y and z</u>
(3) - (2)⇒ 2y + 4z = 2
y + 2z = 1 --------(4)
(1) - (2)⇒ 3y +2z =3 ---(5)
(5) - (4)⇒ 2y = 2
y = 1
Substituting the value of y in (4) we get z =0
Substituting the value of y and z in (1) we get x = 1
Therefore x = 1 , y = 1 and z = 0
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