document.write( "Question 113115: I am not certain what kind of a problem this is so I apologize if this is in the wrong category.
\n" );
document.write( "I am trying to work on this problem and having difficulty.
\n" );
document.write( "I need to find the perimenter of a rectangle which is to be not greater than 300in., and the length must be 125 in. I have to find the maximum width of the rectangle.
\n" );
document.write( "Could anyone help me?
\n" );
document.write( "Thank you very much.
\n" );
document.write( "Tracy \n" );
document.write( "
Algebra.Com's Answer #82366 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the perimenter of a rectangle which is to be not greater than 300in., and the length must be 125 in. I have to find the maximum width of the rectangle. \n" ); document.write( "------------------- \n" ); document.write( "Perimeter = 2*width + 2*length \n" ); document.write( "-------- \n" ); document.write( "300 >= 2*width + 2*125 \n" ); document.write( "2(width) <= 300 - 250 \n" ); document.write( "width <= 25 inches \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |