document.write( "Question 32957: Find the length of each side of the rectangle so that it has the given perimeter\r
\n" );
document.write( "\n" );
document.write( "Long side 2x - 5 short side x P= 50\" \n" );
document.write( "
Algebra.Com's Answer #19405 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! P = 2(L+W) where L = length and W = width \n" ); document.write( "here let L = (2x-5) where x = shorter side \n" ); document.write( "P = 2(2x- 5 +x) \n" ); document.write( "50 = 2 (3x - 5) \n" ); document.write( "25 = 3x - 5 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10ft \n" ); document.write( "Longer side = 2x - 5 = 2(10) - 5 = 20 -5 = 15 ft \n" ); document.write( " |