SELECT * FROM question_mgmt as q WHERE id=1367 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:

The drain cleaner, Drainex contains small bits of aluminum which react with caustic soda to produce dihydrogen. What volume of dihydrogen at 20 °C and one bar will be released when 0.15g of aluminum reacts?

Answer:

Aluminium reacts with caustic soda in accordance with the reaction

The reaction of aluminium with caustic soda can be represented as:

Therefore volume of hydrogen at STP released when 0.15g of Al reactsv

=0.15 x 3 x 22.4 /54 = 187ml

Now P1 = 1 bar,

P2 = 1 bar

T1 = 273 K

T2 = 20 + 273 = 293 K

V1 = 187 ml

V2 = x

When pressure is held constant,then

V2 = P1 V1 T2 / P2 T1

OR

x = 1 X 187 X 293 / 0.987 X 273

= 201 ml

Therefore, 201 mL of dihydrogen will be released.


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