document.write( "Question 445243: The area of a rectangular garden is 80 square feet. If the length of the garden is 10 feet, what is the width?\r
\n" );
document.write( "\n" );
document.write( "I had trouble finding the width and the only options were 70 feet, 30 feet, 8 feet and 4 feet.\r
\n" );
document.write( "\n" );
document.write( "Thank you! :) \n" );
document.write( "
Algebra.Com's Answer #306771 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Well it is 8 feet as 8 times 10 equals 80. \n" ); document.write( "... \n" ); document.write( "Let x ft be the width of the garden. \n" ); document.write( "... \n" ); document.write( "A=l*w \n" ); document.write( "80=10*x \n" ); document.write( "x=80/10 \n" ); document.write( "x=8 \n" ); document.write( "... \n" ); document.write( "Therefore the width of the garden is 8 ft. \n" ); document.write( " |