document.write( "Question 210252: make a conjecture in terms of Q(n)(find the nth term) for the following sequence & then find the 100th term:n= 1 2 3 4 5 6
\n" );
document.write( " Q= 3 12 25 42 63 88\r
\n" );
document.write( "\n" );
document.write( "Cannot figure out any part of this...I would really appreciate any help at this point!
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #158885 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! make a conjecture in terms of Q(n)(find the nth term) for the following sequence & then find the 100th term: \n" ); document.write( "n= 1 2 3 4 5 6 \n" ); document.write( "Q= 3 12 25 42 63 88 \n" ); document.write( "------------------------- \n" ); document.write( "I ran a Quadratic regression program on the data \n" ); document.write( "and got f(n) = 2n^2 + 3n -2 \n" ); document.write( "----------------------------------- \n" ); document.write( "f(100) = 2(100)^2 + 3(100) - 2 = 20298 \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |