Loading...
The Rectangular Coordinate System
A
B
C
D
E
F
. . . .

Ordered Pairs

To denote an ordered pair of real numbers, you write the numbers separated by a comma inside a pair of parentheses. For example, (7,3) is an ordered pair whose first coordinate is 7 and whose second coordinate is 3. In general, an ordered pair of real numbers with a as first coordinate and b as second coordinate is written as (a,b).

What is the difference between braces {} and parentheses () ? You learned that braces are used to denote a set. When numbers are listed inside braces, the order in which they appear is not important. Thus, the set {4,8} is the same as {8,4}. Moreover, the set {7,7} can be simply written as {7}. Similarly, the set {1,2,1,2} can be simply written as {1,2}.

On the other hand, an ordered pair whose first and second coordinates are both equal to 7 is written as (7,7) and not as (7).

Example

Which of the following denotes an ordered pair?

1. 9, 4
2. (12,6)
3. {3,8}
4. (2+3,2(3))
5. (2,3,3)


Solution

The ordered pairs are (12,6) and (2+3,2(3)).