Answer:
100
Step-by-step explanation:
200+3qq+400+q3q
200+3q²+400+3q²
3q²-3q²+400-200
q²=200
q²=200/2
q²=100
Answer: 31/41
Explanation: You multiply the numerator and denominator across such as (2 and 8)= 16 and (3 and 5)= 15.
Once that done, you just calculate it together to get
=31/40
assuming you means k = log_2(3) [as log(2)3 is the same thing as 3log(2) due to multiplication being commutative]
given log(ab) = log(a) + log(b)
log_2(48) = log_2(3) + log_2(16)
Set the whole expression = to 0 and solve for x.
3x^(5/3) - 4x^(7/3) = 0. Factor out x^(5/3): x^(5/3) [3 - 4x^(2/3)] = 0
Then either x^(5/3) = 0, or 3 - 4x^(2/3) = 0.
In the latter case, 4x^(2/3) = 3.
To solve this: mult. both sides by x^(-2/3). Then we have
4x^(2/3)x^(-2/3) = 3x^(-2/3), or 4 = 3x^(-2/3). It'd be easier to work with this if we rewrote it as
4 3
--- = --------------------
1 x^(+2/3)
Then
4
--- = x^(-2/3). Then, x^(2/3) = (3/4), and x = (3/4)^(3/2). According to my 3 calculator, that comes out to x = 0.65 (approx.)
Check this result! subst. 0.65 for x in the given equation. Is the equation then true?
My method here was a bit roundabout, and longer than it should have been. Can you think of a more elegant (and shorter) solution?