I think it's D but I'm not %100 sure
The roasting time for a 12 pound turkey is 3 hours
Answer: The required solution is

Step-by-step explanation: We are given to solve the following differential equation :

Let us consider that
be an auxiliary solution of equation (i).
Then, we have

Substituting these values in equation (i), we get
![m^2e^{mt}+10me^{mt}+25e^{mt}=0\\\\\Rightarrow (m^2+10y+25)e^{mt}=0\\\\\Rightarrow m^2+10m+25=0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[\textup{since }e^{mt}\neq0]\\\\\Rightarrow m^2+2\times m\times5+5^2=0\\\\\Rightarrow (m+5)^2=0\\\\\Rightarrow m=-5,-5.](https://tex.z-dn.net/?f=m%5E2e%5E%7Bmt%7D%2B10me%5E%7Bmt%7D%2B25e%5E%7Bmt%7D%3D0%5C%5C%5C%5C%5CRightarrow%20%28m%5E2%2B10y%2B25%29e%5E%7Bmt%7D%3D0%5C%5C%5C%5C%5CRightarrow%20m%5E2%2B10m%2B25%3D0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%5B%5Ctextup%7Bsince%20%7De%5E%7Bmt%7D%5Cneq0%5D%5C%5C%5C%5C%5CRightarrow%20m%5E2%2B2%5Ctimes%20m%5Ctimes5%2B5%5E2%3D0%5C%5C%5C%5C%5CRightarrow%20%28m%2B5%29%5E2%3D0%5C%5C%5C%5C%5CRightarrow%20m%3D-5%2C-5.)
So, the general solution of the given equation is

Differentiating with respect to t, we get

According to the given conditions, we have

and

Thus, the required solution is

Answer:
years worked: 14
at least 10 years: 73%
Step-by-step explanation:
The mean is found by adding the years of service and dividing by the number of employees. The total years of service is 417, so the average is ...
average years worked = 417/30 = 13.9 ≈ 14 . . . years
__
The percentage of employees that have worked there at least 10 years is found by counting the number with 10 or more years of service and dividing that count by the total number of employees. The result is then expressed as a percentage.
(10 years or over)/(total number) = 22/30 = 0.73_3 (a repeating decimal) ≈ 73%
_____
Comment on the working
A spreadsheet can be helpful for this. It has a function that can calculate the mean for you. Sorting the years of service into order can make it trivially easy to count the number that are 10 or more, or you can write a function that will do the count for you. (Also, less than 10 means the years are a single digit. There are 8 single-digit numbers in your list.) The hard part is copying 30 numbers without error.