document.write( "Question 949035: How many different rectangles can you make with a perimeter of 12 units, use integer values for the lengths of the side to inverstigate how to make up your rectangles \n" ); document.write( "
Algebra.Com's Answer #579347 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! 2(L+W) = 12 <--> L+W = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The only possible (non-congruent) rectangles have dimensions 1x5, 2x4, and 3x3. \n" ); document.write( " |