document.write( "Question 754963: The length of a rectangular garden is 6 more than the width. The area is 27 sq. units. Find the dimensions of the garden using the quadratic formula. \n" ); document.write( "
Algebra.Com's Answer #459424 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = x + 6\r \n" ); document.write( "\n" ); document.write( "x(x + 6) = 27 \n" ); document.write( "x^2 + 6x - 27 = 0 \n" ); document.write( "(x + 9)(x - 3) = 0 \n" ); document.write( "x = -9 (no answer) \n" ); document.write( "x = 3\r \n" ); document.write( "\n" ); document.write( "Length = x + 6 \n" ); document.write( " = 3 + 6 \n" ); document.write( " = 9 units \n" ); document.write( "Width = x \n" ); document.write( " = 3 units \n" ); document.write( "Area = 9 units x 3 units = 27 units^2 \n" ); document.write( "Hope this helps \n" ); document.write( ":-) \n" ); document.write( " |