document.write( "Question 318424: A triangle has a perimeter of 24 feet. The shortest side is 4 feet shorter than the longest side, and the sum of the shortest and longest sides is equal to twice the length of the other side. What are the lengths of the three sides of this triangle? \n" ); document.write( "
Algebra.Com's Answer #227918 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x-4+x+.5(2x-4)=24 \n" ); document.write( "x-4+x+x-2=24 \n" ); document.write( "3x=30 \n" ); document.write( "x=10 ft \n" ); document.write( "x-4=6 ft \n" ); document.write( ".5(2x-4)=8 ft \n" ); document.write( " |