4 x 5 x 5 is 100 if u distribute
Now 5 + 5 x 4 is 25
Answer:
4 t - 7 = 2 t+ 13 is the required equation.
The number of race medals Tara has is t = 20 medals.
Step-by-step explanation:
Let the number of medals Tara has = t medals
So, the number of medal Anita has = 4( Medals of Tara) - 7
= 4t - 7
And the number of medals Gary has = 2 times (Medals of Tara) + 13
= 2(t) + 13 = 2t + 13
Now, Annita and Gary has same number of medals.
⇒ 4t - 7 = 2t+ 13
or, 4t - 2t = 7 + 13
⇒ 2t = 20
⇒ t = 20/2 = 10
or t = 10
Hence, the number of race medals Tara has is t = 20 medals
The answer is C. 4x^5 + 3 + 2/x^5
Problem 1
Answer: Closer to 1
Explanation:
There are 20 gumballs total. Half of this is 20/2 = 10 gumballs. If there's more than 10 of one color, then the probability of getting that color is closer to 1, than it is to 0. Here we have 12 pink which is greater than 10, so that's why the answer is closer to 1.
================================================
Problem 2
Answer: Closer to 0
Explanation:
The amount of green (3) is less than 10, so that's why the probability is closer to 0 than it is to 1. We can see that 3/20 = 0.15 is less than 0.50
================================================
Problem 3
Answer: Closer to 0
Explanation:
We have a similar situation compared to problem 2. This time we have 5/20 = 0.25 which is less than 0.50
================================================
Problem 4
Answer: 48% chance; fairly likely
Explanation:
We have 12 green out of 25 total, so the probability of choosing green is 12/25 = 0.48 = 48%. While this probability is not over 50%, I still say it's fairly likely considering the other colors lead to smaller probabilities. For instance, purple has a chance of 6/25 = 0.24 = 24% and orange has a probability of 2/25 = 0.04 = 4%, both of which are smaller than 48%
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