document.write( "Question 313262: Write an equation and solve. \r
\n" );
document.write( "\n" );
document.write( "The width of Henry's pool is 8 yards less than its length. If the area of the pool is 200 square yards, what are its length and width? \n" );
document.write( "
Algebra.Com's Answer #223999 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the length of the pool be x yards \n" ); document.write( "the width will be x-8 \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "The area of rectangje = L*W \n" ); document.write( "x(x-8)=200 \n" ); document.write( "x^2-8x=200 \n" ); document.write( "x^2-8x-200=0 \n" ); document.write( ".. \n" ); document.write( "x1, x2 the roots of the equation will be: \n" ); document.write( "x1 = (8+sqrt(64+800)) / 2a \n" ); document.write( "x1=18.7 yards \n" ); document.write( "x2 =(8-sqrt(64+800)) / 2a \n" ); document.write( "= -10.7 it is negative. \n" ); document.write( ".. \n" ); document.write( "SO the dimensions are 18.7 & 10.7 yards \n" ); document.write( " |