Answer:
Hii, okay so the answer is, -3x^3-9x^2-1
Hope this helps!
Step-by-step explanation:
Answer:
x<25
Step-by-step explanation:
Let's solve your inequality step-by-step.
2.4x−9<1.8x+6
Step 1: Subtract 1.8x from both sides.
2.4x−9−1.8x<1.8x+6−1.8x
0.6x−9<6
Step 2: Add 9 to both sides.
0.6x−9+9<6+9
0.6x<15
Step 3: Divide both sides by 0.6
0.6x/0.6 < 15/0.6
x<25
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
A = 1/2h(b1 + b2)
2A = h(b1 + b2)
2A/h = b1 + b2
b1 = 2A/h - b2