document.write( "Question 1119901: How can I get the three possible dimensions of the rectangle if the perimeter of a rectangle is ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #735574 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How can I get the three possible dimensions of the rectangle if the perimeter of a rectangle is \n" ); document.write( "-------------- \n" ); document.write( "P = 2L + 2w = 8xy+ 2x + 4y + 2 \n" ); document.write( "L + W = 4xy+ x + 2y + 1 \n" ); document.write( "----------- \n" ); document.write( "Pick a value for L, any value >0 \n" ); document.write( "---- \n" ); document.write( "L = 1 \n" ); document.write( "W = 4xy+ x + 2y + 1 - 1 = 4xy+ x + 2y \n" ); document.write( "------------ \n" ); document.write( "L = 2y \n" ); document.write( "W = 4xy+ x + 1 \n" ); document.write( "----- \n" ); document.write( "etc \n" ); document.write( " |