Hints
Use these only after trying the exercises.
MATH-C01-C-001
Replace with 6. Multiply before subtracting.
MATH-C01-C-002
The notation means use 5 as the input. Replace every with 5.
MATH-C01-C-003
The symbol means "is in".
MATH-C01-C-004
Mathematical indexing usually starts at 1 in this chapter.
MATH-C01-C-005
Expand the sum first:
MATH-C01-C-006
Read the summation first. Then read the factor .
MATH-C01-C-007
The statement mixes two conventions. Use mathematical indexing for .
MATH-C01-C-008
Check whether yes is listed as an element of .
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.