InterviewSolution
Saved Bookmarks
| 1. |
Draw a graph for the following. (i) Side of square (in cm) `2, 3,3.5,5,6` and Perimeter (in cm) `8, 12, 14, 20, 24` Is it a linear graph ? (ii) Side of square (in cm) `2, 3, 4, 5, 6` and Area (in cm) `4, 9, 16, 25, 36` Is it a linear graph ? |
|
Answer» After plotting the points on the graph 1)Yes, it is a linear graph 2) No, it is not a linear graph. |
|