Answer:
3-10-(15) equals 8.
Step-by-step explanation:
3-10 equals -7. Then -(-15) becomes a positive because two negatives make a positives producing +15 so it becomes -7+15 which finally becomes 8.
Answer:
The solution h < 5.5 means that Melanie can rent the bike for no more than 5.5 hours.
<u>Hope this helps :)</u>
<u>Explanation and Check part below.</u>
Step-by-step explanation:
1. Isolate the variable by doing the inverse operation which is in this case subtracting 6 on bothsides of the equation.
8h + 6 < 50
- 6 - 6
8h < 44
2. Dive both sides of the equation by 8.
8h < 44
--- ----- <--------- fraction bar, divide
8 8
h < 5.5
Answer:
right
Step-by-step explanation:
The answer would be "<span>3(4a + 2) = 12a + 6". With the distributive property, the number outside of the parenthesis is multiplied to each component inside the parenthesis individually. Ex: 3x4a=12a, 3x2=6.</span>
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.