document.write( "Question 1133374: The short sides of a rectangle are 2 inches. The long sides of the same rectangle are three less than a certain number of inches.\r
\n" );
document.write( "\n" );
document.write( "Write an expression, in simplest form, to represent the perimeter of this rectangle.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #750572 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Short side = 2 \n" ); document.write( "long side = x-3 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "2(2) + 2(x-3) = Perimeter \n" ); document.write( " \n" ); document.write( " |