document.write( "Question 887790: S new rectangular car park states that its length, x m, is to be 5 m more than its width. The perimeter of the car park is to be greater than 32 m.\r
\n" );
document.write( "\n" );
document.write( "From a linear inequality in x.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #536873 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the width of the rectangular car park, then length is x+5 \n" ); document.write( "perimeter = 2 * width + 2*length \n" ); document.write( "perimeter > 32 m \n" ); document.write( "2*x + 2*(x+5) > 32 m \n" ); document.write( "4x +10 > 32 m \n" ); document.write( "4x > 32 -10 = 22 \n" ); document.write( "x > 22/4 = 11/2 \n" ); document.write( "x > 5.5 m \n" ); document.write( " \n" ); document.write( " |