Answer:
x is the reciprocal of the difference of a and b.
Step-by-step explanation:
ax=bx+1
Subtract by bx on both sides
ax-bx=1
x(a-b)=1
x= 1/(a-b)
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation:
Answer:
MN = 48
Step-by-step explanation:
Since AB is a diameter , so it divides MN into 2 equal parts i.e. MO = NO
7x-4 = 6x
7x-6x = 4
x = 4
Now
MN = MO + NO
MN = 7x-4+6x
MN = 7(4)-4+6(4)
MN = 28-4+24
MN = 48
-4 line under > SO -4 > x + 2 < 1
(-4 > x + 2) and (x + 2 < 1)
(x < -6) and (x < 1)
Now combine the ranges
x line under < SO
x < -6 is your answer
Brainliest if satisfied!!!