document.write( "Question 40058: A rectangle has sides of 3x – 4 and 7x + 10. Find the expression that represents its perimeter.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #25442 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter = 2 x length + 2 x width so we can write \n" ); document.write( "P = 2L + 2W \n" ); document.write( "P = 2(3x - 4) + 2(7x + 10) \n" ); document.write( "P = 6x - 8 + 14x + 20 \n" ); document.write( "P = 20x + 12 \n" ); document.write( " |