document.write( "Question 304016: If the perimeter of a rectangle is 7 times the width, then its length is how many times the width? \n" ); document.write( "
Algebra.Com's Answer #217803 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the width be x\r \n" ); document.write( "\n" ); document.write( "perimeter = 7x\r \n" ); document.write( "\n" ); document.write( "perimeter = 2L + 2W\r \n" ); document.write( "\n" ); document.write( "7x= 2L +2x\r \n" ); document.write( "\n" ); document.write( "5x= 2L\r \n" ); document.write( "\n" ); document.write( "L= 5x/2\r \n" ); document.write( "\n" ); document.write( "Ananth \n" ); document.write( " |