document.write( "Question 1019782: A rectangular garden is 42 feet longer than it is wide its perimeter is 312 feet write a system of linear equations whose solution gives the width and length of the garden use a method of substitution to solve the system \n" ); document.write( "
Algebra.Com's Answer #635761 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the garden's width = 'x' \n" ); document.write( "Length of garden = x + 42 \n" ); document.write( "Perimeter = 2(Width) + 2(Length) \n" ); document.write( "312 = 2(x) + 2(x + 42) \n" ); document.write( "312 = 2x + 2x + 84 \n" ); document.write( "Collect like terms \n" ); document.write( "4x = 312 - 84 \n" ); document.write( "4x = 228 \n" ); document.write( "x = 57 \n" ); document.write( "Width = 57 feet \n" ); document.write( "Length = 99 feet \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |