Premises:
The nature of the problem is with respect to TV dimension. I came across this when i was planing fo TV space required to mount onto my Wall.
Question:
How to find width and height of rectangle?
Known Value.
- the ratio of width to height is 16:9.
- the hypotenuse is 42 inch (106.68cm)
It's simpler to solve it formally: let $H$ be the hypotenuse, $h,w$ the height and width, $r$ the ratio $w/h$. Just apply Pythagoras' theorem: $$H^2=h^2+w^2= (1+r^2)h^2,\enspace\text{so }\quad h=\frac H{\sqrt{1+r^2}},\quad w=\frac {Hr}{\sqrt{1+r^2}}.$$