document.write( "Question 831290: The length of the rectangular tennis court at Wimbledon is 2 feet longer than twice the width. If the court's perimeter is 238 feet, what are the court's dimensions? \n" ); document.write( "
Algebra.Com's Answer #501232 by jgr45(31)\"\" \"About 
You can put this solution on YOUR website!
First, understand what a perimeter is. It is the total distance around the borders of the court. That said, begin by translating to algebraic expressions. This will be a system of two equations:\r
\n" ); document.write( "\n" ); document.write( "L = 2W + 2
\n" ); document.write( "2L + 2W = 238\r
\n" ); document.write( "\n" ); document.write( "First, begin by substituting 2w+2 for L:\r
\n" ); document.write( "\n" ); document.write( "2(2w+2) + 2w = 238
\n" ); document.write( "4w + 4 + 2w = 238
\n" ); document.write( "6w + 4 = 238
\n" ); document.write( "6w = 234
\n" ); document.write( "w = 39
\n" ); document.write( "L = 2(39) + 2
\n" ); document.write( "L = 78 + 2
\n" ); document.write( "L = 80\r
\n" ); document.write( "\n" ); document.write( "So your court dimensions are 80' by 39'.
\n" ); document.write( "
\n" );