If I understand correctly, you went wrong because you solved for Y instead of M, like the question dictates.
Answer:
2x+6-(x^2+6x+9)*pi
Step-by-step explanation:
2*(x+3) - (x+3)^2*pi
2x+6-(x^2+6x+9)*pi
um I think there are answer choices so I don't know if I have to keep going but that should be right
Notify your teacher and make sure you check your answer. Like a lot.
Use the calculator even. Go online ask google.
But I guess I can help you out with this one. If my math is correct it is.
D. $492.75
<span>Let </span>
<span>X= the altitude of the lighthouse above sea
level= 80 ft</span>
A = the angle of depression
Y= the distance of the boat from the lighthouse= 400 ft
tan A=X/Y------------------ >
80/400=0.2
arctan (0.2)=11.31 degree
The answer is the angle of depression is 11 degree
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps