The value of the digit is 90
Answer:
15.41
Step-by-step explanation:
We need to graph this equation:

Its solutions are the points through which it graph passes. Since it's a linear equation its graph is a straight line and we only need two of its points to draw it. But before graphing let's re-write the equation. We can substract 16x from both sides:

And we divide both sides by 2:

So now with this equation if we pick two random x values we'll get their corresponding y values. This way we'll find two points that are part of the graph which is the line that passes through both. We can begin with x=0:

So the first point is (0,150). Then we can take x=10 and we get:

So the second point is (10,70). Then the graph is the line that passes through points (0,150) and (10,70). In order to represent it
For this case we have the following expression:
(x + 7) / (x ^ 2 - x - 2) = A / (x - 2) + B / (x + 1)
Rewriting we have:
(x + 7) / ((x-2) (x + 1)) = A / (x - 2) + B / (x + 1)
We multiply the equality by (x-2) (x + 1):
x + 7 = A (x + 1) + B (x - 2)
Rewriting we have the following system of equations:
A + B = 1
A - 2B = 7
Solving the system we have:
A = 3
B = -2
Answer:
constants A and B are:
A = 3
B = -2