Wolfram Computation Meets Knowledge

Words per Page of a Screenplay

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

The number of pages equals the number of words divided by 200.

Formula

QuantityVariable["p", "Page"] == QuantityVariable["w", "Word"]/200

symbol description physical quantity
p screenplay pages "Page"
w English words "Word"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Words per Page of a Screenplay"], {QuantityVariable["w","Word"] -> 
   Quantity[3000, IndependentUnit["words"]]}]
Out[3]=

Publisher Information