document.write( "Question 550976: Knox College is creating a new rectangular parking lot. The length is 0.07 mile longer than the width and the area of the parking lot is 0.026 square mile. Find the length and width of the parking lot. \n" ); document.write( "
Algebra.Com's Answer #359283 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the width of the parking lot is .13 miles. \n" ); document.write( "the length of the parking lot is .2 miles. \n" ); document.write( ".2 * .13 = .026 equals the area of the parking lot in square miles. \n" ); document.write( "problem is solved as follows: \n" ); document.write( "L = length of the parking lot. \n" ); document.write( "W = width of the parking lot. \n" ); document.write( "area of the parking lot is equal to L * W = .026 \n" ); document.write( "since the length of the parking lot is equal to .07 miles more than the width, this equation becomes: \n" ); document.write( "(W + .07) * W = .026 \n" ); document.write( "simplify this equation to get: \n" ); document.write( "W^2 + .07 * W = .026 \n" ); document.write( "subtract .026 from both sides of this equation to get: \n" ); document.write( "W^2 + .07W - .026 = 0 \n" ); document.write( "this is a quadratic equation that can be solved using the quadratic formula of: \n" ); document.write( "W = (-b +/- sqrt(b^2-4ac))/(2a) where: \n" ); document.write( "a = 1 \n" ); document.write( "b = .07 \n" ); document.write( "c = -.026 \n" ); document.write( "use that formula to get: \n" ); document.write( "W = (-.07 +/- .33)/2 \n" ); document.write( "W = -.2 or W = .13 \n" ); document.write( "W = -.2 is rejected because the width of the parking lot can't be negative. \n" ); document.write( "only possible answer is W = .13 \n" ); document.write( "if W is .13, then L = .13 + .07 = .2 \n" ); document.write( ".2*.13 = .026 which is the area of the parking lot.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |