Question

In: Chemistry

Convert the boiling temperature of gold, 2966 °C, into degrees Fahrenheit and kelvin.

Convert the boiling temperature of gold, 2966 °C, into degrees Fahrenheit and kelvin.

 

Solutions

Expert Solution

The boiling temperature of Gold is very high, indicating that the intermolecular forces of attraction between the Gold molecules are pretty high and strong.

Temperature can be evaluated on Kelvin, Fahrenheit, and degrees Celsius scales.

They follow the relationship as:

 

$$ \begin{aligned} \text { Fahrenheit } &=\frac{9}{5}\left({ }^{\circ} \mathrm{C}\right)+32 \\ &=\frac{9}{5} \times(2966)+32 \\ &=5370.8{ }^{\circ} \mathrm{F} \end{aligned} $$

Degree Celsius into Kelvin temperature is converted as:

$$ \begin{aligned} K &={ }^{\circ} C+273.15 \\ &=2966+273.15 \\ &=3239.15 K \end{aligned} $$


The boiling temperature of 2966° C equals 5370.8° F and 3239.15 Kelvin.

Related Solutions

(Python) Write a code converting degrees in Fahrenheit to degrees Kelvin, using this conversion equation conversion...
(Python) Write a code converting degrees in Fahrenheit to degrees Kelvin, using this conversion equation conversion from degrees Fahrenheit to Celcius: ? = (? − 32) x 5/9 and then to degrees Kelvin: ? = ? + 273.15 with the following properties 1) the code should take into account that temperature in degrees Kelvin cannot be smaller than zero. In other words, your code should return 0 Kelvin as the smallest temperature for any input value of degrees Fahrenheit). 2)...
Write a java program to convert Celsius degrees to Fahrenheit degrees the user enters degrees in...
Write a java program to convert Celsius degrees to Fahrenheit degrees the user enters degrees in Celsius and the program Coverts the input to Fahrenheit using the following formula T(°F) = T(°C) × 1.8 + 32 submit the source code Design output Load: 1. Design (Pseudocode ) 2. Source file (Java file, make sure to include comments) 3. Output file (word or pdf or jpig file)
Temperature Conversion Menu (100 pts) The three common temperature scales are Celsius, Fahrenheit and Kelvin. The...
Temperature Conversion Menu (100 pts) The three common temperature scales are Celsius, Fahrenheit and Kelvin. The conversion formulae for each of the scales is shown below (where °C, °F and K represent the temperatures in degrees Celsius, degrees Fahrenheit and Kelvin respectively): Celsius to Fahrenheit: °F = (9.0/5) ´ (°C) + 32 Celsius to Kelvin: K = °C + 273.15 Kelvin to Celsius: °C = K – 273.15 Kelvin to Fahrenheit: °F = (9.0/5) ´ (K – 273.15) + 32...
1. Temperature in kelvins (K) is related to the temperature in degrees Fahrenheit (°F) by the...
1. Temperature in kelvins (K) is related to the temperature in degrees Fahrenheit (°F) by the equation Design a MATLAB program that will do the following a. Prompt the user to enter an input temperature in °F. b. Read the input temperature. c. Calculate the temperature in kelvins in a separate function d. Write out the results with two digits to the right of the decimal (Use the fprintf function). The results should go to the command window.
Write a program that displays a temperature conversion table for degrees Celsius and degrees Fahrenheit. The...
Write a program that displays a temperature conversion table for degrees Celsius and degrees Fahrenheit. The table should include rows for all temperatures between 0 and 100 degrees Celsius that are multiples of 10 degrees Celsius. Include appropriate headings on your columns. The formula for converting between degrees Celsius and degrees Fahrenheit can be found on the internet. Python 3
The temperature in degrees Fahrenheit and the number of emergency calls are shown below. Determine if...
The temperature in degrees Fahrenheit and the number of emergency calls are shown below. Determine if there is a relationship between the temperature and the number of emergency calls received. Use .05 significance. Number of Calls (Y) Temperature (X) 7 68 4 74 8 82 10 88 11 93 9 99 13 101 What is the p value and is it significant? Select one: a. .1898, no it is not significant. b. .0267, yes it is significant. c. .2162, yes...
The temperature X in degrees Fahrenheit (F) of a particular chemical reaction is known to be...
The temperature X in degrees Fahrenheit (F) of a particular chemical reaction is known to be distributed between 220 and 280 degrees with a probability density function of fX(x) = (x − 190)/3600. A value of X degrees Fahrenheit can be converted to Y degrees Celsius (C) by taking Y = (5/9)(X − 32). Determine the following in both degrees F and degrees C: (a) the mean of the distribution (b) the variance of the distribution (c) the cumulative distribution...
The high temperature (in degrees Fahrenheit), x, and the ice cream sales (in dollars) for a...
The high temperature (in degrees Fahrenheit), x, and the ice cream sales (in dollars) for a local store, y, are related by the regression line equation y = -392.966 + 8.791x. Find the amount of sales predicted by the model if the high temperature is x = 94°F. Give your answer as a monetary amount rounded to the nearest cent.
In Java: Write a program called F2C that allows the user to convert from degrees Fahrenheit...
In Java: Write a program called F2C that allows the user to convert from degrees Fahrenheit to degrees Celsius. The program should prompt for a temperature in Fahrenheit and output a temperature in Celsius. All calculations should be done in in ints, so be careful of truncation.
The mean temperature for the month of July in Boston, Massachusetts is 73 degrees Fahrenheit. Plot...
The mean temperature for the month of July in Boston, Massachusetts is 73 degrees Fahrenheit. Plot the following data, which represent the observed mean temperature in Boston over the last 20 years: 199872199969200078200170200267200374200473200565200677200771200875200968201072201177201265201379201477201578201672201774 Is this a normal distribution? Explain your reasoning. What is an outlier? Are there any outliers in this distribution? Explain your reasoning fully. Using the above data, what is the probability that the mean will be over 76 in any given July? Using the above data, what...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT