document.write( "Question 1002204: The width of a rectangular computer screen is 20 cm less than twice the length. The perimeter is more than 56 cm. find the minimum dimensions of the screen if each dimension in centimeters is an integer \n" ); document.write( "
Algebra.Com's Answer #619164 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2l+2(l-20)>56 \n" ); document.write( "21+2l-40> 56 \n" ); document.write( "4l> 96 \n" ); document.write( "l> 24 \n" ); document.write( " |