document.write( "Question 34677: Find the length of a rectangle meeting the specified conditions: The perimeter is 210 feet and the length is 110 percent of the width. You have to put ft after your answer \n" ); document.write( "
Algebra.Com's Answer #20943 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! The length is 1.1x \n" ); document.write( "The width is x \n" ); document.write( "Equation: \n" ); document.write( "2(x+1.1x)=210 \n" ); document.write( "4.2x=210 \n" ); document.write( "x=50 \n" ); document.write( " 1.1(50)=55 \n" ); document.write( "Hence, the length is 55ft and the width is 50ft. \n" ); document.write( "Paul. \n" ); document.write( " |