Hints

Use these only after trying the exercises.

MATH-C01-C-001

Replace xx with 6. Multiply before subtracting.

MATH-C01-C-002

The notation g(5)g(5) means use 5 as the input. Replace every tt with 5.

MATH-C01-C-003

The symbol \in means "is in".

MATH-C01-C-004

Mathematical indexing usually starts at 1 in this chapter.

MATH-C01-C-005

Expand the sum first:

a1+a2+a3a_1 + a_2 + a_3

MATH-C01-C-006

Read the summation first. Then read the factor 1n\frac{1}{n}.

MATH-C01-C-007

The statement mixes two conventions. Use mathematical indexing for x2x_2.

MATH-C01-C-008

Check whether yes is listed as an element of VV.

MATH-C01-C-009

Average means total divided by count.

MATH-C01-C-010

A useful reading says what the formula does in context.

Next, compare your work with the explained solutions.