document.write( "Question 713541: find the strip of a rectangle whose length is 100 and the width is 60 \n" ); document.write( "
Algebra.Com's Answer #438494 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! length = 100 \n" ); document.write( " width = 60 \n" ); document.write( " strip = 100 *60 \n" ); document.write( " =6000 \n" ); document.write( " |