SELECT * FROM question_mgmt as q WHERE id=5567 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=60 AND chapterId=611 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th micro-economics The Theory of the Firm under Perfect Competition consider a market with two firms in the following

Question:

Consider a market with two firms. In the following table, columns labelled as SS1 and SS2 give the supply schedules of firm 1 and firm 2 respectively. Compute the market supply schedule.

Price (Rs.) SS1 (kg) SS2 (kg)
0
1
2
3
4
5
6
7
8
0
0
0
1
2
3
4
5
6
0
0
0
0
0.5
1
1.5
2
2.5

Answer:

Price SS1 (kg) SS2 (kg) Market Supply
= SS1 + SS2
0 0 0 0 + 0 = 0
1 0 0 0 + 0 = 0
2 0 0 0 + 0 = 0
3 1 0 1 + 0 = 1
4 2 0.5 2 + 0.5 = 2.5
5 3 1 3 + 1 = 4
6 4 1.5 4 + 1.5 = 5.5
7 5 2 5 + 2 = 7
8 6 2.5 6 + 2.5 = 8.5


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!=5567 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!=5567 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