document.write( "Question 127800: find the length of a rectangle if it is four less than twice the width and the perimeter is 40 cm \n" ); document.write( "
Algebra.Com's Answer #93610 by Ahha(5)\"\" \"About 
You can put this solution on YOUR website!
Assign a variable to one of the sides. It's easier to assign it to the width because we can the do \"four less than twice the width\"\r
\n" ); document.write( "\n" ); document.write( "Let x be the width
\n" ); document.write( "Length(four less than twice the width) is 2x-4\r
\n" ); document.write( "\n" ); document.write( "The perimeter is what you get when you add up ALL of the exterior sides. In a rectangle there are four sides. We add up the expressions for all four sides and make it equal to 40. We don't need brackets when adding but it's good practice.\r
\n" ); document.write( "\n" ); document.write( "(x)+(2x-4)+(x)+(2x-4)=40
\n" ); document.write( "x+2x-4+x+2x-4=40 remove brackets
\n" ); document.write( "6x-8=40 Collect terms
\n" ); document.write( "6x=48 Add 8 to both sides
\n" ); document.write( "x=8 divide both sides by 6\r
\n" ); document.write( "\n" ); document.write( "This is the value of x which is the width.
\n" ); document.write( "To get the length you must plug it back in to the length expression.
\n" ); document.write( "2x-4
\n" ); document.write( "=2(8)-4
\n" ); document.write( "=16-4
\n" ); document.write( "=12\r
\n" ); document.write( "\n" ); document.write( "So the width is 12cm and the length is 8cm.\r
\n" ); document.write( "\n" ); document.write( "Check: Do these sides add up to the perimeter? 12+8+12+8=40. Yes they do...\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );