Answer:
If your question is set up like this
then your answer is No solution.
If your question is set up like this
then your answer is
or x = 0.765
Hope this helps!
For a geometric sequence or geometric series, the common ratio is the ratio of a term to the previous term. This ratio is usually indicated by the variable r. Example: The geometric series 3, 6, 12, 24, 48, . . . has common ratio r = 2.
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Answer:
x=3
Step-by-step explanation:
-8x-(8x)=-48
-8x-8x=-48
Collect like terms
-16x=-48
Divide both sides by-16
x=3
Answer:
-4.125
Step-by-step explanation: