Yes, Sharpies contain volatile solvents—and when inhaled these solvents can produce a "high." The effects of inhalants (including Sharpies) can be similar to those of alcohol and include slurred speech, lack of coordination, euphoria, and dizziness.
If I made no mistake in calculation, the given answer must be correct...(tried my best)
elements : carbon hydrogen oxygen Fluorine
composition [C] 24 3 16 57
M r 12 1 16 19
(divide C by Mr) 2 3 1 3
(Divide by smallest value) 2 3 1 3
(smallest value = 1...so all value remained constant)
Empirical formula : C2H3OF3
if molar mas = 100 g per mole, then
first step calculate Mr. of empirical formula: [= 100]
Them molecular formula = empirical formula
Answer:
978mmHg
Explanation:
The total pressure of a gas mixture is defined as the sum of the pressure of each gas in the mixture.
If the mixture of gases you have 200mmHg for O₂, 350mmHg for N₂ and 428mmHg for He, total pressure of the mixture is:
200mmHg + 350mmHg + 428mmHg = <em>978mmHg</em>
Answer:
please mark as brainliest!!
Explanation:
// C++ program to print initials of a name
#include <bits/stdc++.h>
using namespace std;
void printInitials(const string& name)
{
if (name.length() == 0)
return;
// Since touuper() returns int, we do typecasting
cout << (char)toupper(name[0]);
// Traverse rest of the string and print the
// characters after spaces.
for (int i = 1; i < name.length() - 1; i++)
if (name[i] == ' ')
cout << " " << (char)toupper(name[i + 1]);
}
// Driver code
int main()
{
string name = "prabhat kumar singh";
printInitials(name);
return 0;
}
Answer: the gravitational pull decreases as the object's distance increases
Explanation: