Turkey Cooking Time
The turkey cooking time is the time needed to properly cook a turkey.
The cooking time is proportional to the turkey weight to the 2/3 power. Adding stuffing adds 30 minutes to the cooking time.
Formula
![Copy to Clipboard {QuantityVariable["t", "Time"] == (Quantity[1/20, "Pounds"^(-1)]*QuantityVariable["W", "Mass"])^(2/3), QuantityVariable[Subscript["t", "stuffing"], "Time"] == Quantity[30, "Minutes"] + (Quantity[1/20, "Pounds"^(-1)]*QuantityVariable["W", "Mass"])^(2/3)}](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/699/6993cf75-8b23-456f-8297-4832d4841ad1/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| t | cooking time | "Time" |
| W | turkey weight | "Mass" |
| tstuffing | cooking time with stuffing | "Time" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= | ![]() |
Use some values:
| In[3]:= |
| Out[3]= | ![]() |


