When a scatterplot is created from a table of values, which statement is correct?
A. It is possible for two points to have the same x-coordinate and the same y-coordinate.
B. It is possible for two points to have the same x-coordinate, but it is impossible for them to have the same y-coordinate.
C. It is possible for two points to have the same y-coordinate, but it is impossible for them to have the same x-coordinate.
D. It is impossible for two points to have the same x-coordinate or the same y-coordinate.

Respuesta :

A. It is possible for two points to have the same x-coordinate and the same y-coordinate. 

Answer: A is correct option .It is possible for two points to have the same x-coordinate and the same y-coordinate.


Step-by-step explanation:

A scatter plot is a mathematical diagram or 2-dimensional data visualization using Cartesian coordinates to display values for  two variables for a set of data by using dots to represent the values occurred for two different variables - one plotted along the x-axis and the other plotted along the y-axis. They show how variables are correlated thats why they are also called correlation plot. For example we have scatter plot with variables as study time and exam grade, so it can happen that 2 students study for same time and got same grade.

Therefore, It is possible for two points to have the same x-coordinate and the same y-coordinate.