To the nearest integer, find the maximum area of a quadrilateral with sides 1, 2, 3 and 4.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using Bretschneider's formula, for a quadrilateral with sides a,b,c,d and opposite angles α and γ . The area is given by A = ( s − a ) ( s − b ) ( s − c ) ( s − d ) − a b c d cos 2 2 α + γ where s is the semiperimeter. This is obviously a maximum when cos 2 2 α + γ = 0 . Substituting our values, we get A = ( 5 − 1 ) ( 5 − 2 ) ( 5 − 3 ) ( 5 − 4 ) = 2 4 So, we round to get 5