document.write( "Question 813742: Express the area A of an equilateral triangle as a function of the perimeter P. \r
\n" ); document.write( "\n" ); document.write( "Please show step by step. I've been trying to figure this out for hours. Thanks in advance!
\n" ); document.write( "

Algebra.Com's Answer #489913 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the side of the triangle be s\r
\n" ); document.write( "\n" ); document.write( "perimeter p= 3s\r
\n" ); document.write( "\n" ); document.write( "s=(p/3)\r
\n" ); document.write( "\n" ); document.write( "Area = \"%28sqrt%283%29%2F4%29+%2A+s%5E2\"\r
\n" ); document.write( "\n" ); document.write( "= \"%28sqrt%283%29%2F4%29%2A%28p%2F3%29%5E2\"\r
\n" ); document.write( "\n" ); document.write( "= \"%28sqrt%283%29%2F4%29%2A%28p%5E2%2F9%29\"\r
\n" ); document.write( "\n" ); document.write( "= \"p%5E2%2F%2812sqrt%283%29%29\"
\n" ); document.write( "
\n" );