Answer:
why you doin this
Explanation:
is this so we get free points?
Answer:A certain vehicle loses 3.5% of its value each year. If the vehicle has an initial value of $11,168, construct a model that represents the value of the vehicle after a certain number of years. Use your model to compute the value of the vehicle at the end of 6 years.
Explanation:
Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer:
![y = \cos[\ln x + \ln (5\cdot x - 2)]\cdot \left(\frac{1}{x} + \frac{5}{5\cdot x-2} \right)](https://tex.z-dn.net/?f=y%20%3D%20%5Ccos%5B%5Cln%20x%20%2B%20%5Cln%20%285%5Ccdot%20x%20-%202%29%5D%5Ccdot%20%5Cleft%28%5Cfrac%7B1%7D%7Bx%7D%20%2B%20%5Cfrac%7B5%7D%7B5%5Ccdot%20x-2%7D%20%5Cright%29)
Explanation:
Let
and we proceed to find the derivative by the following steps:
1)
Given
2)
Distributive property
3)
4)
/
/
/Rule of chain/Result