Question 443727
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi
(6,1) represents an ordered pair: 
the 1st value of 6 the x-value
the 2nd value of 1 the y-value
{{{drawing(300,300,  -10,10,-10,10,     grid(1),
circle(6, 1,0.3),
graph( 300, 300, -10,10,-10,10))}}}
Below are examples of the following ordered pairs: (1,2),(3,4) and (5,5)
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(1, 2,0.3),
circle(3, 4,0.3),
circle(5, 5,0.3),
graph( 300, 300, -6, 6, -6, 6))}}}