High School

the function below allows you to convert degrees celsius to degrees fahenheit. use this function to convert 20 degrees celsius to degrees fahrenheit. f(c)

Answer :

20 degrees Celsius is equivalent to 68 degrees Fahrenheit

To convert 20 degrees Celsius to degrees Fahrenheit using the function f(c) = (9c/5) + 32, we can substitute the value of c = 20 into the function and calculate the result.

f(20) = (9(20)/5) + 32

= (180/5) + 32

= 36 + 32

= 68

Therefore, 20 degrees Celsius is equivalent to 68 degrees Fahrenheit.

The complete question is: the function below allows you to convert degrees Celsius to degrees Fahrenheit. use this function to convert 20 degrees Celsius to degrees Fahrenheit. f(c) = (9c/5) + 32

Learn more about temperature conversion:

https://brainly.com/question/9820057

#SPJ11