document.write( "Question 392524: The width of a rectangle is fixed at 22 cm. What lengths will make the perimeter greater then 74 cm? \n" ); document.write( "
Algebra.Com's Answer #278599 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The width of a rectangle is fixed at 22 cm. What lengths will make the perimeter greater then 74 cm? \n" ); document.write( "... \n" ); document.write( "width = 22 \n" ); document.write( "length x \n" ); document.write( "2*(L+W)>74 \n" ); document.write( "2*(x+22)>74 \n" ); document.write( "2x+44>74 \n" ); document.write( "2x>74-44 \n" ); document.write( "2x>30 \n" ); document.write( "/2 \n" ); document.write( "x>15 \n" ); document.write( "For all values of length > 15 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |