document.write( "Question 31337This question is from textbook Mathematics A
\n" );
document.write( ": in a rectangular garden whose area is 24 Square centimeters, the length is 5 centimeters more than the width. find the dimensions of the garden. \n" );
document.write( "
Algebra.Com's Answer #18024 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the width by \"x\". \n" ); document.write( "Then the length is \"x+5\" \n" ); document.write( "Area = (width)(length)=24 sq. cm. \n" ); document.write( "EQUATION: \n" ); document.write( "x(x+5)=24 \n" ); document.write( "x^2+5x-24=0 \n" ); document.write( "(x+8)(x-3)=0 \n" ); document.write( "x=-8 or x=3 \n" ); document.write( "Width cannot be negative, so x=width = 3cm \n" ); document.write( "x+5= length = 8 cm. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |