document.write( "Question 1031929: The longest side of a triangular sail is 9m long the second side is 1.5m shorter than the longest side the third side is half the length of the longest side what is the perimeter \n" ); document.write( "
Algebra.Com's Answer #646623 by gargituli(2)\"\" \"About 
You can put this solution on YOUR website!
longest side is 9m
\n" ); document.write( "second side is 1.5m shorter than longest side. so length of 2nd side = (9-1.5)m = 7.5m
\n" ); document.write( "3rd side is 1/2 of the longest side . so length of 3rd side = 1/2 * 9m = 4.5m
\n" ); document.write( "thus, perimeter of the triangle = sum of 3 sides = 9+7.5+4.5 = 21 m
\n" ); document.write( "
\n" );