document.write( "Question 1001423: Please help me solve the problem\r
\n" );
document.write( "\n" );
document.write( "Let Sn(n>=1) be a sequence of sets defined by \r
\n" );
document.write( "\n" );
document.write( "S1 = {0}
\n" );
document.write( "S2 ={3/2,5/2}
\n" );
document.write( "S3={8/3,11/3,14/3}
\n" );
document.write( "S4={15/4,19/4,23/4,27/4},.......... then\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) third element in S20 is 439/20
\n" );
document.write( "b)third element in S20 is 431/20
\n" );
document.write( "c)sum of element in S20 is 589
\n" );
document.write( "d) sum of the elements in S20 is 609\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "[Sn denotes S subscript n eg. S1 denotes S subscript 1]\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Which of the above options(a,b,c,d) are correct? {at least two of them must be correct} \n" );
document.write( "
Algebra.Com's Answer #618608 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! S1 has 1 element \n" ); document.write( "S2 has 2 elements \n" ); document.write( "S3 has 3 elements \n" ); document.write( "... \n" ); document.write( "... \n" ); document.write( "S20 has 20 elements \n" ); document.write( "Sn has n elements\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The denominator of each term in S2 is 2 \n" ); document.write( "The denominator of each term in S3 is 3 \n" ); document.write( "The denominator of each term in S4 is 4 \n" ); document.write( "... \n" ); document.write( "... \n" ); document.write( "The denominator of each term in S20 is 20 \n" ); document.write( "The denominator of each term in Sn is n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numerators are a bit trickier to figure out. But notice how \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S2 has numerators 3,5 \n" ); document.write( "so we have +2 each time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S3 has numerators 8,11,14 \n" ); document.write( "we're adding 3 each time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S4 has numerators 15,19,23,27 \n" ); document.write( "we're adding 4 each time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so Sn will have us adding n each time \n" ); document.write( "The question is: where do we start?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S2 starts with 3 \n" ); document.write( "S3 starts with 8 \n" ); document.write( "S4 starts with 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It turns out that the sequence 3,8,15 follows a quadratic pattern. In other words, a quadratic goes through the three points (2,3), (3,8) and (4,15)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'm not going to go into too much detail about this (since it takes a very long time to do by hand), but you use a calculator to get this quadratic y = x^2 - 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So Sn has n elements. The first element would be(n^2-1)/n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first element of S20 would be...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(n^2-1)/n = (20^2-1)/20 = 399/20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we add 20 two times to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "399+20+20 = 439\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the third element of S20 is 439/20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We start with 399 in the numerator and we have the sequence\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "399, 419, 439, 479, ...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we have 20 of these terms being added up. This can be done quickly with an arithmetic series formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum of first n terms = n*(a1 + an)/2 \n" ); document.write( "sum of first n terms = n*(a1 + a1 + d(n-1))/2 \n" ); document.write( "sum of first n terms = n*(2*a1 + d(n-1))/2 \n" ); document.write( "sum of first 20 terms = 20*(2*399 + 20(20-1))/2 \n" ); document.write( "sum of first 20 terms = 11,780\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of the terms in the numerator is 11,780\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The denominator stays as 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11,780/20 = 589\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===================================================\r \n" ); document.write( "\n" ); document.write( "Final Answers:\r \n" ); document.write( "\n" ); document.write( "a) third element in S20 is 439/20 \n" ); document.write( "c) sum of element in S20 is 589 \n" ); document.write( " |