Sequences
시작하기
- 작성 시간을 절약하려면 워크시트를 다운로드하세요
- 연습 문제를 풀기 시작해
- 막히면 영상 해답을 보세요
- 더 많은 인사이트를 원하시면 요약을 참고하세요

Sequences
5 문제점
문제 1객관식
Use a calculator to evaluate the following expression:
48!/(48-2)!2!
문제 2객관식
Rewrite the following sum using summation notation. Represent the index and lower limit of the summation as k and any number of your choice, respectively. Do not evaluate.
(p + q) + (p + 3q) + (p + 5q) + ⋯ + [p + (2n - 1)q]
문제 3객관식
A factorial is used in the general term of a sequence, which is given. Write the sequence's first four terms.
an = 3(2n-1)!
문제 4객관식
Write the first four terms of the sequence using the recursion formula.
a1 = 8 and an = 6an-1 + 1 for n≥2
문제 5객관식
Write Sk and Sk + 1 for the given statement Sn where n is any positive integer. Simplify Sk + 1 fully.
Sn: 2 is a factor of n2 + 3n.