8 hundred thousands and 1 thousand.
Answer:
Latoya:
cran : lem = 2 1/5 : 1 4/5
= 11/5 : 9/5
= 11 : 9
Lem : total = 9 : 20
Parker:
cran : lem = 2 1/2 : 3 1/2
= 5/2 : 7/2
= 5 : 7
Lem : total = 7 : 12
Step-by-step explanation:
Answer:
Data skewed to the right is usually a result of a lower boundary in a data set (whereas data skewed to the left is a result of a higher boundary). So if the data set's lower bounds are extremely low relative to the rest of the data, this will cause the data to skew right. Another cause of skewness is start-up effects.
Step-by-step explanation:
Answer:
I don't know sorry....
Step-by-step explanation:
I don't know sorry....
Answer:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
Step-by-step explanation:
y" + y' + y = 1
This is a second order nonhomogenous differential equation with constant coefficients.
First, find the roots of the complementary solution.
y" + y' + y = 0
r² + r + 1 = 0
r = [ -1 ± √(1² − 4(1)(1)) ] / 2(1)
r = [ -1 ± √(1 − 4) ] / 2
r = -1/2 ± i√3/2
These roots are complex, so the complementary solution is:
y = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t)
Next, assume the particular solution has the form of the right hand side of the differential equation. In this case, a constant.
y = c
Plug this into the differential equation and use undetermined coefficients to solve:
y" + y' + y = 1
0 + 0 + c = 1
c = 1
So the total solution is:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
To solve for c₁ and c₂, you need to be given initial conditions.