i. Flow Diagram:
Start -> Input x -> Calculate y = (1/2)x + 2 -> Output y -> End
ii. Table:
| x | y |
|:-----:|:-----:|
| 0 | 2 |
| 2 | 3 |
| 4 | 4 |
| 6 | 5 |
| 8 | 6 |
iii. Graph:
The graph of the function y = (1/2)x + 2 is a straight line that passes through the point (0, 2) and has a slope of 1/2. It slants upwards as x increases.
Here is a visual representation of the graph:
^
| /
| /
| /
| /
|/
------------------->
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
represent the following function y=1/2x +2
i. flow diagram
ii. table
iii. graph
1 answer