answersLogoWhite

0

In general it is impossible without knowing the kind of, and some details structure of, that particular molecule.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

four more than a triple an unknown number is the same as double the same unknown number minus one what is the number?

-424Four times the unknown number


How do you calculate the average of unknown number of tests?

If the average of 5 numbers is 23 and the range is 10, what are the 5 numbers?


How can one calculate the bond order from a Lewis structure?

To calculate the bond order from a Lewis structure, count the total number of bonds between atoms and divide by the total number of bond groups. Bond order indicates the strength of a bond and the stability of a molecule.


What is the sum of an unknown number and three times the unknown number?

Four times the unknown number. Let's say the unknown number is x. x + 3x = 4x


How do you make your number unknown to people who don't have your number?

You put *67 then your number to make it unknown.


Can a text be resent from originator to an unknown number How?

you can forward the message to the unknown number.


What is a perimeter 5 8 plus unknown number equals what?

If a perimeter of 8 is obtained by adding 5 and unknown number, then the unknown number is 3.2.


What is five greater than an unknown number?

Five greater than an unknown number can be expressed as ( x + 5 ), where ( x ) represents the unknown number. This means if you were to take the unknown number and add five to it, you would arrive at the result.


What is the answer to thirteen more than a number?

n + 13 or 13 + n


What is one third of an unknown number doubled?

one third of an unknown number doubled is...


What was the social structure of Prussia?

sitting in the toliet taking a number two soo a double rainbow can appear..:D


How do you add tangent in calculator in java?

You are able to calculate the tangent of a number using the Math class (java.lang.Math). The tan(double a) method is the one you are looking for. For example: double a = 2.5; double tangent = java.lang.Math.tan(a);