Menu Close

I-have-a-loop-of-string-of-length-perimeter-p-units-I-want-to-make-a-triangle-of-largest-area-from-the-loop-What-will-be-the-dimensions-of-that-triangle-




Question Number 1592 by Rasheed Soomro last updated on 23/Aug/15
I have a loop of string of length(perimeter)  p units.   I want to make a triangle of largest area from the  loop. What will be the dimensions of that triangle?
Ihavealoopofstringoflength(perimeter)punits.Iwanttomakeatriangleoflargestareafromtheloop.Whatwillbethedimensionsofthattriangle?
Commented by 123456 last updated on 23/Aug/15
x+y+z=p  s=p/2   { ((∣x−y∣≤z≤x+y)),((∣x−z∣≤y≤x+z)),((∣y−z∣≤x≤y+z)) :}  S(x,y,z)=(√(s(s−x)(s−y)(s−z)))
x+y+z=ps=p/2{xy∣⩽zx+yxz∣⩽yx+zyz∣⩽xy+zS(x,y,z)=s(sx)(sy)(sz)
Answered by prakash jain last updated on 10/Dec/15
x=y=z=(p/3)  among all triangle of same perimeter  equilateral triangle has largest area.
x=y=z=p3amongalltriangleofsameperimeterequilateraltrianglehaslargestarea.

Leave a Reply

Your email address will not be published. Required fields are marked *