Answer:
$3
Step-by-step explanation:
Started with $20 Sold for $24 Bought it for $25 Then sold it for $28
so, $24 -$20= so she made $4.
then she bought it for $25-$24= so she only made $1
Finally she sold it for $28-$25 so she made a total of $3
Answer:
x-intercept: (6,0), (3,0)
Step-by-step explanation:
I graphed the equation and cannot upload the picture of it
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
The second one because you times the exponents together
Answer:
c. [1.771;4.245] feet
Step-by-step explanation:
Hello!
The variable of interest is
X: height of a student at UH
X~N(μ;σ²)
You have to estimate the population standard deviation using a 95% confidence interval.
The statistic to use for the interval is a student Chi-Square with n-1 degrees of freedom. First you have to calculate the CI for the population variance:
![[\frac{(n-1)S^2}{X^2_{n-1;1-\alpha /2}} ;\frac{(n-1)S^2}{X^2_{n-1;\alpha /2}} ]](https://tex.z-dn.net/?f=%5B%5Cfrac%7B%28n-1%29S%5E2%7D%7BX%5E2_%7Bn-1%3B1-%5Calpha%20%2F2%7D%7D%20%3B%5Cfrac%7B%28n-1%29S%5E2%7D%7BX%5E2_%7Bn-1%3B%5Calpha%20%2F2%7D%7D%20%5D)


n=12
S= 2.5
![[\frac{11*6.25}{21.920} ;\frac{11*6.25}{3.816}} ]](https://tex.z-dn.net/?f=%5B%5Cfrac%7B11%2A6.25%7D%7B21.920%7D%20%3B%5Cfrac%7B11%2A6.25%7D%7B3.816%7D%7D%20%5D)
[3.136; 18.016] feet²
Then you calculate the square root of both limits to get the CI for the population standard deviation:
[√3.136; √18.016]
[1.771;4.245] feet
I hope this helps!