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

Question:

The first ionization enthalpy values (in kJmol–1) of group 13 elements are :
B Al Ga In Tl
801 577 579 558 589
How would you explain this deviation from the general trend?

Answer:

On moving down a group the ionization enthalpies generally decreses due to increase in atomic size and screening effect which is more than to compensate the effect of increase in nuclear charge. Consequently the electron becomes less and less tightly held by the nucleus as we move down the group.The sharp decrease in ionization enthalpy from B to Al is due to increase in size.In case of Ga ,there are 10 d electrons in its inner electronic configuration. Since the d electrons shield the nuclear charge less effectively than the s and p electrons,the outer electron are held strongly by the nucleus.As a result the ionization enthalpy increases slightly inspite of the increase in atomic size as we move from Al to Ga. The similar increase is also observed from In to Tl, which is due to presence of 14f electrons in inner electronic configuration of Tl which has poor shielding effect.


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