Answer:
f(-3) = -12
g(-2) = -19
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
<u>Algebra I</u>
- Functions
- Function Notation
Step-by-step explanation:
<u>Step 1: Define</u>
<em>Identify</em>
f(x) = 3x - 3
g(x) = 3x³ + 5
f(-3) is <em>x</em> = -3 for function f(x)
g(-2) is <em>x</em> = -2 for function g(x)
<u>Step 2: Evaluate</u>
f(-3)
- Substitute in <em>x</em> [Function f(x)]: f(-3) = 3(-3) - 3
- Multiply: f(-3) = -9 - 3
- Subtract: f(-3) = -12
g(-2)
- Substitute in <em>x</em> [Function g(x)]: g(-2) = 3(-2)³ + 5
- Exponents: g(-2) = 3(-8) + 5
- Multiply: g(-2) = -24 + 5
- Add: g(-2) = -19
Answer:
a = length of the base = 2.172 m
b = width of the base = 1.357 m
c = height = 4.072 m
Step-by-step explanation:
Suppose we want to build a rectangular storage container with open top whose volume is 12 cubic meters. Assume that the cost of materials for the base is 12 dollars per square meter, and the cost of materials for the sides is 8 dollars per square meter. The height of the box is three times the width of the base. What’s the least amount of money we can spend to build such a container?
lets call a = length of the base
b = width of the base
c = height
V = a.b.c = 12
Area without the top:
Area = ab + 2bc + 2ac
Cost = 12ab + 8.2bc + 8.2ac
Cost = 12ab + 16bc + 16ac
height = 3.width
c = 3b
Cost = 12ab + 16b.3b + 16a.3b = 12ab + 48b² + 48ab = 48b² + 60ab
abc = 12 → ab.3b = 12 → 3ab² = 12 → ab² = 4 → a = 4/b²
Cost = 48b² + 60ab = 48b² + 60b.4/b² = 48b² + 240/b
C(b) = 48b² + 240/b
C'(b) = 96b - 240/b²
Minimum cost: C'(b) = 0
96b - 240/b² = 0
(96b³ - 240)/b² = 0
96b³ - 240 = 0
96b³ = 240
b³ = 240/96
b³ = 2.5
b = 1.357m
c = 3b = 3*1.357 = 4.072m
a = 4/b² = 2.172m
So since we know what x is, we can substitute it into the original equation for x like so to solve for y...
(2y - 8) + 5y - 10 = 0
2y - 8 + 5y = 10
2y + 5y = 18
7y = 18
y = 18/7 (or about 2.57)
So now we know what x is, we can sub it into the below equation to solve for x...
x = 2(18/7) - 8
x = 36/14 - 8 (or about -5.43)
Part (i)
I'm going to use the notation T(n) instead of 
To find the first term, we plug in n = 1
T(n) = 2 - 3n
T(1) = 2 - 3(1)
T(1) = -1
The first term is -1
Repeat for n = 2 to find the second term
T(n) = 2 - 3n
T(2) = 2 - 3(2)
T(2) = -4
The second term is -4
<h3>Answers: -1, -4</h3>
==============================================
Part (ii)
Plug in T(n) = -61 and solve for n
T(n) = 2 - 3n
-61 = 2 - 3n
-61-2 = -3n
-63 = -3n
-3n = -63
n = -63/(-3)
n = 21
Note that plugging in n = 21 leads to T(21) = -61, similar to how we computed the items back in part (i).
<h3>Answer: 21st term</h3>
===============================================
Part (iii)
We're given that T(n) = 2 - 3n
Let's compute T(2n). We do so by replacing every copy of n with 2n like so
T(n) = 2 - 3n
T(2n) = 2 - 3(2n)
T(2n) = 2 - 6n
Now subtract T(2n) from T(n)
T(n) - T(2n) = (2-3n) - (2-6n)
T(n) - T(2n) = 2-3n - 2+6n
T(n) - T(2n) = 3n
Then set this equal to 24 and solve for n
T(n) - T(2n) = 24
3n = 24
n = 24/3
n = 8
This means 2n = 2*8 = 16. So subtracting T(8) - T(16) will get us 24.
<h3>Answer: 8</h3>