You can buy 10 pounds of melons
Answer:
D
Step-by-step explanation:
you can just find the value of y and try some number of x
i.e. if x = 0, both of them will be 0
x = 1
G(x) result is -2
F(x) result is 1
x= -1
G(x) result will be 2
F(x) result is -1
so from these we can prove that G(x) is bigger graph than F(x) but flip vertically by y axis
Answer:
Step-by-step explanation:
Top/Bottom = 12
Sides = 15
Front/Back = 20
20 + 15 + 12 = 47
47 / 1/2 = 23.5
Hey there!
2(p + 1) + 8(p - 1) = 5p
2(p) + 2(1) + 8(p) + 8(-1) = 5p
2p + 2 + 8p - 8 = 5p
10p - 6 = 5p
SUBTRACT 5p to BOTH SIDES
10p - 6 - 5p = 5p - 5p
SIMPLIFY IT!
5p - 6 = 0
ADD 6 to BOTH SIDES
5p - 6 + 6 = 0 + 6
CANCEL out: -6 + 6 because it gives you 0
KEEP: 0 + 6 because it helps solve for the p-value
5p = 0 + 6
5p = 6
DIVIDE 5 to BOTH SIDES
5p/5 = 6/5
CANCEL out: 5/5 because it gives you 1
KEEP: 6/5 because gives you the result of the p-value
SIMPLIFY IT!
p = 6/5
Therefore, your answer is: p = 6/5
Good luck on your assignment and enjoy your day!
~Amphitrite1040:)
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>