Wolfram Computation Meets Knowledge

Meat Defrosting Time in Water

Thawing time is the time to defrost a food item in a cold-water bath.

The thawing time takes a half-hour per pound of meat.

Formula

QuantityVariable[Subscript["t", "CW"], "Time"] == Quantity[30, "Minutes"/"Pounds"]*QuantityVariable["W", "Mass"]

symbol description physical quantity
tCW thawing time in a cold-water bath "Time"
W weight of meat "Mass"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Meat Defrosting Time in Water"], {QuantityVariable["W","Mass"] -> 
   Quantity[10, "Pounds"]}]
Out[3]=

Publisher Information