just divide 200 until u get 25 i think but idk the second one
Answer:
It can be a square!
Step-by-step explanation:
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.
<span>The bacteria in a certain culture double every 7.1 hours.
The culture has 6,500 bacteria at the start. How much after 4 hrs
:
Using the formula: A = Ao*2^(t/d) where
A = amt after t time
Ao = initial amt (t=0)
t = time of action
d = doubling time of the bacteria
;
A = 6500*2^(4/7.1)
A = 6500 * 1.4777
A = 9605 bacteria after 4 hrs</span>