document.write( "Question 537039: write all possible competitions of length and breadth for a rectangle with area 36 sq cm. also find perimeter in each case \n" ); document.write( "
Algebra.Com's Answer #352701 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! write all possible competitions of length and breadth for a rectangle with area 36 sq cm. also find perimeter in each case \n" ); document.write( "-------------- \n" ); document.write( "Maybe you mean combinations. \n" ); document.write( "------- \n" ); document.write( "Area = L*W = 36 \n" ); document.write( "L = 36/W \n" ); document.write( "-------- \n" ); document.write( "Perimeter = 2L + 2W \n" ); document.write( "P = (72/W) + 2W \n" ); document.write( " \n" ); document.write( " |