asked 186k views
1 vote
How do I graph p=2-0.0025q ??

1 Answer

5 votes
We can draw this in x-y coordinate system (actually its 2D system whereit doesnt matter how we name variables I said x-y because that is some kind of standard to call that system)

when you have to draw a graph of a line (this is function of a line) you find 2 dots and than just connect them. Easiest way to do that is to make those dots on coordinate system axis.

for p=0 we will get dot on q axis and for q = 0 we will get dot on p-axis.

p=0 -> 0.0025q = 2, -> q = 2/0.0025 = 800
q=0 -> p = 2

now you have 2 dots with (p,q) coordinates
(0,800) and
(2,0)
draw axis, place these dots on them connect dots and extend line on both sides (because line doesnt have beginning nor end) and you are done.
answered
User Paul Rowland
by
9.2k points

Related questions

asked Nov 12, 2019 147k views
Hoppe asked Nov 12, 2019
by Hoppe
7.6k points
1 answer
1 vote
147k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.