Step-by-step explanation:

Answer:
C
Step-by-step explanation:
Answer:
x = 2/9 (or = 0.222)
Step-by-step explanation:
1/x + 1/(3x) =6 (multiply both sides by 3x)
(1/x) (3x) + [1/(3x)](3x) =6 (3x)
3 + 1 = 18x
4 = 18x
x = 4/18
x = 2/9 (or = 0.222)
Answer:
6.5 x 10^6 To answer this question, you need to divide the mass of the sun by the mass of mercury. So 2.13525 x 10^30 / 3.285 x 10^23 = ? To do the division, divide the mantissas in the normal fashion 2.13525 / 3.285 = 0.65 And subtract the exponents. 30 - 23 = 7 So you get 0.65 x 10^7 Unless the mantissa is zero, the mantissa must be greater than or equal to 0 and less than 10. So multiply the mantissa by 10 and then subtract 1 from the exponent, giving 6.5 x 10^6 So the sun is 6.5 x 10^6 times as massive as mercury.
:}
Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.