document.write( "Question 1013829: the second side of a triangle is 3 times the first side. the third side is 2 and a half times the first side. the perimeter is 60 feet, find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #630132 by ikleyn(52779)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "the second side of a triangle is 3 times the first side. the third side is 2 and a half times the first side.
\n" ); document.write( "the perimeter is 60 feet, find the length of each side.
\n" ); document.write( "----------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let a be the length of the 1-st side,\r\n" );
document.write( "    b be that of the 2-nd side,\r\n" );
document.write( "    c be that of the third side.\r\n" );
document.write( "\r\n" );
document.write( "From the condition, b = 3a, c = 2.5a, and you have an equation\r\n" );
document.write( "\r\n" );
document.write( "a + b + c = p,   or\r\n" );
document.write( "\r\n" );
document.write( "a + 3a + 2.5a = 60,   or\r\n" );
document.write( "\r\n" );
document.write( "6.5a = 60.\r\n" );
document.write( "\r\n" );
document.write( "Hence, a = \"60%2F6.5\" 9.231 ft.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );