document.write( "Question 737229: rectangle problem length =3x cm and width (4+x)cm what is the value of x so that the perimeter is at least 92cm? Im thinking that it is set up like this
\n" );
document.write( "(3x)^2+(4+x)^2
Algebra.Com's Answer #450247 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 2L + 2W >= 92\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(3x) + 2(4+x) >= 92\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x + 8 + 2x >= 92\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll let you finish \n" ); document.write( " |