document.write( "Question 341276: The longest side of a triangle is twice as long as the shortest side and the remaining side is 25. If the perimeter is 70, find the lengths of the sides of the triangle. \n" ); document.write( "
Algebra.Com's Answer #244391 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let L=longest, s=shortest, m=remaining side's length. \n" ); document.write( "L=2s \n" ); document.write( "m=25 \n" ); document.write( "s+2s+25=70 \n" ); document.write( "3s+25=70 \n" ); document.write( "3s=45 \n" ); document.write( "s=15 \n" ); document.write( "L=30 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |