document.write( "Question 144227: select the next number in the series:
\n" );
document.write( "298 209 129 58 -4\r
\n" );
document.write( "\n" );
document.write( "choices are -13, -93, -66, -57 \n" );
document.write( "
Algebra.Com's Answer #104996 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! select the next number in the series: \n" ); document.write( "298 209 129 58 -4\r \n" ); document.write( "\n" ); document.write( "choices are -13, -93, -66, -57 \n" ); document.write( "---------------- \n" ); document.write( "You take the successive differences and get: \n" ); document.write( "89....80....71...62 \n" ); document.write( "----------------- \n" ); document.write( "You take the successive differences again and get: \n" ); document.write( "9.....9....9 \n" ); document.write( "------------------- \n" ); document.write( "This tells you the pattern is quadratic \n" ); document.write( "--------------------- \n" ); document.write( "Using the form y = ax^2+bx+c you generate three equations by \n" ); document.write( "substituting three points from the following:(1,298) (2,209) (3,129) (4,58) (4,-4) \n" ); document.write( "Doing that will give you three equations in a,b, c. \n" ); document.write( "Solve the system of equations and determine f(6) to get the \n" ); document.write( "next number in the sequence. \n" ); document.write( "------- \n" ); document.write( "I get -57. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |