document.write( "Question 308243: If the area of a rectangke is 32 squared units find the perimeter of the rectangle if the width meadsures 4 units \n" ); document.write( "
Algebra.Com's Answer #220401 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the length be x\r \n" ); document.write( "\n" ); document.write( "the width is 4 \n" ); document.write( "4x=32 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "length = 8 , width = 4\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2*8 +2*4 \n" ); document.write( "=24 units \n" ); document.write( " |