document.write( "Question 664238: the length of a rectangular garden is 6m greater than the width. the area is 72m^2. find the dimensions of the garden \n" ); document.write( "
Algebra.Com's Answer #413194 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x m \n" ); document.write( "length = x+6 m\r \n" ); document.write( "\n" ); document.write( "area = L* W\r \n" ); document.write( "\n" ); document.write( "x(x+6) = 72\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+12)(x-6)=0\r \n" ); document.write( "\n" ); document.write( "so x= -12 OR 6\r \n" ); document.write( "\n" ); document.write( "Width cannot be negative\r \n" ); document.write( "\n" ); document.write( "There fore width = 6 m\r \n" ); document.write( "\n" ); document.write( "length = x+6 -------> 6+6=12m \n" ); document.write( " |