document.write( "Question 808126: The width of a rectangle is 13 centimeters. Find all possible values for the length of the rectangle if the perimeter is at least 228 centimeters. \n" ); document.write( "
Algebra.Com's Answer #486887 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Perimeter of a rectangle is 2L + 2W where L is length and W is width.


\n" ); document.write( "2L + 2W = 2L + 2(13) = 2L + 26 >= 228


\n" ); document.write( "2L <= 202


\n" ); document.write( "L >= 101


\n" ); document.write( " \n" ); document.write( "

\n" );