Answer:
EB = 10
Step-by-step explanation:
For this problem, you can use the power of a point, in the situation where two secants intersect in the interior of a circle. The formula is as follows:
CE * ED = AE * EB
(This is applied specifically to this problem)
We can substitute the values given,
5 * (x - 4) = 3 * x
simplify,
5x - 20 = 3x
and solve.
2x - 20 = 0
2x = 20
x = 10
Since the value of EB is x, EB = 10.
Answer:
23/24
Step-by-step explanation:
Answer:
Two trains leave a town at the same time heading in opposite directions. One train is traveling 12 mph faster than the other. After two hours, they are 232 miles apart. What is the average speed of each train?
52 mph; 64 mph
55 mph; 70 mph
92 mph; 104 mph
98 mph; 110 mph
Step-by-step explanation:
Addition you add and in subtraction you subtract
First, conceptually understand what an inverse function is, it makes solving it very intuitive. An inverse function is simply a function which has points (y,x) for every point (x,y) of the parent function. So you are essentially taking all points of the parent function and switching the x and y coordinates for each. Those switched coordinates are produced by the "inverse function".
Mathematically then, finding the inverse function is a matter of solving for x and then switching the variable labels. In this case:
y=2x+1 subtract 1 from both sides
y-1=2x divide both sides by 2
(y-1)/2=x now just switch the labels for the variables...
y=(x-1)/2 so
f^-1(x)=(x-1)/2 is the inverse of f(x)=2x+1