document.write( "Question 711025: A certain building has a rectangular base. The lenght of the base measures 60 ft less than three times its width. The perimeter of the base is 840ft. What are the dimensions of the base? \n" ); document.write( "
Algebra.Com's Answer #806529 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = 3w - 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(w) + 2(3w - 60) = 840 \n" ); document.write( "2w + 6w - 120 = 840 \n" ); document.write( "8w = 960 \n" ); document.write( "w = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The base is 120 ft wide and 300 ft long. \n" ); document.write( " |