Answer:
Step-by-step explanation:
R = 9x + 8y
4 = 9x + 8*8
4 = 9x + 64
Subtract 64 from both sides
4 - 64 = 9x + 64 - 64
-60 = 9x
Divide both sides by 9
-60/9 = 9x/9
-20/3 = x
x = -6 2/3
Given the equation:

We will use the following rule to find the solution to the equation:
![x=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a}](https://tex.z-dn.net/?f=x%3D%5Cfrac%7B-b%5Cpm%5Csqrt%5B%5D%7Bb%5E2-4ac%7D%7D%7B2a%7D)
From the given equation: a = 6, b = 7, c = 2
So,
![\begin{gathered} x=\frac{-7\pm\sqrt[]{7^2-4\cdot6\cdot2}}{2\cdot6}=\frac{-7\pm\sqrt[]{1}}{12}=\frac{-7\pm1}{12} \\ x=\frac{-7-1}{12}=-\frac{8}{12}=-\frac{2}{3} \\ or,x=\frac{-7+1}{12}=-\frac{6}{12}=-\frac{1}{2} \end{gathered}](https://tex.z-dn.net/?f=%5Cbegin%7Bgathered%7D%20x%3D%5Cfrac%7B-7%5Cpm%5Csqrt%5B%5D%7B7%5E2-4%5Ccdot6%5Ccdot2%7D%7D%7B2%5Ccdot6%7D%3D%5Cfrac%7B-7%5Cpm%5Csqrt%5B%5D%7B1%7D%7D%7B12%7D%3D%5Cfrac%7B-7%5Cpm1%7D%7B12%7D%20%5C%5C%20x%3D%5Cfrac%7B-7-1%7D%7B12%7D%3D-%5Cfrac%7B8%7D%7B12%7D%3D-%5Cfrac%7B2%7D%7B3%7D%20%5C%5C%20or%2Cx%3D%5Cfrac%7B-7%2B1%7D%7B12%7D%3D-%5Cfrac%7B6%7D%7B12%7D%3D-%5Cfrac%7B1%7D%7B2%7D%20%5Cend%7Bgathered%7D)
So, the answer will be option B) x = -1/2, -2/3
15 divided by 6 2/3 is 2.25. Or 2 1/4. Pick C
Answer: around 300 more
Step-by-step explanation:
Answer:
- f[1] = 3
- f[n] = 2·f[n-1] +4
- 108
Step-by-step explanation:
We observe that first differences of the given numbers are ...
10 -3 = 7
24 -10 = 14
52 -24 = 28
That is, each difference is 2× the previous one. This suggests an exponential relation that has a base of 2.
We notice that doubling a term doesn't give the next term, but gives a value that is 4 less than the next term. So, we can get the next term by doubling the previous one and adding 4.
Then our recursive relation is ...
f[1] = 3 . . . . the first term
f[n] = 2×f[n-1] +4 . . . . double the previous term and add 4
The next term is 2·52 +4 = 108.