document.write( "Question 255144: If the perimeter of a rectangle is 20 inches, give five possible areas and the dimensions for each. \n" ); document.write( "
| Algebra.Com's Answer #187465 by dabanfield(803)      You can put this solution on YOUR website! If the perimeter of a rectangle is 20 inches, give five possible areas and the dimensions for each.\r \n" ); document.write( "\n" ); document.write( "P = 2*L + 2*W = 2*(L + W) \n" ); document.write( "20 = 2*(L + W) \n" ); document.write( "10 = L + W\r \n" ); document.write( "\n" ); document.write( "So we must have:\r \n" ); document.write( "\n" ); document.write( "Since Area = L * W we must have:\r \n" ); document.write( "\n" ); document.write( "L, W, Area\r \n" ); document.write( "\n" ); document.write( "9, 1, 9 \n" ); document.write( "8, 2, 16 \n" ); document.write( "7, 3, 21 \n" ); document.write( "6, 4, 24 \n" ); document.write( "5, 5, 25 \n" ); document.write( " \n" ); document.write( " |