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
![Copy to Clipboard QuantityVariable["FG%", "Unitless"] == QuantityVariable["FGM", "Unitless"]/QuantityVariable["FGA", "Unitless"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/0d8/0d8dd821-e563-462d-a03b-4e519826abe3/Webpage/FormulaImage.png)
| 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]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
