Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Ratio compares a small value to a larger value as each relates to a total value. To calculate a ratio, which is typically expressed using the variable _d_, multiply the smaller value _x_ by the total value _t_, then divide by the larger value _y_.
  2.  
  3. `d = (x * t)/y`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement