document.write( "Question 653300: a triangular parking lot has two sides that are the same length and the third side is 5m longer. if the perimeter is 71m, find the lengths of the sides \n" ); document.write( "
Algebra.Com's Answer #408333 by shweta(56)![]() ![]() ![]() You can put this solution on YOUR website! Let the two equal sides of the triangular parking lot be x m \n" ); document.write( "and the third side= x+5 m \n" ); document.write( "Perimeter= 71m \n" ); document.write( "Perimeter,P= x+ x+ x+5 \n" ); document.write( " 71 = 3x+ 5 \n" ); document.write( " 3x= 71-5 \n" ); document.write( " 3x= 66 \n" ); document.write( " x= 66/3 \n" ); document.write( " x=22m \n" ); document.write( "So two equal sides of the parking lot are 22m each and the third side is (22+5)=27 m \n" ); document.write( " |