document.write( "Question 41008: width is 10 feet less than length. the perimeter is 100 feet. how do i find the area? \n" ); document.write( "
Algebra.Com's Answer #26428 by stanbon(75887) ![]() You can put this solution on YOUR website! width is 10 feet less than length. the perimeter is 100 feet. how do i find the area?\r \n" ); document.write( "\n" ); document.write( "Let the length be \"x\". \n" ); document.write( "Then the width is \"x-10\"\r \n" ); document.write( "\n" ); document.write( "Perimeter=2(l+w)=100 ft. \n" ); document.write( "l+w=50 \n" ); document.write( "x+x-10=50 \n" ); document.write( "2x=60 \n" ); document.write( "x=30 (length of the rectangle) \n" ); document.write( "x-10=20 (width of the rectangle) \n" ); document.write( "Area = 20*30=600 sq ft. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |