document.write( "Question 613784: the lenghts of a rectangle is 6 in more than twice the width and the perimeter is greater than 36 in what is the width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #386257 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the length of a rectangle is 6 in more than twice the width and the perimeter is greater than 36 in what is the width of the rectangle. \n" ); document.write( "let x=width of rectangle \n" ); document.write( "2x+6=length of rectangle \n" ); document.write( "perimeter=2*(length+width) \n" ); document.write( "2(2x+6+x)>36 \n" ); document.write( "2(3x+6)>36 \n" ); document.write( "3x+6>18 \n" ); document.write( "3x>12 \n" ); document.write( "x>4 \n" ); document.write( "width of the rectangle >4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |