Answer:
The bench costs $350
Step-by-step explanation:
et the cost of the bench = x
the cost of the garden table = x + 94
x + (x + 94) = 794
2x + 94 = 794
2x = 700
x = 350
The bench costs $350 and the garden table costs 350 + 94 = $444
(4,-2)(5,0)
slope(m) = (0 - (-2) / (5 - 4) = 2/1 = 2
there is going to be 2 possible answers...
y - y1 = m(x - x1)
now we sub
using points (4,-2)..... y -(-2) = 2(x - 4) =
y + 2 = 2(x - 4) <==
using points (5,0)....y - 0 = 2(x - 5) <==
I’m not 100% sure but isn’t it x2 +xy +y2?
125/200= 0.625 cents
0.625 cents to the nearest cent= 0.63
The unit rate is 0.63 miles.
Hope this helps!
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.