document.write( "Question 963105: The perimeter of a triangular garden is 103 feet. The second side of the garden is twice as long as the first side. The third side of the garden is 5 feet less than 3 times as long as the first side. What are the lengths of the sides of the garden? \n" ); document.write( "
Algebra.Com's Answer #588401 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the first side be x feet. \n" ); document.write( "Then the second side is 2x feet. \n" ); document.write( "Then the third side is (3x-5) feet. \n" ); document.write( "Perimeter=first side+second side+third side \n" ); document.write( "x+2x+(3x-5)=103 \n" ); document.write( "6x=108 \n" ); document.write( "x=18 feet. \n" ); document.write( "2x=36 feet. \n" ); document.write( "3x-5=49 feet. \n" ); document.write( "The sides of the triangle are 18 feet,36 feet and 49 feet. \n" ); document.write( " |