Answer:
No solutions
Step-by-step explanation:
Solve for x the system of two inequalities:

First, solve each inequality separately:
1.

2.

Now, we get

and

There are no common values for x, for which both inequalities hold, so the system of two inequalities has no solutions.
So let's put it this way-
N% x 60 = 42
You want to isolate the variable
42/60 = N%
42/60 is .7 which is 70%
Hope this helps :)
Answer:
This question requires us to change the subject of a formula. This can be achieved by following the order of operations in reverse. First, isolate the terms with our variable of interest, x:
ax - bx = z - y
Then, we take x out as it is being multiplied to both a and b:
x(a - b) = z - y
Dividing (a - b) on both sides, we get:
x = (z - y) / (a - b)
Thus, the answer is x= z-y/a-b
Step-by-step explanation:
Let the amount deposited (principal) be x, then the amount after the required time = 2x.
A = P(1 + r/n)^nt: where A is the future value = 2x, P is the principal = x, r is the rate = 0.75%, n is the number of accumulation in a year = 12, t is the number of years.
2x = x(1 + 0.0075/12)^12t
2 = (1 + 0.000625)^12t
log 2 = 12t log (1.000625)
log 2 / log (1.000625) = 12t
1109.38 = 12t
t = 92 years
Answer:
The input for the method is a continuous function f, an interval [a, b], and the function values f(a) and f(b). The function values are of opposite sign (there is at least one zero crossing within the interval). Each iteration performs these steps: Calculate c, the midpoint of the interval, c = a + b2.
Step-by-step explanation:
trust