document.write( "Question 263335: The perimeter of a rectangle is 166 m. The length is 8 m more than twice the width. What is the length? What is the width? \n" ); document.write( "
Algebra.Com's Answer #194053 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
The perimeter of a rectangle is 166 m. The length is 8 m more than twice the width. What is the length? What is the width?\r
\n" ); document.write( "\n" ); document.write( "let width be x
\n" ); document.write( "length = 2x+8\r
\n" ); document.write( "\n" ); document.write( "perimeter = 2*(l+w)\r
\n" ); document.write( "\n" ); document.write( "= 2*(x+2x+8)
\n" ); document.write( "=2x+4x+16=166
\n" ); document.write( "6x=150
\n" ); document.write( "x=25m\r
\n" ); document.write( "\n" ); document.write( "length = 58m
\n" ); document.write( "
\n" );