Its 5 i did the test and know what the graph looks like :)
Answer:
A. x = 11/16
Step-by-step explanation:
For the purpose here, it is convenient to rearrange the equation to f(x) -g(x) = 0. We know the root will be in the interval [0, 1] because (f-g)(0) = -3 and (f-g)(1) = +3. At each iteration, we evaluate (f-g)(x) at the midpoint of the interval to see which of the interval end points can be moved and still bracket the root.
Using the bisection method starting with the interval [0, 1] we find f(1/2)-g(1/2) < 0, so we can move the interval limits to [1/2, 1].
For the next iteration, we find f(3/4) -g(3/4) > 0, so we can move the interval limits to [1/2, 3/4].
For the third iteration, we find f(5/8) -g(5/8) < 0, so we can move the interval limits to [5/8, 3/4].
Then the root is approximately the middle of that interval:
x ≈ (5/8 +3/4)/2 = 11/16
_____
This value of x is 0.6875. The root is closer to 0.639802004233. The bisection method takes about 3 iterations for each decimal place of accuracy. Other methods can nearly double the number of accurate decimal places on each iteration.
Answer:
B is the correct answer I believe
I = $ 1,200,000.00
Equation:
I = Prt
Calculation:
First, converting R percent to r a decimal
r = R/100 = 3%/100 = 0.03 per year,
then, solving our equation
I = 1000000 × 0.03 × 40 = 1200000
I = $ 1,200,000.00
The simple interest accumulated
on a principal of $ 1,000,000.00
at a rate of 3% per year
for 40 years is $ 1,200,000.00.
You add two equations together to eliminate a variable. This particular problem is nice, because it's already setup to eliminate X.
3x - 4y = 9
<span>-3x + 2y = 9
</span>
When we add these two together, 3x - 3x cancels each other out, leaving us with 0x, or nothing.
We continue with -4y + 2y (leaves us with -2y) and 9+9 (18).
-2y = 18
18/-2 = -9.
Now we have y = -9, and we can go back into the problems to solve for x.
<span>3x - 4(-9) = 9
</span>
3x + 36 = 9.
3x = -27
x = -9.
Confirm with the final equation:
-3(-9) + 2(-9) = 9
27 - 18 = 9
9 = 9 --- Confirmed.