document.write( "Question 253335: the length of a rectangle is 12 cm more than twice its width. find the largest possible width if the perimeter is at most 120cm \n" ); document.write( "
Algebra.Com's Answer #185737 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
L=2W+12
\n" ); document.write( "2L+2W=120
\n" ); document.write( "2(2W+12)+2W=120
\n" ); document.write( "4W+24+2W=120
\n" ); document.write( "6W=96
\n" ); document.write( "W=16 max
\n" ); document.write( "
\n" );