document.write( "Question 921089: How many different rectangles can you construct with integer side lengths and having an area of 64 square feet? \n" ); document.write( "
Algebra.Com's Answer #558697 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "find all factors of \"64\":\r
\n" ); document.write( "\n" ); document.write( "{1, 2, 4, 8, 16, 32, 64}\r
\n" ); document.write( "\n" ); document.write( "an area of \"64\" square feet you can get if you use:\r
\n" ); document.write( "\n" ); document.write( "sides length: \r
\n" ); document.write( "\n" ); document.write( "1. \"1\" and \"64\"\r
\n" ); document.write( "\n" ); document.write( "2. \"2\" and \"32\"\r
\n" ); document.write( "\n" ); document.write( "3. \"4\" and \"16\"\r
\n" ); document.write( "\n" ); document.write( "4. \"8\" and \"8\"......this is a square, and rectangle is a square when both pairs of opposite sides are the same length. This means that a square is a specialized case of the rectangle and is indeed a rectangle
\n" ); document.write( "
\n" );