A corpse was discovered in a motel room at midnight and uts temperature was 82°F. The temperature dropped to 80.5°F two hours later. Given k is a constant for the object in question, S is the surrounding temperature, t represents the time and theta(of time) is the temperature at the given time, Newton's Law of Cooling states:

K(t1-t2)=-ln((theta)(t1)-S)/((theta)(t2)-S)
Find the time of death to the nearest minute
Find a function that graphs hours since death as a function of body temperature.
Thanks ahead of time!

To find the time of death, we can use Newton's Law of Cooling equation and solve for time (t).

Given:
- Initial temperature (θ1): 82°F
- Temperature after 2 hours (θ2): 80.5°F
- Surrounding temperature (S): unknown
- Constant (k): unknown

First, let's rewrite the equation in terms of the given variables:

k(t1 - t2) = -ln((θ1 - S)/(θ2 - S))

To solve for the surrounding temperature (S) and the constant (k), we need another data point. Without that information, it is not possible to determine the specific time of death.

However, we can still proceed to find a function that graphs hours since death as a function of body temperature. We'll assume a surrounding temperature of 98.6°F (normal human body temperature).

Using the given data, we can find the value of the constant (k):

k(t1 - t2) = -ln((θ1 - S)/(θ2 - S))

k(0 - 2) = -ln((82 - 98.6)/(80.5 - 98.6))

-2k = -ln(-16.6/-18.1)

2k = ln(16.6/18.1)

k = ln(16.6/18.1)/2

Now, we can write the equation for hours since death (H) as a function of body temperature (T), assuming the body temperature drops from 98.6°F (normal) to θ over time:

H(T) = -ln((T - S)/(θ - S))/(2k)

Note: Keep in mind that this equation is an approximation and assumes constant surrounding temperature.

Please provide the value of the desired body temperature (θ) to proceed with solving for hours since death.

To find the time of death to the nearest minute, we can use Newton's Law of Cooling. Let's assume t1 is the time when the corpse was discovered (midnight) and t2 is the time that is two hours later.

Given:
- t1 = 0 hours
- t2 = 2 hours
- theta(t1) = 82°F (temperature at midnight)
- theta(t2) = 80.5°F (temperature two hours later)
- S (surrounding temperature) is unknown
- k (constant) is unknown

Using Newton's Law of Cooling, we have:

K(t1 - t2) = -ln((theta(t1) - S) / (theta(t2) - S))

Plugging in the known values:

K(0 - 2) = -ln((82 - S) / (80.5 - S))

Simplifying:

-2K = -ln((82 - S) / (80.5 - S))

Now, we need to solve for S (the surrounding temperature). To do that, we'll need to know the value of the constant K.

Without additional information or data, we won't be able to find the exact value of the constant K. However, we can proceed with an example to demonstrate how to find the function graphing hours since death as a function of body temperature.

Let's assume K = 0.03 (purely hypothetical for demonstration purposes). By rearranging the equation, we can solve for S:

ln((82 - S) / (80.5 - S)) = 2K

ln((82 - S) / (80.5 - S)) = 2*0.03

ln((82 - S) / (80.5 - S)) = 0.06

Now, exponentiate both sides of the equation:

(e^ln((82 - S) / (80.5 - S))) = e^0.06

(82 - S) / (80.5 - S) = e^0.06

Cross-multiply and solve for S:

(82 - S) = e^0.06 * (80.5 - S)

82 - S = 80.5e^0.06 - Se^0.06

S - Se^0.06 = 82 - 80.5e^0.06

Factoring out S:

S(1 - e^0.06) = 82 - 80.5e^0.06

S = (82 - 80.5e^0.06) / (1 - e^0.06)

Now, we have the value of S (the surrounding temperature), assuming K = 0.03. You can plug in different values of K, determine S, and proceed accordingly to find the time of death and create a function graphing hours since death as a function of body temperature.