answersLogoWhite

0

There are 2 ways. One is to use the Power Function. So to get 10² and get the value 100, you would type:

=Power(10,2)

You can also use the ^ symbol like this:

=10^2

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write the equation for normal distribution data in excel?

y=(1/(sqrt(2*22/7)))*((e)power-((X squred)/2))


Integral of e to the power of -x?

integral of e to the power -x is -e to the power -x


What is the first derivative of e raised to the power of x?

The first derivative of e to the x power is e to the power of x.


What is the value of e to the power of (2x) when e to the power of x equals 2?

The power law of indices says: (x^a)^b = x^(ab) = x^(ba) = (x^b)^a → e^(2x) = (e^x)² but e^x = 2 → e^(2x) = (e^x)² = 2² = 4


How do you write the third power of x?

The normal way to write this is: x3 (meaning x cubed / x to the third power).


How do you integrate x power x?

e^x/1-e^x


What is the derivative of e power negative x?

d/dx (e-x) = -e-x


What is the second derivative of xsqaured e to the power of x?

f(x) = (x^2)(e^x)f'(x) = e^x((x^2)+2x) - i thinkf"(x) = ?--------f(x) = (x^2)(e^x)apply the power rulef'(x) = (x^2)(e^x) + (2x)(e^x)apply the power rule to the first part and apply the power rule to the second part, then add those togetherf''(x) = [(x^2)(e^x) + (2x)(e^x)] + [(2x)(e^x) + (2)(e^x)]simplifyf''(x) = (e^x)(x^2 + 4x +2)I got it right. It checked out on my calculator.


How to write 2 to the second power?

2 squared, 22 or 2^2. In some old programming languages 2**2, but this should be avoided since it is no longer standard. Excel, for example interprets "x**y" as "x times 10 to the power y"


What is e to the power of 3 ln x?

e^(3lnx)=e^[ln(x^3)]=x^3


How you write x to the power 5?

x5 can be read as x to the power of 5 or more commonly as x to the fifth power.


Write a flow chart that will take an input a number x from a user and output e raised to the power x?

...#include ...double x;...cout > x;cout