Answer:
true!
Explanation:
if youre going by the scientific method, observations are mainly first. then questions, research, etc
Answer:
I beleive the first option is correct
Answer:

Explanation:
Hello!
In this case, since the empirical formula is the smallest representation of the molecular formula, it is known that the times in which the empirical formula is into the molecular formula is a whole number and is computed by dividing the molar mass of the molecular formula by that of the empirical formula as shown below:

Thus, the molecular formula times the empirical formula by 3 to obtain:

Regards!
Answer:
True is the correct answer to the above question.
Explanation:
- If x is a string then it can be assigned by the help of two ways in java:
- By the help of constructor:- When we write " x = new String("OH");", then it will create a pass a string "OH" into the constructor. It is because the String is a class in java and x is an object created by the constructor of the String class.
- With the help of assigning: The "x= OH", which assigns the value of x which is an object of String class it can also use the constructor to initialize the "OH" string on the class.
- The above question states the two scenarios which are defined above. Hence the question statement is true.