document.write( "Question 1101572: The perimeter of a rectangle is 90m. It's the length is 1.5 times it's width. Find the length and worth of the rectangle \n" ); document.write( "
Algebra.Com's Answer #716217 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is 1.5x. \n" ); document.write( "Perimeter of a rectangle=2(length+ width) \n" ); document.write( "2(1.5x+x)=90 \n" ); document.write( "2(2.5x)=90 \n" ); document.write( "5x=90 \n" ); document.write( "x=18 metres. \n" ); document.write( "The width is 18 metres and the length is 27 metres. \n" ); document.write( " |