document.write( "Question 218152: the perimeter of a rectangle must not be greater than 30 cm and the length must be 8cm. What is the set of values of the width?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #164325 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! let the length of the rectangle = l \n" ); document.write( "and the width of the rectangle = w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perimeter <= 30 \n" ); document.write( "2*l + 2*w <= 30 \n" ); document.write( "(divide both sides by 2) \n" ); document.write( "l + w <= 15 \n" ); document.write( "so, if l = 8 then \n" ); document.write( "8 + w <= 15 \n" ); document.write( "w <= 15 - 8 \n" ); document.write( "w <= 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the width must not greater than 7 cm, or it can be said that the width is greater than 0 cm but less or equal with 7 cm (0 < width <= 7cm) \n" ); document.write( " |