document.write( "Question 71092: The perimeter of a rectangle is to be no greater than 300 in., and the length must be 125 in. Find the maximum width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #50815 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter=2*length+2*width \n" ); document.write( "300=2*125+2w \n" ); document.write( "300=250+2w \n" ); document.write( "2w=300-250 \n" ); document.write( "2w=50 \n" ); document.write( "w=50/2 \n" ); document.write( "w=25 The maximum measurement of the width. \n" ); document.write( " |