Answer:
42 - 24 * 36
18*36
and rewrite your answer by yourself
Answer:
im pretty sure the answer is 60
Step-by-step explanation:
6 ten thousands is 60,000
60,000 divided by 1000 is 60
You have to equal out each side to fine the value of the variable.
hope this helped!!!
can u mark me brainliest plz?
F(x)=x⁴-1
f'(x)=4x³
Newton’s Method: x[n+1]=x[n]-f(x[n])/f'(x[n]); x[n+1]=x[n]-(x[n]⁴-1)/4x[n]³
x₁=3.00390625
x₂=2.26215...
x₃=1.7182...
X'=X-(X⁴-1)/4X³=X-X/4+1/4X³ is a symbolic way of writing the recursive formula, where X' represents the next iteration.
When X'≈X, -X/4+1/4X³≈0; so X/4≈1/4X³; X≈1/X³, so X⁴≈1 and X⁴-1≈0. But this is f(x)≈0. Hence Newton’s Method converges to a solution.
The rate of change is x[n+1]-x[n]=-(x[n]⁴-1)/4x[n]³=x[n]/4-1/4x[n]³ or symbolically -X/4+1/4X³.
Note that the method converges to one solution. A different x₀ will possibly converge to the solution x=-1.
Answer:
distance = 5 units
Step-by-step explanation:
In order to solve this problem we can start by plotting the two points you were provided with (see attached picture). This will help us visualize the problem better.
Now, we need to find the distance between those two points, so in order to do so we can use the distance formula:

in this case the x's and y's are given by the given points, since they are written as ordere pairs. And ordered pairs are written in the form (x,y). So for Point C:
C=(-1,4)


and for point D
D=(2.0)


so we can now use those values in our distance formula so we get:




d=5 units.