| Sample Exercises
Chapter 3: New Functions from Old |
| (i) y = 0.1c(x) | (ii) y = 0.9c(x) | (iii) y = c(x) + 1 |
| (iv) y = 1.1c(x) | (v) y = -0.1c(x) | (vi) y = c(x) - 1 |
| (vii) y = c(x) - 10 | (viii) y = c(x) + 10 | (iv) y = c(x) + 0.1 |
A. The population of a town in 1970 was 8000 and has increased
by 3% per year.
B. The population of a town in 1970 was 2000 and has increased
by 12% per year.
| Foot Length (inches) | 8 | 9 | 10 | 11 | 12 |
| Men's Shoe Size | 2 | 5 | 8 | 11 | 14 |
| Women's Shoe Size | 3.5 | 6.5 | 9.5 | 12.5 | 15.5 |
| x |
-3
|
-2
|
-1
|
0
|
1
|
2
|
3
|
| f(x) |
4
|
-1
|
0
|
2
|
3
|
-2
|
1
|
| g(x) |
-2
|
0
|
2
|
4
|
2
|
1
|
-1
|
| g(f(x)) |