document.write( "Question 739588: What is the length of a rectangular parking lot which covers 28,000 square feet and is twice as long as it is wide? \n" ); document.write( "
Algebra.Com's Answer #451183 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the length of a rectangular parking lot which covers 28,000 square feet and is twice as long as it is wide? \n" ); document.write( "---------------------- \n" ); document.write( "Area = L*W = 28000 \n" ); document.write( "L = 2W \n" ); document.write( "2W*W = 28000 \n" ); document.write( "W^2 = 14000 \n" ); document.write( "W = sqrt(14000) \n" ); document.write( "L = 2sqrt(14000) \n" ); document.write( "L =~ 236.64 feet \n" ); document.write( " \n" ); document.write( " |