A bit of pythagoras and some algebra,,,,,
BIG assumpton - the pixels are square - horizontal and vertical dpi is the same (anyone know otherwise?)
Width of display in pixels = 1680
Height of display in pxiels = 1050
Diagonal of display in pixels = SQRT (Width^2+Height^2)
<plug in the numbers...> = 1981 (this is not the same as counting the dots diagonally on the actual display)
Therefore, if the diagonal is 20 inches, the dpi for the display must be = 1981/20 (99) which must also equal the horizontal + vertical dpi
Put another way, diagonal dpi = 1680/(width in inches) = 1050/(height in inches)
Therefore Width in inches = (1680/1981)*20 = 16.9 inches
and height = (1050/1981)*20 = 10.6 inches
Can anyone confirm this by measuring?
{Practical PeteWK beat me to it...but it does match!]