Wolfram Computation Meets Knowledge

Word Rate

The word rate is the speed at which words are written.

The number of words written equals the rate at which the words are written times the time spent writing.

Formula

QuantityVariable["w", "Word"] == QuantityVariable["T", "Time"]*QuantityVariable["wpt", "WordRate"]

symbol description physical quantity
w English words "Word"
T time "Time"
wpt word rate "WordRate"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Word Rate"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Word Rate"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Word Rate"], {QuantityVariable["T","Time"] -> 
   Quantity[1, "Hours"]}]
Out[3]=

Publisher Information