X - (-20) = 5
When you subtract a negative, change it to addition:
X + 20 = 5
Subtract 20 from both sides:
X = -15
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 )
Answer:
The equation of the line would be y = 3x - 10
Step-by-step explanation:
To find the equation we first need to note that parallel lines have the same slope. So since the original equation has a slope of 3, the new one will as well. Now we can use that slope and the given point in point-slope form to find the equation.
y - y1 = m(x - x1)
y + 4 = 3(x - 2)
y + 4 = 3x - 6
y = 3x - 10
Answer:
b^2 = 46
b = √46 (or 6.78 rounded)
Answer:
5.6 thousand
Step-by-step explanation:
To find the mean absolute deviation (MAD), first find the mean (or average).
μ = (41 + 38 + 36 + 57 + 43) / 5
μ = 43
Next, subtract the mean from each value and take the absolute value.
|41 − 43| = 2
|38 − 43| = 5
|36 − 43| = 7
|57 − 43| = 14
|43 − 43| = 0
Sum the results and divide by the number of animals.
MAD = (2 + 5 + 7 + 14 + 0) / 5
MAD = 5.6