Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Algebra Lesson 3-4 Quiz v5

star
star
star
star
star
Posljednje ažuriranje over 2 years ago
7
1
1
1
1
1
Pitanje 5
5.

Write a recursive definition for a function, f(n), that will generate the correct sequence of dates.

1
1
Pitanje 1
1.

Which statement describes the sequence -1, 1, -1, 1, -1, ...?

Pitanje 2
2.

Which of the following is an arithmetic sequence with a common difference of -3?

Pitanje 3
3.

Match each sequence with its explicit formula.

For every sequence, let the first term be a_{1}.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

0, 31, 62, 93, ...

arrow_right_alt

a_{n}=-12+(n-1)(-19)

-19, -38, -57, -76, ...

arrow_right_alt

a_{n}=-19+(n-1)(-12)

-19, -31, -43, -55, ...

arrow_right_alt

a_{n}=12+(n-1)(-12)

-12,-31,-50,-69, ...

arrow_right_alt

a_{n}=-19n

12, 0, -12, -24, ...

arrow_right_alt

a_{n} = 31n

Pitanje 4
4.

Complete the recursive definition of the sequence 6, 3, 0, -3, ...

a_{1}=6

a_{n} = ___________________

Questions 5-7 pertain to the following scenario:

To make it easier to work with dates, most computer systems store the date as a single number, not a combination of three number for year, month, and day. For example, Microsoft Excel counts the day January 1, 1900 as '1', and then every next day is one number higher. See the table below for an illustration.

Assume that "today" is the day 44285.

In this system, you want to produce a list of dates for a calendar event, starting with today, 44285, and recurring every 5 days.

(photo: exceljet.net)

Pitanje 6
6.

Write an explicit definition for the function, f(n), that will gerenate the correct sequence of dates.

Pitanje 7
7.

Which of the following is a pattern that starts on January 1, 1900 and repeats every 365 days?