<span>So we wan't to convert the temperature from Celsius scale to fahrenheit scale. The method fot that is this: First, 0 degrees Celsius or the starting point of Celsius scale is 32 degrees Fahrenheit. And the magnitude of a degree Fahrenheit is 1.8 times greater than the magnitude of a degree Celsius, or: 1F=1.8F. So now we can construct a function that will give us temperature in degrees Fahrenheit: T(F)=1.8T(C) + 32. We have T(C)= 40, and after we put that in our function we get: T(F)= 1.8*40 + 32 = 72 + 32 = 104 F. So 40 degrees Celsius is 104 degrees Fahrenheit. </span>
Find total number of integers.

Find how many integers is divisible by 2.

Eliminate even numbers.
11, 13, 15,..., 57, 59
This array contains 51 - 26 = 25 numbers.
Eliminate numbers before the first number divisible by 3 and after the last number divisible by 3.
15, 17, 19,..., 55, 57
This array contains 25 - 3 = 22 numbers.
Now we should eliminate numbers divisible by 3: 15, 21, 27...

There are 8 such numbers.
Therefore, there are 25 - 8 = 17 numbers that <span>can be evenly divided by neither 2 nor 3</span>
Answer:
this is your answers for
Step-by-step explanation:
8hrs and both equal
Answer:
c= (f-d)/ab
Step-by-step explanation:
- abc+d = f
- Subtract f from both sides so abc= f-d
- Divide by ab from both sides so c = (f-d)/ab