Given the following table of date:
Price Number
10 47
15 37
20 15
25 16
30 16
35 10
To plot the given data, we will be transforming them into coordinates, with the Price as X and the number of items sold as Y.
We get,
Price (X) Number (Y) Point (X,Y)
10 47 10,47
15 37 15,37
20 15 20,15
25 16 25,16
30 16 30,16
35 10 35,10
Plotting it into the graph, we get:
Comparing to the given plots, the graph that is the same as the one we made is the graph of option D.
Therefore, the answer is letter D.