document.write( "Question 933540: What is the length of each side if a square has the same perimeter as a equilateral triangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566864 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the length of each side if a square has the same perimeter as a equilateral triangle \n" ); document.write( "let x=side of square \n" ); document.write( "let y=side of equalateral triangle \n" ); document.write( "4x=3y \n" ); document.write( "x=3y/4, that is, side of square is 3/4 the length of the equalateral riangle. \n" ); document.write( " |