Skip to main content
Back

Arithmetic Sequences quiz

Control buttons has been changed to "navigation" mode.
1/15
  • What is the defining characteristic of an arithmetic sequence?

    An arithmetic sequence has a constant difference between consecutive terms, called the common difference.
  • What symbol is commonly used to represent the common difference in an arithmetic sequence?

    The common difference is usually represented by the lowercase letter 'd'.
  • How do you write the recursive formula for an arithmetic sequence?

    The recursive formula is a_n = a_(n-1) + d, where d is the common difference.
  • Why must you specify the first term when using a recursive formula for an arithmetic sequence?

    You must specify the first term because the recursive formula needs a starting value to generate subsequent terms.
  • How do you find the common difference in a sequence of numbers?

    Subtract any term from the next term in the sequence; the result is the common difference.
  • What is the general formula for the nth term of an arithmetic sequence?

    The general formula is a_n = a_1 + d*(n-1), where a_1 is the first term and d is the common difference.
  • How would you use the general formula to find the 101st term of an arithmetic sequence?

    Plug n = 101 into the general formula: a_101 = a_1 + d*(101-1).
  • What is the common difference in the sequence 2, 7, 12, 17?

    The common difference is 5, since each term increases by 5.
  • If a sequence starts at 3 and each term increases by 4, what are the first four terms?

    The first four terms are 3, 7, 11, and 15.
  • What happens if the common difference in an arithmetic sequence is negative?

    The sequence decreases by the absolute value of the common difference each time.
  • How do you write a recursive formula for the sequence 2, 5, 8, 11, 14?

    The recursive formula is a_n = a_(n-1) + 3, with a_1 = 2.
  • What is the purpose of the general formula in arithmetic sequences?

    It allows you to find any term in the sequence directly, without calculating all previous terms.
  • How do you determine if a sequence is arithmetic?

    Check if the difference between each pair of consecutive terms is always the same.
  • In the sequence 9, 3, -3, -9, what is the common difference and recursive formula?

    The common difference is -6, and the recursive formula is a_n = a_(n-1) - 6, with a_1 = 9.
  • Why is it important to subtract the next term minus the previous term when finding the common difference?

    Subtracting in this order ensures you get the correct sign for the common difference.