Step-by-step explanation:
<u>5</u><u>)</u><u> </u>2.4×10^-5 / 4.5×10^-11
- 2.4×10^-5= 0.000024
- 4.5×10^-11= 0.000000000045
=0.000024/0.000000000045
=24/1 × 1,000,000/45
=24,000,000/45
=533,333.33°
=5.33333°×10^5
**NOT SURE ABOUT THIS QUESTION
<u>6</u><u>)</u><u> </u>(4,-2)
<u>7</u><u>)</u> --------
<u>8</u><u>)</u>
- 2x + 3 = 5x - 2
- 2x - 5x = - 2 - 3
- -3x = -5
- x = -5/-3
- x = 1.66°
- 6x + 4 = 6x + 4
- 2 (2x + 3) = 8x - 2
- 4x + 6 = 8x - 2
- 4x - 8x = -2 - 6
- -4x = -8
- x = -8/-4
- x = 2
- -3x + 2 = -3x + 5
Letter be has no solution because it is broken down as "0x = 0"
B. 54
Because 54+13=67
67+54=121
400 should be the answer. Hope this helps!
Answer: x^2 - y ^2 − 1.5x + 1.5y
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.