document.write( "Question 134111: The length of a rectangle is 4 times the width. The perimeter is 90 cm. Find the width and length. \n" ); document.write( "
Algebra.Com's Answer #98071 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! Let width=W,length=L and perimeter=P \n" ); document.write( "P=2(L+W)=90 \n" ); document.write( "L=4W \n" ); document.write( "then \n" ); document.write( "2(5W)=90 \n" ); document.write( "then W=9 and L=36 \n" ); document.write( " |