document.write( "Question 939424: What are all the possible dimensions of Josephine's 72 square feet garden if all dimensions are integers? \n" ); document.write( "
Algebra.Com's Answer #572622 by laoman(51)![]() ![]() You can put this solution on YOUR website! Given that the Area is 72sq ft \n" ); document.write( "To find all possibke dimensions, let's find all possible multipliers of 72 i.e \n" ); document.write( "1, 2,3,4,6,8,9,12,18,24,36,72\r \n" ); document.write( "\n" ); document.write( "The possible dimensions then become (l,b) \n" ); document.write( "(72,1) \n" ); document.write( "(36,2) \n" ); document.write( "(24,3) \n" ); document.write( "(18,4) \n" ); document.write( "(12,6) \n" ); document.write( "(9,8)\r \n" ); document.write( "\n" ); document.write( "Note the the product of the two dimension is always 72 and are integers\r \n" ); document.write( "\n" ); document.write( "QED \n" ); document.write( " |