SELECT * FROM question_mgmt as q WHERE id=10219 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=60 AND chapterId=609 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th micro-economics Theory of Consumer Behaviour suppose there are two consumers in the market for

Question:

Suppose there are two consumers in the market for a good and their demand functions are as follows:

d1(p) = 20 – p for any price less than or equal to 20, and d1(p) = 0 at any price greater than 20.

d2(p) = 30 – 2p for any price less than or equal to 15 and d1(p) = 0 at any price greater than 15.

Find out the market demand function.

Answer:

d1 (p) 20-p

d2 (p) 30-2p

For price less than Rs 15 ( p ≤ 15)
Market demand for a good = d1(p)+d2(p)
20 – p + 30 – 2p
= 50 – 3p

For price more than Rs 15 but less than Rs 20 (15 < ≤ p 20)
Market demand =d1(p) + d2 (p)
= 0+0 (∵for p>15, d1 ( p) 0,d2(p)=0)
= 0
Thus, market demand
= 50 – 3p if p ≤15
= 20 – p if 15 < ≤ p 20
= 0 if p>20


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='60' AND ex_no!=0 AND status=1 and id!=10219 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='60' AND ex_no!=0 AND status=1 and id!=10219 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question