Basketball True Shooting Percentage
The true shooting percentage is the shooting percentage adjusted for three-pointers and free throws, and measures a player's efficiency at shooting the ball.
True shooting percentage equals half the points scored divided by the sum of the field goals attempted and 0.475 times the free throws attempted.
Formula
![Copy to Clipboard QuantityVariable["TS%", "Unitless"] == (0.5*QuantityVariable["PTS", "Unitless"])/(QuantityVariable["FGA", "Unitless"] + 0.475*QuantityVariable["FTA", "Unitless"])](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/9f1/9f1d4d04-557a-422d-bbe7-ffffb79b63b7/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| TS% | true shooting percentage | "Unitless" |
| FGA | field goals attempted | "Unitless" |
| FTA | free throws attempted | "Unitless" |
| PTS | points scored | "Unitless" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
