Step-by-step explanation:
mL = Undefined
mM = ?
mL × mM = -1
mM = -1 ÷ mL
mM = -1/mL
mM = -1/Undefined
mM = -1/(1/0)
mM = (-1 × 0)/1
mM = 0
Slope of line m is 0
Option → C
Answer:
a) A dozen= 24
3 dozen= 24 x 3
= 72
b) 1 dozen= 12 bananas
A dozen cost= 24
So, 1 banana cost= 24/12
= 2
So, 6 bananas would be 2 x 6 = 12
c) 1 dozen= 12 bananas
A dozen cost= 24
1 banana cost= 24/12
= 2
d) I need to know how many people are there in your class so please mention that first :)
Mark me brainliest pleaseee
Answer:
(a) x = 3
(b) y = 6
(c) false/not true
(d) x = 5
Step-by-step explanation:
(A) 2 + x = 5 You would subtract the 2 from both sides which gives you x = 3
(B) 8y = 48 You would divide 8 from both sides which is 6 so y = 6
(C) 23 = 26 That is not true because 23 does not equal 26
(D) -7x - 3x + 2 = -8x - 8 First simplify the equation; -10x + 2 = -8x - 8. Next, you want to subtract 2 from both sides which gives us -10x = -8x - 10. Now you want to add 8x to both sides which is -2x = -10. And now you just divide -2 on both sides which gives us the answer 5. So, x = 5. I hope this helps. Let me know if one of the answers are incorrect.
T(1) = 3, t(n) = -2t(n-1) + 1
So t(2) = -2(t(1)) + 1 = -2(3) + 1 = -5
t(3) = -2(t(2)) +1 = -2(-5) +1 = 11
t(4) = -2(t(3)) +1 = -2(11) +1 = -21
t(5) = -2(t(4)) +1 = -2(-21) +1 = 43