document.write( "Question 804546: Thanks in advance to whoever helps me. \r
\n" );
document.write( "\n" );
document.write( "The question is, The area of an equilateral triangle is 1 mile^2. Find its side length.\r
\n" );
document.write( "\n" );
document.write( "I have tried solving for h from A=1/2bh but end up with answers like 1=1. I feel like this should be very simple but for some reason it is just not clicking with me.
\n" );
document.write( "Thank for any help! \n" );
document.write( "
Algebra.Com's Answer #484824 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of an equilateral triangle is 1 mile^2. Find its side length. \n" ); document.write( "------------- \n" ); document.write( "Side length = s \n" ); document.write( "h = (s/2)/cos(60) \n" ); document.write( "or h = sqrt(s^2 - (s/2)^2) \n" ); document.write( "Either way, h = s*sqrt(3)/2 \n" ); document.write( "---- \n" ); document.write( "Area = b*h/2 \n" ); document.write( "= s*s*sqrt(3)/4 = 1 \n" ); document.write( "s^2 = 4/sqrt(3) \n" ); document.write( " \n" ); document.write( "s =~ 1.51937 miles \n" ); document.write( " |