Question

In: Chemistry

l... 1.Using the Lewis structure drawing method developed in lecture and lab, complete the following multi-part...

l...
1.Using the Lewis structure drawing method developed in lecture and lab, complete the following multi-part question. Remember to adjust any of your electron counts as required when you do not initially have enough covalent bonds to connect all of your periphery atoms to the central atom. An electron count adjustment should not be done if all you are doing is optimizing an already drawn Lewis structure.

Compound or Ion Name

Chemical Formula

Nitrate Ion

​​​​​​​

ngc e-
valence e-
bonding e-
nonbonding e-


How many covalent bonds do your calculations (with any required adjustments for insufficient covalent bonds) indicate are needed?

How many lone pairs do your calculations (with any required adjustments for insufficient covalent bonds) indicate are needed?

At this point, and in order to answer the rest of the questions, you will actually need to take out a piece of paper and draw a Lewis structure for the formula that was provided.

How many electron groups are associated with the central atom in your Lewis structure?

What is the hybridization state of central atom? ---Select--- sp sp2 sp3 sp3d sp3d2

What is the geometry of the electron groups around the central atom? ---Select--- linear trigonal planar tetrahedral trigonal bipyramidal octahedral

What is the shape of the Lewis structure? ---Select--- linear trigonal planar tetrahedral trigonal bipyramidal octahedral bent trigonal pyramidal see-saw T-shaped square pyramidal square planar

How many lone pairs of electrons are on the central atom?

How many dark wedge bonds are on the central atom?

How many dashed bonds are on the central atom?

What is the formal charge on the central atom? (Use answers like 0,-1,+1,-2,+2, etc.)

2.

Using the Lewis structure drawing method developed in lecture and lab, complete the following multi-part question. Remember to adjust any of your electron counts as required when you do not initially have enough covalent bonds to connect all of your periphery atoms to the central atom. An electron count adjustment should not be done if all you are doing is optimizing an already drawn Lewis structure.

Compound or Ion Name

Chemical Formula

Phosphorus Pentabromide

ngc e-
valence e-
bonding e-
nonbonding e-


How many covalent bonds do your calculations (with any required adjustments for insufficient covalent bonds) indicate are needed?

How many lone pairs do your calculations (with any required adjustments for insufficient covalent bonds) indicate are needed?

At this point, and in order to answer the rest of the questions, you will actually need to take out a piece of paper and draw a Lewis structure for the formula that was provided.

How many electron groups are associated with the central atom in your Lewis structure?

What is the hybridization state of central atom? ---Select--- sp sp2 sp3 sp3d sp3d2

What is the geometry of the electron groups around the central atom? ---Select--- linear trigonal planar tetrahedral trigonal bipyramidal octahedral

What is the shape of the Lewis structure? ---Select--- linear trigonal planar tetrahedral trigonal bipyramidal octahedral bent trigonal pyramidal see-saw T-shaped square pyramidal square planar

How many lone pairs of electrons are on the central atom?

How many dark wedge bonds are on the central atom?

How many dashed bonds are on the central atom?

What is the formal charge on the central atom? (Use answers like 0,-1,+1,-2,+2, etc.)

Solutions

Expert Solution

1) Nitrate ion  

Valence electrons. on central atom : 5

Number of bonding electrons : 8. (4 bond pairs)

Number of non bonding electrons : 0

Number of covalent bonds : 4

electron groups are associated with the central atom. : 4 pairs ( 8 elcetrons )

Hybridisation : sp2

Geometry : Trigonal plannar

Lewis shape : T Shape

Number of lone pairs: 0

dark wedge bonds: 0

dashed bonds : 0

Formal charge on th central atom : +1

2) Phosporous penta bromide    

Valence electrons. on central atom : 0

Number of bonding electrons : 10 (5 bond pairs)

Number of non bonding electrons : 0

Number of covalent bonds : 5

electron groups are associated with the central atom. : 5 pairs ( 10 elcetrons )

Hybridisation : sp2d2

Thank you give your feedback

Geometry : Trigonal plannar

Lewis shape : T Shape

Number of lone pairs: 0

dark wedge bonds: 0

dashed bonds : 0

Formal charge on th central atom : +1


Related Solutions

Complete each of the following equation. Then write the Lewisformulas (i.e. the Lewis dot structure)...
Complete each of the following equation. Then write the Lewis formulas (i.e. the Lewis dot structure) of the reactants and products and identify each reactant as a Lewis acid or a Lewis base.a) AlCl3 + Cl- ---->b) I- + I2 ---->
1) Draw the Lewis structure of: A) SCl2 B) AsFr3 2) Using only Lewis structures that...
1) Draw the Lewis structure of: A) SCl2 B) AsFr3 2) Using only Lewis structures that obey the octet rule, draw the Lewis structures and determine the formal charge on each atom in: A) SO2 B) SO3 C) SO32-
4. Complete the table below, using Figure 1-3 in your lab manual for reference. Structure Body...
4. Complete the table below, using Figure 1-3 in your lab manual for reference. Structure Body Region Head Cephalic Neck Chest Armpit Humerus/Arm Anterior Surface of Elbow Radius and Ulna (forearm) Wrist Hand Abdomen Lower back Buttocks Hip Pelvis Groin Femur/thigh Back of knee Anterior leg Posterior leg/calf Ankle Foot Sole of foot
Part 1) Assume that XYZ lab has the following cost structure: Fixed Costs = $450,000 Variable...
Part 1) Assume that XYZ lab has the following cost structure: Fixed Costs = $450,000 Variable cost per test = $20 Charge per procedure = $100 What volume is required to break even? What volume is required to generate a profit of $300,000? Part II) Using the data in Part I above, assume that Aetna proposes a 25% discount from charges, what volume would then be required to break even? Hint: Discount the charge per test before entering it into...
Your company’s current pay structure was developed using the point-factor method in conjunction with market review...
Your company’s current pay structure was developed using the point-factor method in conjunction with market review data. Following the lead of other companies in the industry, however, your CEO proposes that she would like to overhaul the current pay structure by using market pricing exclusively. Recall from this chapter that market pricing refers to the process of basing a pay structure (almost) entirely off of competitors’ pay practices. The CEO declares that the overhauled pay structure will do a better...
1. Draw a 3-D Lewis structure of the following and what is the formal charge of...
1. Draw a 3-D Lewis structure of the following and what is the formal charge of the central atom; a. I3+ b. NF3 c. POBr3
Project Part 4: Part Four: Complete the addCruise() Method 1. In the Driver.java file, see below...
Project Part 4: Part Four: Complete the addCruise() Method 1. In the Driver.java file, see below for where you will add code to finish the addCruise() method. // Adda New Cruise public static void addCruise() { // complete this method } 2. Next, review the required functionality of the “Add Cruise” menu option below. Menu Option Validation Check(s) Functionality Add Cruise - Ensures cruise does not already exist in our system - Ensures all class variables are populated Adds cruise...
Project part 3: Part Three: Complete the addShip() Method 1. In the Driver.java file, see below...
Project part 3: Part Three: Complete the addShip() Method 1. In the Driver.java file, see below for where you will add code to finish the addShip() method. // Add a New Ship public static void addShip() { // complete this method } 2. Next, review the required functionality of the “Add Ship” menu option below. Menu Option Validation Check(s) Functionality Add Ship - Ensures ship does not already exist in our system - Ensures all class variables are populated Adds...
A company has developed a forecast using the Delphi method for January through June 1. Using...
A company has developed a forecast using the Delphi method for January through June 1. Using the data provided, what is the Mean Absolute Deviation for the forecast method? 2. Using the data provided, what is the MAPD? Month Demand Forecast January 232 234 February 225 222 March 239 240 April 260 261 May 234 231 June 260 262
Complete the following using the resources from the textbook and lab manual plus any outside sources...
Complete the following using the resources from the textbook and lab manual plus any outside sources you elect to use. Answers may be used more than once or not at all Identify the vessel that follows the internal jugular vein anterior tibial vein Identify the area that the pulmonary veins lead to Basilar The brachial veins lead to which vessel Basilic vein The three major veins of the upper arm are the Brachial vein The vessel following radial vein brachiocephalic...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT