document.write( "Question 1019828: One side of a triangular lot is 10m less than twice the length of the second side. The third side is 9m shorter than the first. The perimeter of the lot is 61m. How long is the shortest side? \n" ); document.write( "
Algebra.Com's Answer #635757 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the second side = 'x' \n" ); document.write( "First side = 2x - 10 \n" ); document.write( "Third side = 2x - 19 \n" ); document.write( "Perimeter = 61m \n" ); document.write( "x + (2x - 10)+ (2x - 19) = 61 \n" ); document.write( "x + 2x - 10 + 2x - 19 = 61 \n" ); document.write( "Collect like terms \n" ); document.write( "x + 2x + 2x = 61 + 10 + 19 \n" ); document.write( "5x = 90 \n" ); document.write( "x = 18m \n" ); document.write( "First side = 26m \n" ); document.write( "Second side = 18m \n" ); document.write( "Third side = 17m \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |