document.write( "Question 827741: A rectangular park is 95 meters long and 50 meters wide.
\n" );
document.write( "Give the length and width of another rectangular park that has the same perimeter but a smaller area.
\n" );
document.write( " What's the length and width??? \n" );
document.write( "
Algebra.Com's Answer #498848 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 2*95+2*50=290 \n" ); document.write( "2w+2l=290 \n" ); document.write( "l+w=145 \n" ); document.write( "l*w<4750 \n" ); document.write( "There are 98 integer solutions \n" ); document.write( "l = 1, w = 144 \n" ); document.write( "l = 2, w = 143 \n" ); document.write( " |