Answer:
-2
Step-by-step explanation:
given 2 points on a line (x1, yx) and (x2,y2)
the formula for slope, m = (y2-y1) / (x2-x1)
in this case,
x1 = 4, y1 = 3, x2 = 2, y2 = 7
Hence,
m = (7-3) / (2-4) = 4 / -2 = -2
Answer:
The first one
Step-by-step explanation:
To figure out which one is the best deal, for each one how much <em>one</em> t-shirt costs.
<u>First deal:</u>
3 t-shirts for $28.95
To figure out how much money one t-shirt would cost, you divide $28.95 by 3.
1 t-shirt = 28.95/3 = $9.65.
<u>Second deal:</u>
4 t-shirts for $39
Same thing as the last one, except since there are 4 t-shirts you divide $39 by 4.
1 t-shirt = 39/4 = $9.75
<u>Third deal:</u>
5 t-shirts for $49.95
This time you will divide 49.95 by 5.
1 t-shirt = 49.95/5 = $9.99
The last step is to compare the three deals, and since you are trying to find the one that costs the <em>least</em> you can see that the first deal is the best one, because $9.65 per shirt is cheaper than $9.75 and $9.99
Answer:
first 25%
Step-by-step explanation:
A quartile is a quarter, so the first 25% falls between the minimum and lower quartile
Hello from MrBillDoesMath!
Answer:
"-3" is added to a sequence member to get the next number. This next two terms are -14 and -17
Discussion:
Note that -2 -3 = -5 and
-5 -3 = -8 and
-8 - 3 = -11
"-3" is added to a sequence member to get the next number. This implies that the next two terms are -11 -3 = -14 and -14 -3 = -17
Regards,
MrB
Answer:
Step-by-step explanation:
I don’t know why they bother teaching recursive formulas as the explicit is almost always used :)
For 2,9,16,23...
Recursive is a(n+1)=an+7
Explicit is an=2+7(n-1)
(or more neatly an=7n-5)
For 2,14,98,686...
Recursive is a(n+1)=7an
Explicit is an=2(7^(n-1))
(or (2/7)7^n )