answersLogoWhite

0

What else can I help you with?

Related Questions

How do you solve an exponential equation?

2


Can computer solve exponential function?

Do you mean "equations involving exponential functions"? Yes,


What is a exponential in algebra?

depends on the question but an EXPONENTIAL EQUATION is in the for 2^x = 4 and you have to solve for x.


What property is use to solve simple exponential equations?

additive


What is the complexity of the algorithm in terms of time and space when solving a problem with an exponential space requirement?

The complexity of the algorithm refers to how much time and space it needs to solve a problem. When dealing with a problem that has an exponential space requirement, the algorithm's complexity will also be exponential, meaning it will take a lot of time and memory to solve the problem.


How can you use logarithmic and exponential equations and properties to solve half-life and logistic growth scenarios?

For an exponential function: General equation of exponential decay is A(t)=A0e^-at The definition of a half-life is A(t)/A0=0.5, therefore: 0.5 = e^-at ln(0.5)=-at t= -ln(0.5)/a For exponential growth: A(t)=A0e^at Find out an expression to relate A(t) and A0 and you solve as above


How do you solve this exponential expression 4-2?

If you mean 4-2, that is, by definition, the same as 1 / 42.


How do polynomial time vs. exponential time algorithms compare?

An algorithm that completes in "polynomial time" is faster to solve than an algorithm that completes in "exponential time" in most of the important cases where it needs to be solved. An algorithm that completes in "polynomial time" the time to solve is always determinable by a polynomial equation (e.g. x^2, x^4+7*x^3+12*x^2+x+19, x^8392). An algorithm that completes in "exponential time" the time to solve can only be determined an exponential equation (e.g. 2^x, e^x, 10^x, 982301^x). Exponential equations give larger value answers than polynomial equations after a certain input value and then increase progressively faster. This makes "exponential time" algorithms take much longer than "polynomial time" algorithms to solve, often making many of them effectively unsolvable for certain cases. Many of the most important algorithms needed to solve real world problems are "exponential time" algorithms.


How do you solve 5 times 186x equals 26 using exponential equations with logarithms?

that is supposes to be 18 to the 6x power


What is 3 x 3 x 3 x 3 x 3 x 3 in exponential form and then solve?

3^6 = 729


How do you solve 111111x9999?

It's a simple question. It can be solved by EXPONENTIAL NOTATION111111*99991*105*9*103=1*9*105+3=9*108THIS IS THE ANSWER!


How do you solve the exponential form of8x8x8x8 base2?

8 = 23 So 8*8*8*8 = 84 = (23)4 = 23*4 = 212