document.write( "Question 787159: If the perimeter of a tennis court is 228 feet and the width is three less than half the length, what are the dimensions of the tennis court? \n" ); document.write( "
Algebra.Com's Answer #478114 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Length = x
\n" ); document.write( "Width = x/2 - 3
\n" ); document.write( "Perimeter = 2*length + 2*width
\n" ); document.write( "228 = 2(x) + 2(x/2 -3)
\n" ); document.write( "228 = 2x + 2([x - 6]/2) In bracket common denominator = 2)
\n" ); document.write( "228 = 2x + x - 6
\n" ); document.write( "3x = 228 + 6
\n" ); document.write( "3x = 234
\n" ); document.write( "x = 78
\n" ); document.write( "Length = 78 feet
\n" ); document.write( "Width = 36 feet
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );