Answer:
The slope of the line is: 1
The y-intercept is: -3
You can graph the line using the slope and y-intercept, or two points.
I am not sure, but I'll give you the layout.
Step-by-step explanation:
32/160= p/100
P=?
P stands for the percent
Rewriting the equation as a quadratic equation equal to zero:
x^2 - x - 30 = 0
We need two numbers whose sum is -1 and whose product is -30. In this case, it would have to be 5 and -6. Therefore we can also write our equation in the factored form
(x + 5)(x - 6) = 0
Now we have a product of two expressions that is equal to zero, which means any x value that makes either (x + 5) or (x - 6) zero will make their product zero.
x + 5 = 0 => x = -5
x - 6 = 0 => x = 6
Therefore, our solutions are x = -5 and x = 6.
Answer:
![f(1)=70](https://tex.z-dn.net/?f=f%281%29%3D70)
![f(n)=f(n-1)+6](https://tex.z-dn.net/?f=f%28n%29%3Df%28n-1%29%2B6)
Step-by-step explanation:
One is given the following function:
![f(n)=64+6n](https://tex.z-dn.net/?f=f%28n%29%3D64%2B6n)
One is asked to evaluate the function for
, substitute
in place of
, and simplify to evaluate:
![f(1)=64+6(1)](https://tex.z-dn.net/?f=f%281%29%3D64%2B6%281%29)
![f(1)=64+6](https://tex.z-dn.net/?f=f%281%29%3D64%2B6)
![f(1)=70](https://tex.z-dn.net/?f=f%281%29%3D70)
A recursive formula is another method used to represent the formula of a sequence such that each term is expressed as a function of the last term in the sequence. In this case, one is asked to find the recursive formula of an arithmetic sequence: that is, a sequence of numbers where the difference between any two consecutive terms is constant. The following general formula is used to represent the recursive formula of an arithmetic sequence:
![a_n=a_(_n_-_1_)+d](https://tex.z-dn.net/?f=a_n%3Da_%28_n_-_1_%29%2Bd)
Where (
) is the evaluator term (
) represents the term before the evaluator term, and (d) represents the common difference (the result attained from subtracting two consecutive terms). In this case (and in the case for most arithmetic sequences), the common difference can be found in the standard formula of the function. It is the coefficient of the variable (n) or the input variable. Substitute this into the recursive formula, then rewrite the recursive formula such that it suits the needs of the given problem,
![a_n=a_(_n_-_1_)+d](https://tex.z-dn.net/?f=a_n%3Da_%28_n_-_1_%29%2Bd)
![a_n=a_(_n_-_1_)+6](https://tex.z-dn.net/?f=a_n%3Da_%28_n_-_1_%29%2B6)
![f(n)=f(n-1)+6](https://tex.z-dn.net/?f=f%28n%29%3Df%28n-1%29%2B6)