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)\"\" \"About 
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: \"2%2F3\"* 4500 = 3000 sq/ft, is the new parking lot area
\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( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "In this equation: a=2; b=-135, c=750
\n" ); document.write( "\"x+=+%28-%28-135%29+%2B-+sqrt%28-135%5E2-4%2A2%2A750+%29%29%2F%282%2A2%29+\"
\n" ); document.write( ":
\n" ); document.write( "\"x+=+%28135+%2B-+sqrt%2818225-6000+%29%29%2F4+\"
\n" ); document.write( ":
\n" ); document.write( "\"x+=+%28135+%2B-+sqrt%2812225+%29%29%2F4+\"
\n" ); document.write( "Two solutions
\n" ); document.write( "\"x+=+%28135+%2B+110.5667%29%2F4+\"
\n" ); document.write( "x = \"245.5667%2F4\"
\n" ); document.write( "x = 61.4; obviously not a good solution
\n" ); document.write( "and
\n" ); document.write( "\"x+=+%28135+-+110.5667%29%2F4+\"
\n" ); document.write( "x = \"24.43%2F4\"
\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( "
\n" );