document.write( "Question 1084070: A collection of chairs is set up into 22 rows. The first row has
\n" ); document.write( "96 chairs, and each row after that one has 2 less chairs than the
\n" ); document.write( "preceding row. How many total chairs are there in the collection?
\n" ); document.write( "

Algebra.Com's Answer #698232 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "96+94+92+ ...  to 22 terms:\r\n" );
document.write( "\r\n" );
document.write( "a1 = 96, n = 22, d = -2\r\n" );
document.write( "\r\n" );
document.write( "\"S%5Bn%5D=expr%28n%2F2%29%2A%282a%5B1%5D%2B%28n-1%29d%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=expr%2822%2F2%29%2A%282%2896%29%2B%2822-1%29%28-2%29%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=11%2A%28192%2B%2821%29%28-2%29%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=11%2A%28192%2B%28-42%29%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=11%2A%28192-42%29%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=11%2A%28150%29%5E%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"S%5B22%5D=1650%29\" chairs\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );