document.write( "Question 942090: The width of a rectangle is 25 centimeters. Find all possible values for the length of the rectangle if the perimeter is at least 460. \n" ); document.write( "
Algebra.Com's Answer #574267 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
For a rectangle,
\n" ); document.write( "\"perimeter=2width%2B2length\" .
\n" ); document.write( "Expressing perimeter, length, and width in cm,
\n" ); document.write( "if width=25, and perimeter is at least 460 cm,
\n" ); document.write( "\"system%28width=25%2C2width%2B2length%3E=460%29\"--->\"2%2A25%2B2length%3E=460\"--->\"50%2B2length%3E=460\"--->\"2length%3E=460-50\"--->\"2length%3E=410\"--->\"length%3E=410%2F2\"--->\"length%3E=205\"
\n" ); document.write( "
\n" );