document.write( "Question 423801: Could someone please help me to solve this problem?
\n" );
document.write( "The width of a rectangle is fixed at 29cm. What lengths will make the perimeter greater than 82cm \n" );
document.write( "
Algebra.Com's Answer #295494 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let length be x\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2(l+w) \n" ); document.write( "2(l+29)>82 \n" ); document.write( "2l+58>82 \n" ); document.write( "2l>82-58 \n" ); document.write( "2l>24 \n" ); document.write( "/2 \n" ); document.write( "l>12 cm \n" ); document.write( " |