Math, asked by sarthakpratapsinghch, 9 months ago

If the area of a triangle is given and its ratio of perimeter is given how to find perimeter

Answers

Answered by Anonymous
4
 <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> Body{ background-color: black; font-family: cursive; } .glow{ font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow{ from{ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } } </style> </head > <body> <h1 class="glow">Gurpreet</h1> </body> </html>
Answered by Nitya4500
0

Answer:

Suppose the area given is A square units, and the ratio of sides are a:b:c

The length of the original sides will be ax,bx,cx where x is a scalar multiple.

Semi perimeter, s=ax+bx+cx2=(a+b+c)x2

Now, apply Herron’s formula….

AA216A2x=s(s−ax)(s−bx)(s−cx)−−−−−−−−−−−−−−−−−−−−√=s(s−ax)(s−bx)(s−cx)=(a+b+c)x2⋅(a+b−c)x2⋅(b+c−a)x2⋅(c+a−b)x2=(a+b+c)(a+b−c)(b+c−a)(c+a−b)x4=2A−−√(a+b+c)(a+b−c)(b+c−a)(c+a−b)−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−√4

Perform the calculation

P=(a+b+c)x

and using the value found for x completes the solution.

Similar questions