Wolfram Computation Meets Knowledge

Words per Page of a Book

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

The number of pages equals the product of the font size, line spacing and the number of words divided by 36,000 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"])/(36000*QuantityVariable["sides", "Unitless"])

symbol description physical quantity
p book 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 Book"]
Out[1]=

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Words per Page of a Book"], {QuantityVariable["f","Unitless"] -> 
   12, QuantityVariable["spacing","Unitless"] -> 1.5`, 
  QuantityVariable["sides","Unitless"] -> 2, 
  QuantityVariable["w","Word"] -> 
   Quantity[3000, IndependentUnit["words"]]}]
Out[3]=

Publisher Information