Answer:
red apples
Step-by-step explanation:
1 lb of green apples is 1.5
1 lb of red apples is 2
Answer:
Step-by-step explanation:
The formula for determining simple interest is expressed as
I = PRT/100
Where
P represents the principal or initial amount invested.
R represents the interest rate.
T represents duration of the investment in years
From the information given,
P = $750
R = 5%
T = y years
I = the total return of Bond 1 - principal
I = 1000 - 750 = $250
Therefore,
250 = (750 × 5 × y)/100
250 = 37.5y
y = 250/37.5
y = 6.7 years
Answer:
The two iterations of f(x) = 1.5598
Step-by-step explanation:
If we apply Newton's iterations method, we get a new guess of a zero of a function, f(x), xₙ₊₁, using a previous guess of, xₙ.
xₙ₊₁ = xₙ - f(xₙ) / f'(xₙ)
Given;
f(xₙ) = cos x, then f'(xₙ) = - sin x
cos x / - sin x = -cot x
substitute in "-cot x" into the equation
xₙ₊₁ = xₙ - (- cot x)
xₙ₊₁ = xₙ + cot x
x₁ = 0.7
first iteration
x₂ = 0.7 + cot (0.7)
x₂ = 0.7 + 1.18724
x₂ = 1.88724
second iteration
x₃ = 1.88724 + cot (1.88724)
x₃ = 1.88724 - 0.32744
x₃ = 1.5598
To four decimal places = 1.5598