document.write( "Question 1203513: A large multiplex movie house has many theaters. The largest theater has 46 rows. There are 16 seats in the first row. Each row has two seats more than the previous row. How many total seats are there in this​ theater? \n" ); document.write( "
Algebra.Com's Answer #839139 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 2806\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Work Shown\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a1 = first term = 16 \n" ); document.write( "d = common difference = 2 \n" ); document.write( "Sn = sum of the first n terms of an arithmetic sequence \n" ); document.write( "Sn = (n/2)*(2*a1 + d*(n-1)) \n" ); document.write( "Sn = (n/2)*(2*16 + 2*(n-1)) \n" ); document.write( "S46 = (46/2)*(2*16 + 2*(46-1)) \n" ); document.write( "S46 = 2806\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or we can compute the sum a slightly different way. \n" ); document.write( "an = nth term of arithmetic sequence \n" ); document.write( "an = a1 + d*(n-1) \n" ); document.write( "an = 16 + 2*(n-1) \n" ); document.write( "a46 = 16 + 2*(46-1) \n" ); document.write( "a46 = 106 \n" ); document.write( "There are 106 seats in the 46th row.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sn = sum of the first n terms of an arithmetic sequence \n" ); document.write( "Sn = (n/2)*(first term + nth term) \n" ); document.write( "Sn = (n/2)*(a1 + an) \n" ); document.write( "S46 = (46/2)*(a1 + a46) \n" ); document.write( "S46 = (46/2)*(16 + 106) \n" ); document.write( "S46 = 2806\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of the first 46 terms of the arithmetic sequence {16,18,20,22,...} is 2806 which is the total number of seats in the theater room.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Spreadsheet software can be used to confirm the answer. \n" ); document.write( "Various online calculators are helpful as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A longer way to confirm the answer would be to compute the sum \n" ); document.write( "16+18+20+22+24+26+28+30+32+34+36+38+40+42+44+46+48+50+52+54+56+58+60+62+64+66+68+70+72+74+76+78+80+82+84+86+88+90+92+94+96+98+100+102+104+106 = 2806 \n" ); document.write( "But it would be pointless busy-work to type all of that into a calculator. \n" ); document.write( "I do not recommend this confirmation method. Stick to the spreadsheet or other specialized calculators. \n" ); document.write( " \n" ); document.write( " |