document.write( "Question 993608: Sue is planning to haveI rectangular flower Garden next and will enclose it with 54 feet of fencing. She decides that the length of her garden will be 1 foot less then three times the width. What will be the dimensions of her garden \n" ); document.write( "
Algebra.Com's Answer #612827 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make width = 'x' \n" ); document.write( "Length = 3x - 1 \n" ); document.write( "Perimeter = 54 feet \n" ); document.write( "Perimeter = 2 x Width + 2 x Length \n" ); document.write( "54 = 2(x) + 2(3x - 1) \n" ); document.write( "54 = 2x + 6x - 2 \n" ); document.write( "Collect like terms. \n" ); document.write( "2x + 6x = 54 + 2 \n" ); document.write( "8x = 56 \n" ); document.write( "x = 7 \n" ); document.write( "Width = 7 feet \n" ); document.write( "Length = 20 feet. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |