Answer:
D, 312 CM.
Step-by-step explanation:
DE/C = 60/360 = 1/6
Cross-multiplying
C = 6DE = 6 x 52 = 312 CM
You should get a hoodie. Thx for free points lol
The probability that a randomly selected student is in music/drama is 25%
<h3>How to determine the probability?</h3>
From the table, we have the following values
Music/Drama = 7 + 13 + 5 = 25
Total = (20 + 20 + 25 + 7 + 13 + 5 + 3 + 2 + 5) = 100
The probability is then calculated as:
P = Music/Drama / Total
So, we have:
P = 25/100
Express as percentage
P = 25%
Hence, the probability that a randomly selected student is in music/drama is 25%
Read more about probability at:
brainly.com/question/251701
#SPJ1
Answer:
this is my alt, btw. I'm taking these points back from myself before they get stolen
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.