SOLUTION: How do I graph x=3?

Algebra ->  Graphs -> SOLUTION: How do I graph x=3?      Log On


   



Question 80514: How do I graph x=3?
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

How do I graph x = 3?

Draw a set of axes like this:

graph%28300%2C300%2C-7%2C7%2C-7%2C7%29

Find 3 on the x-axis and draw a vertical
line through it like this:

graph%28300%2C300%2C-7%2C7%2C-7%2C7%2C9999%28x-3%29%29

That's all there is to it.

----------------------------------------

By the way, if you had been asked to graph 
y = 3 instead, you would find 3 on the 
y-axis and draw a horizontal line through 
it, like this:

graph%28300%2C300%2C-7%2C7%2C-7%2C7%2C3%29

Edwin