Wolfram Computation Meets Knowledge

Meat Defrosting Time in Air

Thawing time is the time to defrost a food item in the refrigerator.

The thawing time takes 1 day per 5 pounds of meat.

Formula

QuantityVariable[Subscript["t", "R"], "Time"] == Quantity[1/5, "Days"/"Pounds"]*QuantityVariable["W", "Mass"]

symbol description physical quantity
tR thawing time in a refrigerator "Time"
W weight of meat "Mass"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Meat Defrosting Time in Air"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Meat Defrosting Time in Air"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Meat Defrosting Time in Air"], {QuantityVariable[
\!\(\*SubscriptBox[\("t"\), \("R"\)]\),"Time"] -> 
   Quantity[2, "Days"]}]
Out[3]=

Publisher Information