Wolfram Computation Meets Knowledge

Basketball Field Goal Percentage

Field goal percentage in basketball is the ratio of field goals made to field goals attempted.

Field goal percentage is the field goals made divided by field goals attempted.

Formula

QuantityVariable["FG%", "Unitless"] == QuantityVariable["FGM", "Unitless"]/QuantityVariable["FGA", "Unitless"]

symbol description physical quantity
FG% field goal percentage "Unitless"
FGA field goals attempted "Unitless"
FGM field goals made "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Basketball Field Goal Percentage"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Basketball Field Goal Percentage"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Basketball Field Goal Percentage"], {QuantityVariable[
   "FGM","Unitless"] -> 15}]
Out[3]=

Publisher Information