Question 1119901
How can I get the three possible dimensions of the rectangle if the perimeter of a rectangle is {{{ 8xy+ 2x + 4y + 2}}}?
--------------
P = 2L + 2w = 8xy+ 2x + 4y + 2
L + W = 4xy+ x + 2y + 1
-----------
Pick a value for L, any value >0
----
L = 1
W = 4xy+ x + 2y + 1 - 1 = 4xy+ x + 2y
------------
L = 2y
W = 4xy+ x + 1
-----
etc