Answer:

Step-by-step explanation:
We have:

And we want to find B’(6).
So, we will need to find B(t) first. To do so, we will take the derivative of both sides with respect to x. Hence:
![\displaystyle B^\prime(t)=\frac{d}{dt}[24.6\sin(\frac{\pi t}{10})(8-t)]](https://tex.z-dn.net/?f=%5Cdisplaystyle%20B%5E%5Cprime%28t%29%3D%5Cfrac%7Bd%7D%7Bdt%7D%5B24.6%5Csin%28%5Cfrac%7B%5Cpi%20t%7D%7B10%7D%29%288-t%29%5D)
We can move the constant outside:
![\displaystyle B^\prime(t)=24.6\frac{d}{dt}[\sin(\frac{\pi t}{10})(8-t)]](https://tex.z-dn.net/?f=%5Cdisplaystyle%20B%5E%5Cprime%28t%29%3D24.6%5Cfrac%7Bd%7D%7Bdt%7D%5B%5Csin%28%5Cfrac%7B%5Cpi%20t%7D%7B10%7D%29%288-t%29%5D)
Now, we will utilize the product rule. The product rule is:

We will let:

Then:

(The derivative of u was determined using the chain rule.)
Then it follows that:
![\displaystyle \begin{aligned} B^\prime(t)&=24.6\frac{d}{dt}[\sin(\frac{\pi t}{10})(8-t)] \\ \\ &=24.6[(\frac{\pi}{10}\cos(\frac{\pi t}{10}))(8-t) - \sin(\frac{\pi t}{10})] \end{aligned}](https://tex.z-dn.net/?f=%5Cdisplaystyle%20%5Cbegin%7Baligned%7D%20B%5E%5Cprime%28t%29%26%3D24.6%5Cfrac%7Bd%7D%7Bdt%7D%5B%5Csin%28%5Cfrac%7B%5Cpi%20t%7D%7B10%7D%29%288-t%29%5D%20%5C%5C%20%5C%5C%20%26%3D24.6%5B%28%5Cfrac%7B%5Cpi%7D%7B10%7D%5Ccos%28%5Cfrac%7B%5Cpi%20t%7D%7B10%7D%29%29%288-t%29%20-%20%5Csin%28%5Cfrac%7B%5Cpi%20t%7D%7B10%7D%29%5D%20%5Cend%7Baligned%7D)
Therefore:
![\displaystyle B^\prime(6) =24.6[(\frac{\pi}{10}\cos(\frac{\pi (6)}{10}))(8-(6))- \sin(\frac{\pi (6)}{10})]](https://tex.z-dn.net/?f=%5Cdisplaystyle%20B%5E%5Cprime%286%29%20%3D24.6%5B%28%5Cfrac%7B%5Cpi%7D%7B10%7D%5Ccos%28%5Cfrac%7B%5Cpi%20%286%29%7D%7B10%7D%29%29%288-%286%29%29-%20%5Csin%28%5Cfrac%7B%5Cpi%20%286%29%7D%7B10%7D%29%5D)
By simplification:
![\displaystyle B^\prime(6)=24.6 [\frac{\pi}{10}\cos(\frac{3\pi}{5})(2)-\sin(\frac{3\pi}{5})] \approx -28.17](https://tex.z-dn.net/?f=%5Cdisplaystyle%20B%5E%5Cprime%286%29%3D24.6%20%5B%5Cfrac%7B%5Cpi%7D%7B10%7D%5Ccos%28%5Cfrac%7B3%5Cpi%7D%7B5%7D%29%282%29-%5Csin%28%5Cfrac%7B3%5Cpi%7D%7B5%7D%29%5D%20%5Capprox%20-28.17)
So, the slope of the tangent line to the point (6, B(6)) is -28.17.
Answer:
The average rate of change of Demand between 40 and 175 units sold is of -0.1045.
Step-by-step explanation:
Average rate of change:
The average rate of a function f(x) in an interval [a,b] is given by:

In this question:

What is the average rate of change of Demand between 40 and 175 units sold?
. So


So

The average rate of change of Demand between 40 and 175 units sold is of -0.1045.
Answer:
25, 26, 27
Step-by-step explanation:
x+x+1+x+2=x+53
3x+3=x+53
2x=50
x=25
so x=25, x+1=26, x+2=27
Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation:
The easiest way to do it is to make the numbers into decimals. All you need to do is divide them.
To convert 3/4 into a decimal just divide 3 by 4.
3 / 4 = .75
To get 5 1/2 into a decimal just ignore the 5 for now and divide the 1 by 2.
1 / 2 = .5
Now add the 5 back on and you have 5.5
So far you have converted the equation from (3/4) / 5 1/2 to .75 / 5.5
Now just divide .75 by 5.5
.75 / 5.5 = 1.136 with the 36 repeated