Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
560
4
avatar

Estimate the number of minutes that it will take the coffee temperature to reach 100 degrees if the degrees continues to drop 4% each minute

 Aug 20, 2014

Best Answer 

 #4
avatar+33654 
+10

After 1 minute the temperature will be 0.96*150

After 2 minutes the temperature will be 0.962*150

After 3 minutes the temperature will be 0.963*150

...

After t minutes the temperature will be 0.96t*150

What is t when the temperature is 100?

0.96t*150 = 100

Take logs of both sides

log(0.96t)+log(150) = log(100)

t*log(0.96) = log(100)-log(150) = log(100/150) = log(2/3)

t = log(2/3)/log(0.96)

t=log10(23)log10(0.96)t=9.9325158624226383

t ≈ 9.93 minutes

 Aug 20, 2014
 #1
avatar+3454 
0

I think we need to know what temperature the coffee is at presently.

 Aug 20, 2014
 #2
avatar
0

I forgot to put that in there.  The starting temp is 150 degrees

 Aug 20, 2014
 #3
avatar+3454 
0

This is a little beyond me. I have an idea how to solve it but I'd rather you have someone who is familiar with questions like these to solve this for you. :)

 Aug 20, 2014
 #4
avatar+33654 
+10
Best Answer

After 1 minute the temperature will be 0.96*150

After 2 minutes the temperature will be 0.962*150

After 3 minutes the temperature will be 0.963*150

...

After t minutes the temperature will be 0.96t*150

What is t when the temperature is 100?

0.96t*150 = 100

Take logs of both sides

log(0.96t)+log(150) = log(100)

t*log(0.96) = log(100)-log(150) = log(100/150) = log(2/3)

t = log(2/3)/log(0.96)

t=log10(23)log10(0.96)t=9.9325158624226383

t ≈ 9.93 minutes

Alan Aug 20, 2014

1 Online Users

avatar