document.write( "Question 941556: The length of a rectangular carpet is 8 feet more than twice the width. The perimeter is 46 feet. What are the dirnenSions of the carpet? \n" ); document.write( "
Algebra.Com's Answer #573977 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
let x be the width of rectangular carpet
\n" ); document.write( "length = 2x+8
\n" ); document.write( " perimeter ( sum of all sides) = 46
\n" ); document.write( " x+(2x+8)+x+(2x+8)=46
\n" ); document.write( " 6x +16 = 46
\n" ); document.write( " move 16 tot he right
\n" ); document.write( " 6x= 46-16
\n" ); document.write( " 6x=30
\n" ); document.write( " divide with 6 on both sides
\n" ); document.write( " \"+6x%2F6+=30%2F6\"
\n" ); document.write( " x= 5
\n" ); document.write( "width (x) = 5 ft
\n" ); document.write( "length = 2*5+8
\n" ); document.write( " =10+8
\n" ); document.write( "=18 ft
\n" ); document.write( " Result : length =18 ft , width = 5 ft
\n" ); document.write( "
\n" );