document.write( "Question 824292: The width of a rectangle is 23 cm. Find all possible values for the length of the rectangle if the perimeter is at least 704 cm.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #496293 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The width of a rectangle is 23 cm. Find all possible values for the length of the rectangle if the perimeter is at least 704 cm. \n" ); document.write( "----- \n" ); document.write( "P = 2(L+W) \n" ); document.write( "---- \n" ); document.write( "Inequality:: \n" ); document.write( "2(L+23) >= 704 \n" ); document.write( "---- \n" ); document.write( "L+23 >= 352 \n" ); document.write( "==== \n" ); document.write( "Length >= 329 cm \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |