document.write( "Question 1166717: A theatre has 20 rows of chairs . The first row has 16 chairs , the second has 18, the third has 20 , and so on . In total , the theatre seats how many people? \n" ); document.write( "
Algebra.Com's Answer #791224 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! A theatre has 20 rows of chairs . The first row has 16 chairs , the second has 18, the third has 20 , and so on . In total , the theatre seats how many people? \n" ); document.write( "solution \n" ); document.write( "16,+18,+20.+...............+.20th \n" ); document.write( "this is problem of sum of AP \n" ); document.write( "a=16 d=2 n=20 we have to find s20=? \n" ); document.write( " a20=a+19d \n" ); document.write( "l (last term)=16+19x2 \n" ); document.write( "=16+38=54 \n" ); document.write( "sn=n(a+l)/2=20(16+54)/2 \n" ); document.write( "s20=20x70/2=700 \n" ); document.write( "total 700 seats \n" ); document.write( " |