document.write( "Question 1173690: The length of a basketball court is 44 feet longer than the width. If its estimated
\n" ); document.write( "perimeter is not greater than 288 feet, find the maximum dimensions of the basketball
\n" ); document.write( "court.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #798968 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width= x
\n" ); document.write( "length =x+44
\n" ); document.write( "perimeter is 2x+2(x+44)=4x+88
\n" ); document.write( "4x+88 < = 288
\n" ); document.write( "4x < =200
\n" ); document.write( "x <= 50
\n" ); document.write( "maximum dimensions are 50' x 94'
\n" ); document.write( "
\n" );