document.write( "Question 629137: area of a rectangle is 40 cm squared and one of its sides is 8 cm long.what is the width and perimeter of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #396049 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! The area of a rectangle is found by multiplying the length by the width.\r \n" ); document.write( "\n" ); document.write( "ie A = l x w\r \n" ); document.write( "\n" ); document.write( "given that the area is 40 square cm and one side is 8cm (I'll assume that it is the length) the formula becomes\r \n" ); document.write( "\n" ); document.write( "40 = 8 x w \n" ); document.write( "Divide each side by 8 then \n" ); document.write( "40/8 = (8 x w)/8 \n" ); document.write( "5 = w \n" ); document.write( "So the width must be 5 cm. \n" ); document.write( "Perimeter = 2 x (l + w) \n" ); document.write( "=2 x (8 + 5) \n" ); document.write( "=2 x 13 \n" ); document.write( "=26 cm \n" ); document.write( " |