Divide 64 by multiple numbers, and if they divide evenly that’s how many will be in each bag for the number of bags (number you divided by). For example, dividing 64 by 8 (bags) would be 8 cookies in each bag. You can do this with multiple numbers as long as it goes in evenly
2(3x+4y) = 2(24)
6x+8y = 48
Add both the equations
6x + 8y = 48
+ x - 8y = -20
—————————
7x = 28
x = 28/7
x = 4
Plug in this value in the second equation
(4) - 8y = -20
-8y = -24
y = -24/-8
y = 3
Therefore:
x = 4
y = 3
Answer:
x=10
Step-by-step explanation:
1. Subtract -3x from both sides of equation
2. Subtract 3 from both sides of equation
3. Divide both sides by 2
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