A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25
For the answer to the question above,
1. If we let x as the side of the square cut-out, the formula for the capacity (volume) of the food dish is:
V = (12 - 2x)(8 - 2x)(x)
V = 96x - 40x^2 + 4x^3
To find the zeros, we equate the equation to 0, so, the values of x that would result to zero would be:
x = 0, 6, 4
2. To get the value of x to obtain the maximum capacity, we differentiate the equation, equate it to zero, and solve for x.
dV/dx = 96 - 80x + 12x^2 = 0
x = 5.10, 1.57
The value of x that would give the maximum capacity is x = 1.57
3. If the volume of the box is 12, then the value of x can be solved using:
12 = 96x - 40x^2 + 4x^3
x = 0.13, 6.22, 3.65
The permissible value of x is 0.13 and 3.65
4. Increasing the cutout of the box increases the volume until its dimension reaches 1.57. After that, the value of the volume decreases it reaches 4.
5. V = (q -2x) (p - 2x) (x)
X^2+8x+x+8 simplifies to x^2+9x+8
The best way to solve this problem is with a simple equation: part = percent (in decimal form) x whole
In this problem, we're trying to solve for the <em>whole </em>amount that the camera can hold, so we'll assign that the variable w.
We can use the information they gave us - 96 is the <em>part</em>, and 24% is the percent. We'll convert that to decimal form - 0.24
Then, we just plug these values back into the above equation:
96 = 0.24w
Divide both sides by 0.24 to get w on it's own, and you have your answer!
400 = w
Therefore, the memory card can hold up to 400 pictures.
Note: this equation is <em>super </em>helpful. It's good to have on hand for any problem involving percents, because you can solve for the part, percent, or whole depending on the problem.