{"id":27566,"date":"2023-04-14T16:03:51","date_gmt":"2023-04-14T16:03:51","guid":{"rendered":"https:\/\/www.splashlearn.com\/math-vocabulary\/?page_id=27566"},"modified":"2024-01-16T09:57:32","modified_gmt":"2024-01-16T09:57:32","slug":"convert-fahrenheit-to-celsius-definition-formula-facts","status":"publish","type":"post","link":"https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula","title":{"rendered":"Convert Fahrenheit to Celsius: Definition, Formula, Facts"},"content":{"rendered":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\tMath-Vocabulary\n<\/span><\/div>\n\n<div class=\"ub_table-of-contents\" data-showtext=\"show\" data-hidetext=\"hide\" data-scrolltype=\"auto\" id=\"ub_table-of-contents-948a416d-ac90-41da-96df-6702240df36e\" data-initiallyhideonmobile=\"false\"\n                    data-initiallyshow=\"true\"><div class=\"ub_table-of-contents-extra-container\"><div class=\"ub_table-of-contents-container ub_table-of-contents-1-column \"><ul><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#0-what-is-fahrenheit-to-celsius-formula>What Is Fahrenheit to Celsius Formula?<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#2-how-to-convert-farenheit-to-celcius>How to Convert Farenheit to Celcius<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#5-relationship-between-fahrenheit-and-celsius>Relationship between Fahrenheit and Celsius<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#10-solved-examples-on-the-fahrenheit-to-celsius-formula>Solved Examples on the Fahrenheit to Celsius Formula<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#11-practice-problems-on-the-fahrenheit-to-celsius-formula>Practice Problems on the Fahrenheit to Celsius Formula<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula#12-frequently-asked-questions-on-the-fahrenheit-to-celsius-formula>Frequently Asked Questions on the Fahrenheit to Celsius Formula<\/a><\/li><\/ul><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"0-what-is-fahrenheit-to-celsius-formula\">What Is Fahrenheit to Celsius Formula?<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">We can convert a given temperature in Fahrenheit scale to the Celsius scale using the Fahrenheit to Celsius formula. The Fahrenheit to Celsius formula is also commonly referred to as the <strong>F to C formula<\/strong>. The F to C formula is used to convert temperature from Fahrenheit to Celsius.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Fahrenheit to Celsius conversion is used to convert a given temperature from the scale of Fahrenheit to Celsius. You know that temperature is the measurement of how hot or cold a body, an environment, or an object is.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The temperature can be measured in degree-Fahrenheit scale or degree-Celsius scale. These are the most commonly used scales. The symbol used to represent Fahrenheit is $^\\circ\\text{F}$. Similarly, the symbol used for Celsius is $^\\circ\\text{C}$. The Fahrenheit scale is mostly used in the United States, while the <a href=\"https:\/\/www.thoughtco.com\/definition-of-celsius-temperature-scale-605837\">Celsius scale<\/a> is used worldwide.<\/p>\n\n\n\n<div id=\"recommended-games-container-id\" class=\"recommended-games-container\"><h4 class=\"recommended-games-container-headline\">Recommended Games<\/h4><div class=\"recommended-games-container-slides\"><div class=\"game-card-container-outer\">\r\n\t<a href=\"https:\/\/www.splashlearn.com\/s\/math-games\/find-volume-using-the-formula\" data-vars-ga-category=\"splashlearn_vocab\" data-vars-ga-action=\"games_recommendations\" data-vars-ga-label=\"post_widget\">\r\n\t\t<div class=\"game-card-container-inner-block\">\r\n\t\t\t<img decoding=\"async\" class=\"game-card-container-inner-img\" src=\"https:\/\/cdn.splashmath.com\/curriculum_uploads\/images\/playables\/geo_meas_vol_formula_pt.png\" alt=\"Find Volume using the Formula Game\">\r\n\t\t<\/div>\r\n\t\r\n\t\t<div class=\"game-card-container-inner\">\r\n\t\t\t<div class=\"game-card-container-inner-name\">Find Volume using the Formula Game<\/div>\r\n\t\t\t<span class=\"game-card-container-inner-cta\">Play<\/span>\r\n\t\t<\/div>\r\n\t<\/a>\r\n<\/div><\/div><p class=\"recommended-games-container-desc\"><a href=\"https:\/\/www.splashlearn.com\/games\">More Games<\/a><\/p><button class=\"scroll-right-arrow\"><\/button><\/div><script type=\"text\/javascript\">\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const container = document.querySelector(\"#recommended-games-container-id\");\n            const slidesContainer = container.querySelector(\".recommended-games-container-slides\");\n            const cards = slidesContainer.querySelectorAll(\".game-card-container-outer\");\n            const scrollRightArrow = container.querySelector(\".scroll-right-arrow\");\n\n            function adjustContainerStyles() {\n                const numCards = cards.length;\n\n                if (numCards === 1) {\n                    container.style.maxWidth = \"30%\";\n                    container.style.textAlign = \"center\";\n                } else if (numCards === 2) {\n                    container.style.maxWidth = \"50%\";\n                    container.style.textAlign = \"center\";\n                } else if (numCards === 3) {\n                    container.style.maxWidth = \"75%\";\n                    container.style.textAlign = \"center\";\n                } else {\n                    container.style.maxWidth = \"\";\n                    container.style.textAlign = \"\";\n                }\n            }\n\n            function checkScrollPosition() {\n                const maxScrollLeft = slidesContainer.scrollWidth - slidesContainer.clientWidth;\n                if ((slidesContainer.scrollLeft + 10) >= maxScrollLeft) {\n                    scrollRightArrow.style.display = \"none\"; \/\/ Hide the arrow if fully scrolled\n                } else {\n                    scrollRightArrow.style.display = \"block\"; \/\/ Show the arrow if not fully scrolled\n                }\n            }\n\n            scrollRightArrow.addEventListener(\"click\", function() {\n                const scrollAmount = 300; \/\/ Adjust based on the container's width and your needs\n                slidesContainer.scrollLeft += scrollAmount;\n                setTimeout(checkScrollPosition, 100); \/\/ Delay to allow scroll update\n            });\n\n            adjustContainerStyles();\n            checkScrollPosition();\n            slidesContainer.addEventListener(\"scroll\", checkScrollPosition);\n        });\n    <\/script><h2 class=\"wp-block-heading eplus-wrapper\" id=\"1-fahrenheit-to-celsius-formula\">Fahrenheit to Celsius Formula<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The <strong>Fahrenheit to Celsius formula<\/strong> (F to C formula) that converts the given temperature value from $^\\circ\\text{F}$ to $^\\circ\\text{C}$ is given by :<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = \\frac{5}{9} \\times (^\\circ\\text{F}\\;-\\;32)$&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">where,<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$C =$ Measure of temperature in degree Celsius $(^\\circ\\text{C})$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$F =$ Measure of temperature in degree Fahrenheit $(^\\circ\\text{F})$.<\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"2-how-to-convert-farenheit-to-celcius\">How to Convert Farenheit to Celcius<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">To convert any temperature from Farenheit to Celsius, we follow the given steps:<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 1: <\/strong>Subtract 32 from the temperature given in Fahrenheit.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 2:<\/strong> Next, multiply the difference value by 5.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 3:<\/strong> Divide the product by 9.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Example: Convert <\/strong>$98.6 ^\\circ\\text{F}$<strong> to celsius.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 1:<\/strong> Subtract 32 from 98.6<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$98.6\\;\u2212\\;32 = 66.6$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 2:<\/strong> Multiply 66.6 by 5.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$66.6 \\times 5 = 333$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Step 3:<\/strong> Divide 333 by 9.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$333 \\div 9 = 37$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Hence, $98.6 ^\\circ\\text{F} = 37 ^\\circ\\text{C}$.<\/p>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"3-definition-of-fahrenheit-\"><strong>Definition of Fahrenheit<\/strong><\/h3>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Fahrenheit, denoted by the symbol $^\\circ\\text{F}$ or F alone in scientific usages, is a temperature scale in which water freezes at 32 degrees and boils at 212 degrees. It is more popularly used in the United States.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The scale was devised by Gabriel Daniel Faherenheit in 1714, an instrument maker of the eighteenth century born in Germany.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The temperature in Fahrenheit is written as $32 ^\\circ\\text{F},\\; 98.6 ^\\circ\\text{F}$, and so on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"4-definition-of-celsius\">Definition of Celsius<\/h3>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The symbol used for Celsius is $^\\circ\\text{C}$. On this scale, $0^\\circ$ is the freezing point of water and $100^\\circ$ is the boiling point of water.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The Celsius scale was invented in 1742 by the Swedish astronomer Anders Celsius. It is also called the centigrade scale because of the 100 intervals between the defined points.The temperature in celsius is written as $100 ^\\circ\\text{C},\\; 0\\; ^\\circ\\text{C}$, and so on.<\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"5-relationship-between-fahrenheit-and-celsius\">Relationship between Fahrenheit and Celsius<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The two scales have different boiling points and the freezing points of water.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The two scales are directly proportional to each other. If the temperature in the Celsius scale increases, then the equivalent temperature in the Fahrenheit scale will also increase.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The relationship is given by<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = \\frac{5}{9}\\times (^\\circ\\text{F}\\;-\\; 32)$<\/p>\n\n\n\n<figure class=\"wp-block-table aligncenter eplus-wrapper\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Celsius Scale<\/strong><\/th><th><strong>Fahrenheit Scale<\/strong><\/th><\/tr><\/thead><tbody><tr><td>The boiling point of water is $100\\;^\\circ$\\text{C}$.<\/td><td>The boiling point of water is $212\\;^\\circ\\text{F}$.<\/td><\/tr><tr><td>The freezing point of water is $0\\;^\\circ\\text{C}$.<\/td><td>The freezing point of water is $32\\;^\\circ\\text{F}$.<\/td><\/tr><tr><td>Normal body temperature is $37\\;^\\circ\\text{C}$.<\/td><td>Normal body temperature is $98.6\\;^\\circ\\text{F}$.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"6-fahrenheit-to-celsius-equation\">Fahrenheit to Celsius Equation<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The derivation of the relation between Fahrenheit and Celsius could be proved with the help of the mathematical equation, as mentioned below.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">As the freezing point of water in Celsius scale is $0\\;^\\circ\\text{C}$ and in Fahrenheit scale is $32\\; ^\\circ\\text{F}$, we get the equation,<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$C\\;\u2212\\;0 = F\\;\u2212\\;32$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Dividing it by the total number of intervals in the scale (100 degree interval for celsius scale and 180 degree interval for fahrenheit scale), we get<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$\\frac{(C\\;\u2212\\;0)}{100}&nbsp; = \\frac{(F\\;\u2212\\;32)}{180}$&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$\\frac{C}{100}&nbsp; = \\frac{F\\;-\\;32}{180}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$\\frac{C}{5}&nbsp; = \\frac{F\\;-\\;32}{9}$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">where,&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">F is Temperature in Fahrenheit.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">C is Temperature in Celsius.<\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"7-fahrenheit-to-celsius-conversion-table\">Fahrenheit to Celsius Conversion Table<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The following table shows a few temperature values that are converted from Fahrenheit to Celsius.<\/p>\n\n\n\n<figure class=\"wp-block-table aligncenter eplus-wrapper\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Fahrenheit<\/strong><\/th><th><strong>Celsius<\/strong><\/th><\/tr><\/thead><tbody><tr><td>$-40\\;^\\circ\\text{F}$<\/td><td>$-40.00\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$-20\\;^\\circ\\text{F}$<\/td><td>$-28.89\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$-10\\;^\\circ\\text{F}$<\/td><td>$-23.33\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$-5\\;^\\circ\\text{F}$<\/td><td>$-20.56\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$0\\;^\\circ\\text{F}$<\/td><td>$-17.78\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$10\\;^\\circ\\text{F}$<\/td><td>$-12.22\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$20\\;^\\circ\\text{F}$<\/td><td>$-6.67\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$30\\;^\\circ\\text{F}$<\/td><td>$-1.11\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$32\\;^\\circ\\text{F}$<\/td><td>$0\\;^\\circ\\text{C}$&nbsp;(Freezing point of water)<\/td><\/tr><tr><td>$50\\;^\\circ\\text{F}$<\/td><td>$10\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$68\\;^\\circ\\text{F}$<\/td><td>$20\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$86\\;^\\circ\\text{F}$<\/td><td>$30\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$98.6\\;^\\circ\\text{F}$<\/td><td>$37\\;^\\circ\\text{C}$&nbsp;(Normal body temperature)<\/td><\/tr><tr><td>$104\\;^\\circ\\text{F}$<\/td><td>$40\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$176\\;^\\circ\\text{F}$<\/td><td>$80\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$194\\;^\\circ\\text{F}$<\/td><td>$90\\;^\\circ\\text{C}$<\/td><\/tr><tr><td>$212\\;^\\circ\\text{F}$<\/td><td>$100\\;^\\circ\\text{C}$(Boiling point of water)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"8-facts-about-the-fahrenheit-to-celsius-formula\">Facts about the Fahrenheit to Celsius Formula<\/h2>\n\n\n\n<ul class=\"eplus-wrapper wp-block-list\">\n<li class=\"eplus-wrapper\">The first known use of Fahrenheit was in 1753.<\/li>\n\n\n\n<li class=\"eplus-wrapper\">Celsius (or centigrade) is a temperature scale named after the Swedish astronomer Anders Celsius $(1701\\;\u2013\\;1744)$, who first proposed such a system two years before his death.&nbsp;<\/li>\n\n\n\n<li class=\"eplus-wrapper\">The Fahrenheit and Celsius scales are equal at $-40\\;^\\circ\\text{C}$ and $-40\\;^\\circ\\text{F}$.<\/li>\n\n\n\n<li class=\"eplus-wrapper\">Absolute zero is the lowest temperature possible. At a temperature of absolute zero there is no motion and no heat. Absolute zero occurs at a temperature of $-273.15$ degrees Celsius, or at $-460$ degrees Fahrenheit.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"9-conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">In this article, we learned that we can convert temperature of any substance from Farenheit to Celsius by using the C to F formula:<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&nbsp;&nbsp;&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"10-solved-examples-on-the-fahrenheit-to-celsius-formula\">Solved Examples on the Fahrenheit to Celsius Formula<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>1. Convert <\/strong>$32\\;^\\circ\\text{F}$<strong> to C using the Fahrenheit to Celsius formula.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Solution:<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The given temperature in Fahrenheit $= 32\\;^\\circ\\text{F}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">We know that the formula for Fahrenheit to Celsius is<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9} \\times (^\\circ\\text{F}\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Substitute the value of Fahrenheit in the Fahrenheit to Celsius formula,<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9} \\times (32\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9} \\times 0&nbsp; = 0\\;^\\circ\\text{C}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Thus, $32\\;^\\circ\\text{F} = 0\\;^\\circ\\text{C}$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>2. Convert <\/strong>$100^\\circ\\text{F}$<strong> to Celsius.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Solution:<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The given temperature in Fahrenheit, $^\\circ\\text{F} = 100\\;^\\circ\\text{F}$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">We know that the formula for Fahrenheit to Celsius is&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times (^\\circ\\text{F} \\;-\\; 32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Now substitute the values in the formula,<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times (100 \\;-\\; 32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9} \\times 68$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{340}{9}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = 37.78$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Therefore, $100\\;^\\circ\\text{F} = 37.78\\;^\\circ\\text{C}$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>3. Convert <\/strong>$- 5\\;^\\circ\\text{F}$<strong> to Celsius.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The Fahrenheit to Celsius formula is<strong> <\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times (^\\circ\\text{F} \\;-\\; 32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Substituting the values in the formula, we get<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times(\\;-5\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{5}{9}\\times (\\;-\\;37)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = \\frac{-\\;185}{9}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;<strong>&nbsp;<\/strong>$^\\circ\\text{C} = -20.56$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Hence,&nbsp; $\u22125\\;^\\circ\\text{F} =&nbsp; \u221220.56\\;^\\circ\\text{C}$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>4. Convert <\/strong>$-\\; 20^\\circ\\text{F}$<strong> to Celsius.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The Fahrenheit to celsius formula is&nbsp;<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;$^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Substituting the values in the formula, we get<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = \\frac{5}{9}\\times(\\;-\\;20\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} = \\frac{5}{9}\\times(\\;-52)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;$^\\circ\\text{C} = \\frac{-260}{9}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} =&nbsp; \\;\u221228.89$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Hence,&nbsp; $\u221220\\;^\\circ\\text{F} =&nbsp; \u221228.89\\;^\\circ\\text{C}$.<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>5. Convert <\/strong>$40\\;^\\circ\\text{F}$<strong> to Celsius.<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The Fahrenheit to celsius formula is $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Substituting the values in the formula, we get<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;$^\\circ\\text{C} = \\frac{5}{9}\\times(40\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;$^\\circ\\text{C} = \\frac{5}{9}\\times8$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">&nbsp;$^\\circ\\text{C} = \\frac{40}{9}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{C} =&nbsp; 4.44$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Hence,&nbsp; $40\\;^\\circ\\text{F} =&nbsp; 4.44\\;^\\circ\\text{C}$.<\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"11-practice-problems-on-the-fahrenheit-to-celsius-formula\">Practice Problems on the Fahrenheit to Celsius Formula<\/h2>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\"><div class=\"spq_wrapper\"><h2 style=\"display:none;\">Convert Fahrenheit to Celsius: Definition, Formula, Facts<\/h2><p style=\"display:none;\">Attend this quiz & Test your knowledge.<\/p><div class=\"spq_question_wrapper\" data-answer=\"2\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">1<\/span><h3 class=\"sqp_question_text\">The scales Celsius and Fahrenheit are used to measure<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">angle<\/div><div class=\"spq_answer_block\" data-value=\"1\">weight<\/div><div class=\"spq_answer_block\" data-value=\"2\">temperature<\/div><div class=\"spq_answer_block\" data-value=\"3\">speed<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: temperature<br\/>The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"0\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">2<\/span><h3 class=\"sqp_question_text\">The formula used to convert a temperature given in Fahrenheit to Celsius is<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-32)$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F} + 32)$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$^\\circ\\text{C} = \\frac{9}{5}\\times(^\\circ\\text{F}\\;-\\;32)$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$^\\circ\\text{C} = \\frac{9}{5}\\times(^\\circ\\text{F} + 32)$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-32)$<br\/>The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"0\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">3<\/span><h3 class=\"sqp_question_text\">What is the value of $212\\;^\\circ\\text{F}$ to Celsius?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$96.5\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$100\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$102\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$112\\;^\\circ\\text{C}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $96.5\\;^\\circ\\text{C}$<br\/>The Fahrenheit to celsius formula is $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$^\\circ\\text{C} = \\frac{5}{9}\\times(212\\;-\\;32) = \\frac{180\\times5}{9} = 100^\\circ\\text{C}$.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"1\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">4<\/span><h3 class=\"sqp_question_text\">What is the value of $50^\\circ\\text{F}$ to Celsius?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$9.6\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$10\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$10.2\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$12\\;^\\circ\\text{C}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $10\\;^\\circ\\text{C}$<br\/>The Fahrenheit to celsius formula is $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$^\\circ\\text{C} = \\frac{5}{9}\\times(50\\;-\\;32) = \\frac{90}{9} =  10\\;^\\circ\\text{C}$.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"1\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">5<\/span><h3 class=\"sqp_question_text\">What is the value of $23\\;^\\circ\\text{F}$ to Celsius?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$-9.6\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$-5\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$-10.2\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$-12\\;^\\circ\\text{C}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $-5\\;^\\circ\\text{C}$<br\/>The Fahrenheit to Celsius formula is $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$^\\circ\\text{C} = \\frac{5}{9}\\times(23\\;-\\;32) = \\frac{-45}{9} = -5\\;^\\circ\\text{C}$.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"0\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">6<\/span><h3 class=\"sqp_question_text\">$-5\\;^\\circ\\text{F}$ to $^\\circ\\text{C} =$ ?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$-20.5\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$-10.5\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$-5.5\\;^\\circ\\text{C}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$-5\\;^\\circ\\text{C}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $-20.5\\;^\\circ\\text{C}$<br\/>The Fahrenheit to Celsius formula is $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ{F}\\;-\\;32)$<br>\r\n$^\\circ\\text{C} = \\frac{5}{9}\\times(\\;-5\\;-\\;32) = \\;-20.5556\\;^\\circ\\text{C}$<\/span><\/div><\/div><\/div><\/div>  <script type=\"application\/ld+json\">{\n        \"@context\": \"https:\/\/schema.org\/\", \n        \"@type\": \"Quiz\", \n        \"typicalAgeRange\": \"3-11\",\n        \"educationalLevel\":  \"beginner\",\n        \"assesses\" : \"Attend this quiz & Test your knowledge.\",\n        \"educationalAlignment\": [\n              {\n                \"@type\": \"AlignmentObject\",\n                \"alignmentType\": \"educationalSubject\",\n                \"targetName\": \"Math\"\n              }] ,\n        \"name\": \"Convert Fahrenheit to Celsius: Definition, Formula, Facts\",        \n        \"about\": {\n                \"@type\": \"Thing\",\n                \"name\": \"Convert Fahrenheit to Celsius\"\n        },  \n        \"hasPart\": [{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"The scales Celsius and Fahrenheit are used to measure\",\n                    \"text\": \"The scales Celsius and Fahrenheit are used to measure\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"angle\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"weight\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"speed\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 2,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"temperature\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The scales Celsius and Fahrenheit are used to measure temperature of a body or object or environment.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is\",\n                    \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F} + 32)$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$^\\\\circ\\\\text{C} = \\\\frac{9}{5}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$^\\\\circ\\\\text{C} = \\\\frac{9}{5}\\\\times(^\\\\circ\\\\text{F} + 32)$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 0,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-32)$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The formula used to convert a temperature given in Fahrenheit to Celsius is<br>\r\ngiven by $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the value of $$212\\\\;^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"text\": \"What is the value of $$212\\\\;^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$100\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$102\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$112\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 0,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$96.5\\\\;^\\\\circ\\\\text{C}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(212\\\\;-\\\\;32) = \\\\frac{180\\\\times5}{9} = 100^\\\\circ\\\\text{C}$$.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the value of $$50^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"text\": \"What is the value of $$50^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$9.6\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$10.2\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$12\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 1,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$10\\\\;^\\\\circ\\\\text{C}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The Fahrenheit to celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(50\\\\;-\\\\;32) = \\\\frac{90}{9} =  10\\\\;^\\\\circ\\\\text{C}$$.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the value of $$23\\\\;^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"text\": \"What is the value of $$23\\\\;^\\\\circ\\\\text{F}$$ to Celsius?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-9.6\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-10.2\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-12\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 1,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$-5\\\\;^\\\\circ\\\\text{C}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ\\\\text{F}\\\\;-\\\\;32)$$<br>\r\nSubstituting the values of F in the formula, we get<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(23\\\\;-\\\\;32) = \\\\frac{-45}{9} = -5\\\\;^\\\\circ\\\\text{C}$$.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"$$-5\\\\;^\\\\circ\\\\text{F}$$ to $$^\\\\circ\\\\text{C} =$$ ?\",\n                    \"text\": \"$$-5\\\\;^\\\\circ\\\\text{F}$$ to $$^\\\\circ\\\\text{C} =$$ ?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-10.5\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-5.5\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$-5\\\\;^\\\\circ\\\\text{C}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 0,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$-20.5\\\\;^\\\\circ\\\\text{C}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The Fahrenheit to Celsius formula is $$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(^\\\\circ{F}\\\\;-\\\\;32)$$<br>\r\n$$^\\\\circ\\\\text{C} = \\\\frac{5}{9}\\\\times(\\\\;-5\\\\;-\\\\;32) = \\\\;-20.5556\\\\;^\\\\circ\\\\text{C}$$\"\n                      }\n                    } \n\n                    }]}<\/script><\/p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"12-frequently-asked-questions-on-the-fahrenheit-to-celsius-formula\">Frequently Asked Questions on the Fahrenheit to Celsius Formula<\/h2>\n\n\n<div class=\"wp-block-ub-content-toggle\" id=\"ub-content-toggle-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" data-mobilecollapse=\"true\" data-desktopcollapse=\"true\">\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-0-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>How can we define a temperature?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-0-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Temperature is the physical quantity and it specifies the hotness and coldness of any substance.<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-1-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>What is the formula for Celsius to Fahrenheit?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-1-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Celsius to Fahrenheit conversion (C to F) can easily obtained from the F to C formula: $^\\circ\\text{C} = \\frac{5}{9}\\times(^\\circ\\text{F}\\;-\\;32)$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The formula obtained to convert Celsius to Fahrenheit is<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$^\\circ\\text{F} = (\\frac{9}{5}\\times ^\\circ\\text{C}) + 32)$<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-2-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>What are the applications of the Fahrenheit scale and Celsius scale?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-2-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">The Fahrenheit scale is extensively used in the USA. The Celsius scale has been adopted as a standard for regular temperature measurements by most countries of the world and by the entire scientific community. In the United States, however, the Celsius scale is used mainly by scientists and many engineers (especially in high-tech fields).<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-3-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>How do you convert F to C easily?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-3-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Subtract 32 from the given temperature in Fahrenheit and multiply by 0.5556 (or $\\frac{5}{9}$).<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-4-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>Which is colder, 40 Celsius or 40 Fahrenheit?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-4-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$-\\;40\\;^\\circ\\text{F} = \\;-40.00\\;^\\circ\\text{C}$<\/p>\n\n\n\n<p class=\"eplus-wrapper wp-block-paragraph\">Both represent the same temperatures.<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-5-457b2c6c-4e47-4063-8ae7-b346363d7a2e\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-457b2c6c-4e47-4063-8ae7-b346363d7a2e\"><strong>What is <\/strong>$-20\\;^\\circ\\text{F}$<strong> to <\/strong>$^\\circ\\text{C}$<strong>?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-5-457b2c6c-4e47-4063-8ae7-b346363d7a2e\">\n\n<p class=\"eplus-wrapper wp-block-paragraph\">$-20\\;^\\circ\\text{F} = \\;-28.8889\\;^\\circ\\text{C}$<\/p>\n\n<\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>What Is Fahrenheit to Celsius Formula? We can convert a given temperature in Fahrenheit scale to the Celsius scale using the Fahrenheit to Celsius formula. The Fahrenheit to Celsius formula is also commonly referred to as the F to C formula. The F to C formula is used to convert temperature from Fahrenheit to Celsius.&nbsp; &#8230; <a title=\"Convert Fahrenheit to Celsius: Definition, Formula, Facts\" class=\"read-more\" href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/fahrenheit-to-celsius-formula\" aria-label=\"More on Convert Fahrenheit to Celsius: Definition, Formula, Facts\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-27566","post","type-post","status-publish","format-standard","hentry","category-all"],"featured_image_src":null,"author_info":{"display_name":"Mithun Jhawar","author_link":"https:\/\/www.splashlearn.com\/math-vocabulary\/author\/mithun-jhawarsplashlearn-com\/"},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/27566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/comments?post=27566"}],"version-history":[{"count":19,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/27566\/revisions"}],"predecessor-version":[{"id":37387,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/27566\/revisions\/37387"}],"wp:attachment":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/media?parent=27566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/categories?post=27566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/tags?post=27566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}