Wolfram Computation Meets Knowledge

Turkey Frying Time

The turkey frying time is the time needed to properly fry a turkey.

The frying time is proportional to the turkey weight.

Formula

QuantityVariable["t", "Time"] == Quantity[3.5, "Minutes"/"Pounds"]*QuantityVariable["W", "Mass"]

symbol description physical quantity
t frying time "Time"
W turkey weight "Mass"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Turkey Frying Time"]
Out[1]=

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Turkey Frying Time"], {QuantityVariable["t","Time"] -> 
   Quantity[42, "Minutes"]}]
Out[3]=

Publisher Information