The awnser to this problem is either 12 or 7 by using multiplication or addition
Answer:
Step-by-step explanation:
3x +2y = 13 -----------------(i)
x + 2y = 7 ----------------(ii)
Multiply the equation (ii) by (-1) and then add.
(i) 3x + 2y = 13
(ii)*(-1) <u>-x - 2y = -7 </u> {Now, add and y will be eliminated}
2x = 6
x = 6/2
x = 3
Plug in x = 3 in equation (i)
3*3 + 2y = 13
9 + 2y = 13
2y= 13 - 9
2y = 4
y = 4/2
y = 2
The mode is 3. Mode- the number that appears the most. 3 appears the most out of the set of numbers
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
Answer:
F(x) = 16
Step-by-step explanation:
F = 2. We find the value of -5x by inputting the value of the function into the x value.
F(x) = -5(2) + 6
F(x) = 10 + 6
F(x) = 16