Math Worksheet Solutions
2.1 & 2.2: Output Values and Flow Diagram
Formula: y = 2x - 2
a) If x = 0.5: y = 2(0.5) - 2 = 1 - 2 = -1
b) If x = 1: y = 2(1) - 2 = 2 - 2 = 0
c) If x = 1.5: y = 2(1.5) - 2 = 3 - 2 = 1
d) If x = 2.5: y = 2(2.5) - 2 = 5 - 2 = 3
Flow Diagram:
|x |y |
|-----|-----|
| 0.5 | -1 |
|1 |0 |
| 1.5 | 1 |
| 2.5 | 3 |
3. Choose the correct formula for each table
Formulas:
a) y = 5x + 3
b) y = 3x + 2
c) y = 3x + 1
d) y = 2x - 1
First Table:
Input: 1, 2, 3, 4, 5, 6, 7
Output: 1, 3, 5, 7, 9, ...
Correct Formula: d) y = 2x - 1
Second Table:
Input: 1, 2, 3, 4, 5, 6, 7
Math Worksheet Solutions
Output: 4, 7, 10, 13, 16, ...
Correct Formula: c) y = 3x + 1
Third Table:
Input: 1, 2, 3, 4, 5, 6, 7
Output: 8, 13, 18, 23, 28, ...
Correct Formula: a) y = 5x + 3
Fourth Table:
Input: 1, 2, 3, 4, 5, 6, 7
Output: 5, 8, 11, 14, 17, ...
Correct Formula: b) y = 3x + 2
4. Area of Rectangle
Formula: Area = Length × Breadth
Completed Table:
| Length (m) | Breadth (m) | Area (m²) |
|------------|-------------|-----------|
| 16 |3 | 48 |
|8 |6 | 48 |
| 12 |4 | 48 |
| 24 |2 | 48 |