views:

31

answers:

1

I have a width: 240 I have aspect ratio: 2.40 I need to get the height based on those two variables. What's the formula?

A: 

definition of the ratio : ratio = width / height

=> height = width / ratio = 240 / 2.40 = 100

darma