document.write( "Question 635904: the length of a rectangle is 4cm more than the width and the perimeter is at least 48 cm . what are the smallest possible dimensions for the rectangle \n" ); document.write( "
Algebra.Com's Answer #400628 by graphmatics(170)\"\" \"About 
You can put this solution on YOUR website!
Let w be the width then w+4 is the length and 2*w+2*(w+4)=4*w+8 is the expression for the perimeter. So
\n" ); document.write( "4*w+8>=48
\n" ); document.write( "4*w>=40
\n" ); document.write( "w>=10
\n" ); document.write( "
\n" );