document.write( "Question 141832: A small area in front of a building is triangular in shape. The perimeter of the triangle is 37 meters. The second side is one-half of the first side in length. The third side is 3 meters less than the first side. Find the length in meters of each side of the triangular region. \n" ); document.write( "
Algebra.Com's Answer #103341 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! LET X=THE FIRST SIDE \n" ); document.write( "X/2=THE SECOND SIDE. \n" ); document.write( "X-3=THE THIRD SIDE. \n" ); document.write( "X+X/2+X-3=37 \n" ); document.write( "2.5X=37+3 \n" ); document.write( "2.5X=40 \n" ); document.write( "X=40/2.5 \n" ); document.write( "X=16 ANSWER FOR THE FIRST SIDE. \n" ); document.write( "16/2=8 FOR THE SECOND SIDE. \n" ); document.write( "16-3=13 FOR THE THIRD SIDE. \n" ); document.write( "PROOF: \n" ); document.write( "16+8+13=37 \n" ); document.write( "37=37 \n" ); document.write( " \n" ); document.write( " |