document.write( "Question 42312: Find the perimeter of a rectangle \r
\n" );
document.write( "\n" );
document.write( "x over 2x - 5 is the length and\r
\n" );
document.write( "\n" );
document.write( "8 over 2x - 5 is the width.\r
\n" );
document.write( "\n" );
document.write( "What is the perimeter. \n" );
document.write( "
Algebra.Com's Answer #27444 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well perimeter P = 2L + 2W, so we have \n" ); document.write( "P = 2(x / (2x-5)) + 2(8 / (2x-5)) \n" ); document.write( "P = (2x + 16) / (2x - 5) \n" ); document.write( " |