document.write( "Question 575219: The width of a garage is five feet less than twice the length. What is the length of the garage if the area is 700 square feet? \n" ); document.write( "
Algebra.Com's Answer #369431 by chana(69)![]() ![]() You can put this solution on YOUR website! The width of a garage is five feet less than twice the length. What is the length of the garage if the area is 700 square feet? \n" ); document.write( "sol: \n" ); document.write( "let width = b and length = l \n" ); document.write( "given area, l * b = 700 sq. ft \n" ); document.write( "given b = (2* l) - 5 \n" ); document.write( "so on substituting l * ((2* l)-5) = 700 \n" ); document.write( "simplifying you get the value of length. \n" ); document.write( " |