Answer:
About 50, 50
Step-by-step explanation:
is there a picture or something there isnt much context
The cost per day is $65 per day, the total cost for 8days will be:
8×65
=520
suppose that E is the number of miles she can drive without exceeding $600.
Thus
0.24×E+520=600
hence solving for E we get
0.24E=600-520
0.24E=80
hence
E=80/0.24
E=333.3333
E~333
1) 0.095
2)0.1875
3)0.3
4)0.21875
5)0.133
6)0.66
7) 0.6
8)0.375
Answer:
The number of movies purchased is 5
Step-by-step explanation:
40.00 + 3.50 = 43.50
43.50 + 3.50 = 47.00
47.00 + 3.50 = 50.50
50.50 + 3.50 = 54.00
54.00 + 3.50 = 57.50
so if you add 3.50 to 40, 5 times you'll get 57.50
Hope it helped
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.