Answer:
Approximately 23.6
Step-by-step explanation:
So first find the fraction of the whole circumference the arc is.
270 ÷ 360 = 0.75
The circumference is 10π
0.75 * 10π = 7.5π
7.5π = 23.5619449019 ≈ 23.6
Answer:
12354
Step-by-step explanation:
The smallest number with 12345 (I am assuming with out decimals) is
12345
If we switch the 5 and 4 we will get the second smallest number
12354
a) You are told the function is quadratic, so you can write cost (c) in terms of speed (s) as
... c = k·s² + m·s + n
Filling in the given values gives three equations in k, m, and n.

Subtracting each equation from the one after gives

Subtracting the first of these equations from the second gives

Using the next previous equation, we can find m.

Then from the first equation
[tex]28=100\cdot 0.01+10\cdot (-1)+n\\\\n=37[tex]
There are a variety of other ways the equation can be found or the system of equations solved. Any way you do it, you should end with
... c = 0.01s² - s + 37
b) At 150 kph, the cost is predicted to be
... c = 0.01·150² -150 +37 = 112 . . . cents/km
c) The graph shows you need to maintain speed between 40 and 60 kph to keep cost at or below 13 cents/km.
d) The graph has a minimum at 12 cents per km. This model predicts it is not possible to spend only 10 cents per km.
Answer:
g(n) = - 19 + (n - 1)*6
Step-by-step explanation:
The way to do this is to try a couple and then see if you can make some sort of equation that follows the rule.
g(1) = - 19
=============
g(2) = g(2 - 1) + 6
g(2) = g(1) + 6
g(2) = -19 + 6
g(2) = -13
=============
g(3) = g(2) + 6
g(3) = -13 + 6
g(3) = - 7
==========
g(4) = g(3) + 6
g(4) = - 7 + 6
g(4) = - 1
==========
g(5) = 5
g(6) =11
===========
Now the hard part. You have to start with - 19
The nth term is g(n) = - 19 + (n - 1)*6
Now see if it works.
g(7) = - 19 + (7 - 1)*6
g(7) = - 19 + 6 * 6
g(7) = -19 + 36
g(7) = 17
Is that correct?
g(7) = g(n - 1) + 6
g(7) = g(6) + 6
g(7) = 11 + 6
g(7) = 17 Seems to be the same as the explicit formula gives.