document.write( "Question 357803: A parking lot is 75 feet wide by 60 feet long. It is being torn up to install a sidewalk of uniform width all the way around. If the area of the new parking lot is 2/3 of the original one, find the width of the sidewalk. \n" ); document.write( "
Algebra.Com's Answer #255572 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A parking lot is 75 feet wide by 60 feet long. \n" ); document.write( " It is being torn up to install a sidewalk of uniform width all the way around. \n" ); document.write( " If the area of the new parking lot is 2/3 of the original one, find the width of the sidewalk. \n" ); document.write( ": \n" ); document.write( "Find the original area; 75 * 60 = 4500 sq/ft \n" ); document.write( "Find 2/3 of that: \n" ); document.write( ": \n" ); document.write( "Let x = the width of the sidewalk \n" ); document.write( "then the dimensions of new parking lot will be: (75-2x) by (60-2x) \n" ); document.write( ": \n" ); document.write( "the area equation \n" ); document.write( "(75-2x)*(60-2x) = 3000 \n" ); document.write( "FOIL \n" ); document.write( "4500 - 150x - 120x + 4x^2 = 3000 \n" ); document.write( "A quadratic equation \n" ); document.write( "4x^2 - 270x + 4500 - 3000 = 0 \n" ); document.write( "4x^2 - 270x + 1500 = 0 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "2x^2 - 135x + 750 = 0 \n" ); document.write( "Solve for x using the quadratic formula: \n" ); document.write( " \n" ); document.write( "In this equation: a=2; b=-135, c=750 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Two solutions \n" ); document.write( " \n" ); document.write( "x = \n" ); document.write( "x = 61.4; obviously not a good solution \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( "x = \n" ); document.write( "x = 6.1 ft is the width of the side walk \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can check this by finding the area with this value \n" ); document.write( "(75-2(6.1)) * (60-2(6.1)) = \n" ); document.write( "62.8 * 47.8 = 30001.84 ~ 3000, close enough \n" ); document.write( " |