Area of circle = πr²
Area of circle = π(4÷2)² = 12.57 cm²
Answer:
french
Step-by-step explanation:
convert both to percentage:
1. spanish:

2.French:

therefore Claire did better in the French test
To solve for an unknown number, you have to keep isolating it till it is all alone:
A=P(1+rt)
(1+rt)=A/P
rt=A/P -1
r=(A/P-1)/t
Answer:
- 6
Step-by-step explanation:
Given
y = 3(x - 1)(x + 2) ← expand factors using FOIL
= 3(x² + x - 2) ← distribute by 3
= 3x² + 3x - 6
To find the y- intercept let x = 0, thus
y = 3(0)² + 3(0) - 6 = 0 + 0 - 6 = - 6
Thus y- intercept = - 6 ⇒ (0, - 6 )
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.