1 foot is 12 inches. So just divide 81 by 12.
81/12 = 6.75
So your answer is 6.75 feet.
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
Add digit by digit, from the right, just like any number, except that if it adds to 2, then put a zero and carry one (instead of carrying when it adds to 10 or more).
Example: < means carry, decimal equivalent for checking
1011+1111
1 0 1 1 (8+2+1=11)
+ 1 1 1 1 (8+4+2+1=15)
---<---<----<----<----
1 1 0 1 0 (16+8+2=26)
Proceeding similarly,
a. 10101111+11011011 = 110001010 (394)
b. 10010111+11111111 = 110010110 (406)
c. 01110101+10101100 = 10010001 (289)
Answer:
log 3(x+4) = log 3 + log (x+4)
Step-by-step explanation:
Because 3(x+4) is a product, log 3(x+4) = log 3 + log (x+4).