SELECT * FROM question_mgmt as q WHERE id=1363 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=9 AND chapterId=46 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

A vessel of 120 mL capacity contains a certain amount of gas at 35 °C and 1.2 bar pressure. The gas is transferred to another vessel of volume 180 mL at 35 °C. What would be its pressure?

Answer:

According to Boyle’s Law P1 V1 = P2 V2

Here the temperature is constant. Therefore

1.2 X 120 = P2 X 180

OR

P2 = 1.2 X 120 /180 = 0.8 bar

Therefore, the pressure would be 0.8 bar.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='9' AND ex_no!=0 AND status=1 and id!=1363 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='2' AND subId='9' AND ex_no!=0 AND status=1 and id!=1363 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