Wolfram Computation Meets Knowledge

Words per Page of a Magazine

This formula describes the approximate relationship between pages and words in a magazine.

The number of pages equals the product of the font size, line spacing and the number of words divided by 93,600 times the pagination, or the number of sides of the page that are printed on.

Formula

QuantityVariable["p", "Page"] == (QuantityVariable["f", "Unitless"]*QuantityVariable["spacing", "Unitless"]*QuantityVariable["w", "Word"])/(93600*QuantityVariable["sides", "Unitless"])

symbol description physical quantity
p magazine pages "Page"
f font size "Unitless"
sides sidedness "Unitless"
spacing spacing "Unitless"
w English words "Word"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Words per Page of a Magazine"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Words per Page of a Magazine"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Words per Page of a Magazine"], {QuantityVariable[
   "spacing","Unitless"] -> 2}]
Out[3]=

Publisher Information