Suppose you are going to graph the data in the table.
 Minutes Temperature (°C)
 5 -20
 10 5
 15 10
 20 6
 25 25
 30 21
 35 14
 40 -6
 What data should be represented on each axis, and what should the axis increments be?
 A. x-axis: minutes in increments of 5; y-axis: temperature in increments of 1
 B. x-axis: minutes in increments of 5; y-axis: temperature in increments of 5
 C. x-axis: temperature in increments of 5; y-axis: minutes in increments of 1
 D. x-axis: temperature in increments of 1; y-axis: minutes in increments of 5