document.write( "Question 456786: You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for the smaller side length)? \n" ); document.write( "
Algebra.Com's Answer #313432 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for the smaller side length)? \r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Let width = \"x\". \n" ); document.write( "Then length = \"x+4\". \n" ); document.write( "---- \n" ); document.write( "Solve: x(x+4) = 35 \n" ); document.write( "x^2+4x-35 = 0 \n" ); document.write( "--- \n" ); document.write( "Use the quadratic formula to solve for \"x\": \n" ); document.write( "x = [-4 +- sqrt(16-4*-35)]/2 \n" ); document.write( "---- \n" ); document.write( "x = [-4 +- sqrt(156)]/2 \n" ); document.write( "---- \n" ); document.write( "x = [-4 + sqrt(4*39)]/2 \n" ); document.write( "---- \n" ); document.write( "Positive solution: \n" ); document.write( "x = [-4+2*sqrt(39)]/2 ~ 4.25 ft. (width) \n" ); document.write( "x+4 ~ 8.25 ft. (length)\r \n" ); document.write( "\n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |