document.write( "Question 883044: the width of a rectangle is 26 cm .find all possible values for the length of the rectangle if the perimeter is at least 292cm.
\n" );
document.write( "A x>120 cm
\n" );
document.write( "b x>11.23 cm
\n" );
document.write( "c x>73 cm
\n" );
document.write( "D x>47 cm \n" );
document.write( "
Algebra.Com's Answer #533278 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P = 2L + 2W \n" ); document.write( "P = 2L + 2*26 \n" ); document.write( "P = 2L + 52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perimeter >= 292 cm \n" ); document.write( "P >= 292 \n" ); document.write( "2L + 52 >= 292 \n" ); document.write( "2L >= 292 - 52 \n" ); document.write( "2L >= 240 \n" ); document.write( "L >= 240/2 \n" ); document.write( "L >= 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The length must be at least 120 cm. \n" ); document.write( " |