document.write( "Question 186840: The length of a rectangle is 3 more than twice the width. If the perimeter is to be at least 51 meters, what are the possible values for the width? (If the perimeter is at least 51 meteres, than it is greater than or equal to 51 meters.) \n" ); document.write( "
Algebra.Com's Answer #140054 by uday1435(57) You can put this solution on YOUR website! The perimeter of a rectangle = 2( l +w) \n" ); document.write( "Here l = w+3, pluging in that we get p = 2( w+3 + w) = 2(2w+3)\r \n" ); document.write( "\n" ); document.write( "The given condition is p >= 51 \n" ); document.write( "That is 2(2w + 3) ≥ 51 \n" ); document.write( "4w + 6 ≥ 51 adding – 6 on both sides we get \n" ); document.write( "4w ≥ 51- 6 \n" ); document.write( "4w ≥ 45 \n" ); document.write( "Dividing both sides by 4 we get \n" ); document.write( "w ≥ 45/4\r \n" ); document.write( "\n" ); document.write( "w≥ 11.25 . So the width must be at least 11.25 meters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you still require further clarifications please write to udayakumar.t.r@gmail.com \n" ); document.write( " \n" ); document.write( " |