Answer:
The ranges of the value can be from 12-24
Step-by-step explanation:
Hope this helps <3
Tell me if you want an explanation.
150 divided by 25 equals 6. 6 times 3 equals 18. This means that you will spend $18 on gas each week.
Answer:
39 in.
Step-by-step explanation:
As it's a regular hexagon all sides are congruent.
Therefore
7x + 4 = 8x - 1
4 + 1 = 8x - 7x
x = 5.
So the required length is 7(5) + 4 = 39 in.
Answer:
61,940
Step-by-step explanation:
For a recursive sequence of reasonable length, it is convenient to use a suitable calculator for figuring the terms of it. Since each term not only depends on previous terms, but also depends on the term number, it works well to use a spreadsheet for doing the calculations. The formula is easily entered and replicated for as many terms as may be required.
__
The result of executing the given algorithm is shown in the attachment. (We have assumed that g_1 means g[-1], and that g_2 means g[-2]. These are the starting values required to compute g[0] when k=0.
That calculation looks like ...
g[0] = (0 -1)×g[-1] +g[-2} = (-1)(9) +5 = -4
The attachment shows the last term (for k=8) is 61,940.
This is an interesting question. I chose to tackle it using the Law of Cosines.
AC² = AB² + BC² - 2·AB·BC·cos(B)
AM² = AB² + MB² - 2·AB·MB·cos(B)
Subtracting twice the second equation from the first, we have
AC² - 2·AM² = -AB² + BC² - 2·MB²
We know that MB = BC/2. When we substitute the given information, we have
8² - 2·3² = -4² + BC² - BC²/2
124 = BC² . . . . . . . . . . . . . . . . . . add 16, multiply by 2
2√31 = BC ≈ 11.1355