document.write( "Question 1081255: -1, -3, -1, 5, 15
\n" ); document.write( "Find first differences for the sequence in order from a1 to a5. Determine whether or not the series is quadratic or not.\r
\n" ); document.write( "\n" ); document.write( "A.) , 2, 6, 10; not quadratic
\n" ); document.write( "B.) 2, 2, 6, 10; quadratic
\n" ); document.write( "C.) -2, 2, 6, 10; not quadratic
\n" ); document.write( "D.) -2, 2, 6, 10; quadratic
\n" ); document.write( "

Algebra.Com's Answer #695432 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Calculate the first difference by subtracting,
\n" ); document.write( "\"d%5B1%5D=a%5B2%5D-a%5B1%5D=-3-%28-1%29=-3%2B1=-2\"
\n" ); document.write( "\"d%5B2%5D=a%5B3%5D-a%5B2%5D\"
\n" ); document.write( "\"d%5B3%5D=a%5B4%5D-a%5B3%5D\"
\n" ); document.write( "\"d%5B4%5D=a%5B5%5D-a%5B4%5D\"
\n" ); document.write( "Do the same for the remaining numbers.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Then calculate the second difference.
\n" ); document.write( "\"D%5B1%5D=d%5B2%5D-d%5B1%5D\"
\n" ); document.write( "\"D%5B2%5D=d%5B3%5D-d%5B2%5D\"
\n" ); document.write( "\"D%5B3%5D=d%5B4%5D-d%5B3%5D\"
\n" ); document.write( "If all the second differences are equal, the series is quadratic.
\n" ); document.write( "Else it is not.
\n" ); document.write( "
\n" ); document.write( "
\n" );