document.write( "Question 118837: \r
\n" );
document.write( "\n" );
document.write( "Pat has a garden next to her house with the dimensions 3m by 10m. She wants to double the area of her garden by digging a border of even width around three of its sides. How wide of a border should she dig \n" );
document.write( "
Algebra.Com's Answer #86951 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 3*10=30 METERS^2 IS PAT'S GARDEN AREA. \n" ); document.write( "DOUBLING THIS AREA 2*30=60 METERS^2 IS THE TOYAL AREA. \n" ); document.write( "NOW IT DEPENDS WHAT 3 SIDES SHE DIGS AROUND. \n" ); document.write( "IF IT IS THE 3,10,3 SIDES THEN: \n" ); document.write( "(3+X)(10+2X)=60 \n" ); document.write( "30+16X+2X^2=60 \n" ); document.write( "2X^2+16X+30-60=0 \n" ); document.write( "2X^2+16X-30=0 \n" ); document.write( "2(X^2+8X-15)=0 \n" ); document.write( "USING THE QUADRATIC EQUATION \n" ); document.write( "X=(-8+-SQRT[8^2-4*1*-15])/2*1 \n" ); document.write( "X=(-8+-SQRT[64+60])/2 \n" ); document.write( "X=(-8+-SQRT124)/2 \n" ); document.write( "X=(-8+-11.136)/2 \n" ); document.write( "X=(-8+11.136)/2 \n" ); document.write( "X=3.136/2 \n" ); document.write( "X=1.568 ANSWER FOR THE WIDTH OF THE BORDER. \n" ); document.write( "---------------------------------------------------------------------- \n" ); document.write( "HOWEVER --- IF THE 3 SIDES ARE 10,3,10 THEN: \n" ); document.write( "(10+X)(3+2X)=60 \n" ); document.write( "30+3X+20X+2X^2=60 \n" ); document.write( "2X^2+23X+30-60=0 \n" ); document.write( "2X^2+23X-30=0 \n" ); document.write( "X=(-23+-SQRT[23^2-4*2*-30])/2*2 \n" ); document.write( "X=(-23+-SQRT[529+240])/4 \n" ); document.write( "X=(-23+-SQRT769)/4 \n" ); document.write( "X=(-23+-27.73)/4 \n" ); document.write( "X=(-23+27.73)/4 \n" ); document.write( "X=4.73/4 \n" ); document.write( "X=1.18 ANSWER FOR THIS BORDER. \n" ); document.write( " |