The answer would be A.
if he lost 8 seconds off of 3 pit stops that means he lost 24 seconds. if he can’t 10 seconds for the 2 he made, he gained 20. so therefore, he is only 4 seconds behind the leader. I hope this helps :)
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
10 - 2.99 = 7.01 and 7.01 - 1.07 = 5.94 so you will get 5.94 in change
Answer:
P(x) = (0.049x - 0.0000015x²)
Step-by-step explanation:
price per sticker is 0.14 − 0.000002x dollars
total cost of producing the order is 0.091x − 0.0000005x² dollars.
P(x) = profit = Revenue - Cost
Let the number of units of stickers made be x
Revenue = (price per sticker) × (total units sold) = (0.14 − 0.000002x) × (x)
= (0.14x - 0.000002x²) dollars.
Cost of producing x units in the order = (0.091x − 0.0000005x²)
P(x) = 0.14x - 0.000002x² - (0.091x − 0.0000005x²) = 0.14x - 0.091x - 0.000002x² + 0.0000005x²
= (0.049x - 0.0000015x²)
P(x) = (0.049x - 0.0000015x²)
Hope this Helps!!!
Answer:
a)
b)d(t)=500t
c)
Step-by-step explanation:
d = Horizontal distance
s = the distance between the plane and the radar station
The horizontal distance (d), the one mile altitude, and s form a right triangle.
So, use Pythagoras theorem


a) 
(b) Express d as a function of the time t (in hours) that the plane has flown.

d(t)=500t
(c) Use composition to express s as a function of t.

using b
