document.write( "Question 439191: Find the length of each side of the rectangle so that it has the given perimeter.
\n" );
document.write( "
\n" );
document.write( "2x-5 is one side
\n" );
document.write( "x is other side
\n" );
document.write( "P=50 inches \n" );
document.write( "
Algebra.Com's Answer #303519 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the length of each side of the rectangle so that it has the given perimeter.\r \n" ); document.write( "\n" ); document.write( "2x-5 is one side \n" ); document.write( "x is other side \n" ); document.write( "P=50 inches \n" ); document.write( "------------------------ \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "--- \n" ); document.write( "50 = 2(x + 2x-5) \n" ); document.write( "25 = 3x-5 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10 (other side) \n" ); document.write( "2x-5 = 15 (side) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |