document.write( "Question 658798: 1. A theatre has 49 seats, 53 in the second row, 57 seats in the third row and so on.\r
\n" );
document.write( "\n" );
document.write( "a. can the number of seats in each row be numbered in geometric or arithmetic sequence?\r
\n" );
document.write( "\n" );
document.write( "b. write the general term for a sequence a[n] that gives the number of seats in row n. a[n]=\r
\n" );
document.write( "\n" );
document.write( "c. how many seats are in row 18? \n" );
document.write( "
Algebra.Com's Answer #410524 by Theo(13342)![]() ![]() You can put this solution on YOUR website! row 1 = 49 \n" ); document.write( "row 2 = 53 \n" ); document.write( "row 3 = 57 \n" ); document.write( "this is an arithmetic sequence \n" ); document.write( "formula for the last term in an arithmetic sequence is l = a + (n-1)d \n" ); document.write( "a is the first number in the sequence \n" ); document.write( "l is the last number in the sequence \n" ); document.write( "n is the number of terms in the sequence. \n" ); document.write( "for the part of the sequence that is given to you, we get: \n" ); document.write( "a = 49 \n" ); document.write( "n = 3 \n" ); document.write( "d = 4 \n" ); document.write( "use this formula to find the number of the last term in the sequence. \n" ); document.write( "you get l = 49 + 2*4 = 49 + 8 = 57 \n" ); document.write( "as you can see, the last term in the sequence is 57 as given so the formula is good. \n" ); document.write( "we know it's an arithmetic sequence because it has a common difference which is 4. \n" ); document.write( "the number of seats in row 18 would be given by the same formula. \n" ); document.write( "l = a + (n-1) * d which becomes l = 49 + 17*4 which becomes l = 49 + 68 which becomes l = 117 \n" ); document.write( "if you wanted to take the trouble of actually plotting out the sequence, it would look like this: \n" ); document.write( " \r\n" ); document.write( "i x.i\r\n" ); document.write( "1 49\r\n" ); document.write( "2 53\r\n" ); document.write( "3 57\r\n" ); document.write( "4 61\r\n" ); document.write( "5 65\r\n" ); document.write( "6 69\r\n" ); document.write( "7 73\r\n" ); document.write( "8 77\r\n" ); document.write( "9 81\r\n" ); document.write( "10 85\r\n" ); document.write( "11 89\r\n" ); document.write( "12 93\r\n" ); document.write( "13 97\r\n" ); document.write( "14 101\r\n" ); document.write( "15 105\r\n" ); document.write( "16 109\r\n" ); document.write( "17 113\r\n" ); document.write( "18 117\r\n" ); document.write( " \n" ); document.write( "i is the row number \n" ); document.write( "x.i is the number of seats in that row.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is not a geometric sequence because you don't have a common ratio. \n" ); document.write( "the formula for a geometric sequence is l = a*r^(n-1) \n" ); document.write( "an example of a geometric sequence would be: \n" ); document.write( "1 \n" ); document.write( "2 \n" ); document.write( "4 \n" ); document.write( "8 \n" ); document.write( "the common ratio is 2 because each number is 2 times the number before it. \n" ); document.write( "in this geometric sequence, the 4th number in the sequence would be found using the formula of l = 1*2^3 which becomes l = 1*8 which becomes l = 8. \n" ); document.write( "since the 4th number in the sequence is 8, the formula works.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem there is no common ratio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "53/49 = 1.0816326... \n" ); document.write( "57/53 = 1.0754716...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there is, however, a common difference of 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |