Answer:
A=hbb= 2
Step-by-step explanation:
your welcome plz brainlist
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.
Since the graph is a straight line, we know that this equation follows some sort of y = mx + b format.
Let's take the points that are on the axes (-4,0) and (0,-3)
use them to find the slope = (0 - (-3))/(-4 - 0) = 3/(-4) = -3/4
this is our m in the general equations above
we now have y = (-3/4)x + b
b is the y-intercept which is where x = 0 we already have that point in (0,-3)
plug the -3 in for b to give as a final answer:
y = (-3/4)x - 3
Answer:
The ferris wheel travelled 434.717 ft.
Step-by-step explanation:
Assuming that the ferris wheel is a perfect circle, then it's height is the same as the diameter of the circle, therefore it's radius is:
radius = height/2 = 246/2 = 123 ft
The distance travelled by the ferris wheel is the same as the length of the arc created by a angle of (9pi/8). The length of an arc is given by:
length = r*(angle in radians)
length = 123*(9pi/8)
length = 434.717 ft
The ferris wheel travelled 434.717 ft.
Answer:
14
Step-by-step explanation:
The applicable rule of exponents is ...
(a^b)(a^c) = a^(b+c)
__
You have ...
(x^3)(x^a) = x^17
x^(3+a) = x^17
Equating exponents, we get ...
3 +a = 17
a = 14
The missing exponent is 14.