document.write( "Question 741662: Find four consecutive even integers with a sum of 196.
\n" );
document.write( " A rectangle has width 52 units and perimeter 200 units. Find the length.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #452201 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find four consecutive even integers with a sum of 196. \n" ); document.write( "n + (n+2) + (n+4) + (n+6) = 196 \n" ); document.write( "combine like terms, do some basic algebra \n" ); document.write( ": \n" ); document.write( "A rectangle has width 52 units and perimeter 200 units. Find the length. \n" ); document.write( "2L + 2(52) = 200 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "L + 52 = 100 \n" ); document.write( "you should be able to finish this \n" ); document.write( " |