document.write( "Question 771173: the perimeter of a rectangle is 24 units. Find all possible integet lengths and widths \n" ); document.write( "
Algebra.Com's Answer #469989 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Just use meaning of perimeter, like r for rows, c for columns. Perimeter of 24 would be 2*r+2*c, and then you want all integer (really, natural numbers) values for r and c for which 2r+2c=24. You can use the simpler equation, r+c=12. \r \n" ); document.write( "\n" ); document.write( "The question then becomes, which combinations of whole numbers will give you the sum of 12? \n" ); document.write( " |