Wolfram Computation Meets Knowledge

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

{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)}

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]:=
ResourceObject["Turkey Cooking Time"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Turkey Cooking Time"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Turkey Cooking Time"], {QuantityVariable["t","Time"] -> None}]
Out[3]=

Publisher Information