document.write( "Question 1039326: An auditorium has 20 seats on the first row, 24 seats on the second row, 28 seats on the third row, and so on and has 30 rows of seats. How many seats are in the theatre?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #654059 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 20+21+22+23+24+25+26+27+28+29+30 = 275 \n" ); document.write( ": \n" ); document.write( "But here is a shortcut to adding consecutive numbers: \n" ); document.write( "Add the smallest number to the largest number of the given set of consecutive numbers. Then multiply the result by the number of numbers in the set. Finally divide the result by two: \n" ); document.write( ": \n" ); document.write( "20+30= 50 and from 20 to 30, BOTH INCLUDED, we have 11 numbers: \n" ); document.write( "50*11 = 550 \n" ); document.write( "550/2 = 275 \n" ); document.write( "so there you have it. \n" ); document.write( "John \n" ); document.write( " |