document.write( "Question 392922: make a table of all possible whole-number pairs of length and width values for a rectangle with a perimeter of 18 meters \n" ); document.write( "
Algebra.Com's Answer #278920 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let (L, W) be the ordered pair of positive integers. Assume that neither L nor W can be 0, for no rectangle will be formed in that case, and that \n" ); document.write( "Then L + W = 9, and easily the ordered pairs are (8,1), (7,2), (6,3), and (5,4). \n" ); document.write( " |