Step-by-step explanation:
a−(6a−(5a−8))
a-(6a-5a+8)
a-6a+5a-8
6a-6a-8
0-8
=-8
so the answer doesn't depend on a
Answer is : 3x+4 the second one
Answer:
See explanation.
(Before continuing reading, I took the base to be 3. Please tell me if you didn't want the base to be 3.)
Step-by-step explanation:
I assume 3 is suppose to be the base. Let's list some values that can be written as 3 to some integer.
3^0=1
3^1=3
3^2=9
3^3=27
3^4=81
3^5=243
......
I could have also did negative integer powers, but this is all I really need to convince you that log_3(28) is between 3 and 4.
log_3(28) means the value x such that 3^x=28.
Since 28 is between 27 and 81 in my list above, that means 3^x is between 3^3 and 3^4. This means that x is a value between 3 and 4.
Answer:
283
Step-by-step explanation:
130+17(9)
130 + 17 times the days
Answer:
f(g(x)) = 15x³ - 5
Step-by-step explanation:
how confusingly described.
let me try and summarize what I understood :
f(x) = 3x² - 5
money earned when baking x cookies.
g(x) = sqrt(5x³)
the amount of cookies baked in x hours.
f(g(x)) now calculates how much money she earns when baking for x hours.
it is basically very simple : instead of f(x) we have f(g(x)), so g(x) is used as argument/variable in f instead of just plain x.
therefore,
f(g(x)) = 3×(sqrt(5x³))² - 5
with x now representing the baking hours, but f(...) calculating the overall money earned, by implicitly (!) calculating the amount of cookies baked in that time and taking that result automatically to calculate the earned money.
let's simplify this a little bit more.
f(g(x)) = 3×(sqrt(5x³))² - 5 = 3×(5x³) - 5 = 15x³ - 5