document.write( "Question 326723: what is the perimeter of the rectangle if the length is 2.54cm. and the width is 1.9cm.?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #233931 by mananth(16949) You can put this solution on YOUR website! perimeter = 2*(l+w) \n" ); document.write( "l=2.54 \n" ); document.write( "w=1.9 \n" ); document.write( "Perimeter = 2*(2.54+1.9) \n" ); document.write( "=2*(4.44) \n" ); document.write( "= 8.88 cm \n" ); document.write( " |