document.write( "Question 1124893: One side of triangle is 5 more than 2 times the shortest side. The third side is 11 feet more than the shortest side. The perimeter is 60. Find all three sides. \n" ); document.write( "
Algebra.Com's Answer #741173 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! shortest side=s \n" ); document.write( "another side is 2s+5 \n" ); document.write( "third side is s+11 \n" ); document.write( "They add to 60 \n" ); document.write( "4s+16=60 \n" ); document.write( "4s=44 \n" ); document.write( "s=11 ft shortest side \n" ); document.write( "2s+5=27 ft another side \n" ); document.write( "s+11=22 ft third side \n" ); document.write( " |