So you have the equation (2x+4)/-3=12
Multiply by -3 on each side.
2x+4=-36
2x=-20
x=-10
Hope this helps.
Answer:
The answer is A) y+4 =3(x+3)
Step-by-step explanation:
The slope is the rate of change, which you can see from the graph is m = 3/1 = 3.
Your options are given in point-slope form:
y-y1=m(x-x1)
Pick a point from the graph. I used;
(-3, -4). Now plug this into your point slope form equation.
y-(-4) = 3(x-(-3))
y+4=3(x+3)
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest
Answer:
3. f(12) = -10; f(37) = -60
4. f(12) = -102; f(37) = -352
Step-by-step explanation:
3. Put the numbers in the formula and do the arithmetic:
f(12) = 12 -2(12-1) = 12 -22 = -10
f(37) = 12 -2(37-1) = 12 -72 = -60
__
4. The explicit formula for an arithmetic sequence with first term a1 and common difference d is ...
an = a1 +d(n -1)
Your sequence has a first term a1=8 and a common difference d=-10.
As above, fill in the numbers and do the arithmetic.
f(12) = 8 -10(12 -1) = -102
f(37) = 8 -10(37-1) = -352
Step-by-step explanation:
The first set is equivalent.
We obtain the right-hand side by swapping places of the terms.