Two sides of a triangle are 5 and 6. Find the maximum possible area of the triangle and round it off to nearest integer.
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.
Use latex please
Log in to reply
A r ( Δ ) = 2 1 a b sin θ = 1 5 sin θ ( A r ( Δ ) ) m a x = 1 5 { a t θ = 9 0 o }
I just used 5 and 6 as the Base and the Height in
still got the right answer but could someone explain... I don't really get me sometimes
Area of any triangle can be given as 2 1 a b sin C . Because ∣ sin x ∣ ≤ 1 . The maximum area occurs when sin x = 1 which means the angle C is a right angle, so you're left with 2 1 a b .
I did the same thing haha.
Problem Loading...
Note Loading...
Set Loading...
Area of a triangle can be expressed as - [absin(x)]/2 {half of the product of the sides and the sine of angle between them} . So in this case a=5 and b=6, which are constant, only the angle between them can change thus area of the triangle would be maximum for maximum value of sinx , which is = 1. So the area woul be equal to (5)(6)/2 which is equal to 15 !!!