answersLogoWhite

0

You have to draw the dot diagrams for them, and then you'll see that CO has a triple bond and the other two don't, so its has the longest length :)

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Earth Science
Related Questions

How do i find the Ratio of the shortest to the longest side of a triangle?

You divide the length of the shortest side by the length of the longest side.


What is the ratio length of the shortest side to the length of the longest side?

Shortest side -------------------- Longest side


What is the longest length of a triangle if its shortest length is 3.6cm when two of its angles are 37.25 degrees and 48.4 degrees?

Largest angle: 93.25 degrees Shortest angle: 37.25 degrees Shortest length: 3.6cm Longest length: 3.6*sin(94.35)/sin(37.25) = 5.93cm to two decimal places


what- The length of the shortest side of the scalene triangle is 5 inches.Find the length of the longest side?

9 in.


What is the difference in length between the longest bead and the shortest bead?

Small and big


What is the longest to shortest wave length?

The longest wavelength is radio waves, followed by microwaves, infrared, visible light, ultraviolet, X-rays, and gamma rays, which have the shortest wavelength.


How do you figure the square feet of a rectangle trapezoid?

Find the average of the two sides (Longest length plus shortest length. Divide this addition by 2). Multiply the result by its height (which is the distance between the longest side and the shortest side).


What is the longest length of a trangle when its shortest length is 3.6cm if two of its angles are 37.25 degrees and 48.4 degrees?

The longest side is opposite to angle 94.35 degrees The shortest side of 3.6cm is opposite to angle 37.25 degrees The longest side is 3.6*sin(94.35) divided by sin(37.25) = 5.93cm


What is the name for the formula LIS?

The formula LIS stands for "Longest Increasing Subsequence." It is used to find the length of the longest subsequence of a given sequence that is strictly increasing.


What are the longest and the shortest lengths that could be labeled 7 inches to the nearest inch?

Longest: 7.4999999999999999999999999999999999999..... inches.Shortest: 6.5 inches


Which are measurements of the sides of a right triangle?

There are an infinite number of different right triangles. The only thing you can say about all of them is:(the square of the length of the shortest side) plus (the square of the length of the next shortest side)is equal to (the square of the length of the longest side)


What is the algorithm to find the longest increasing path in a matrix?

The algorithm to find the longest increasing path in a matrix is called the Longest Increasing Path in a Matrix (LIP) algorithm. It involves using dynamic programming to recursively search for the longest increasing path starting from each cell in the matrix. The algorithm keeps track of the length of the longest increasing path found so far and updates it as it explores different paths.