answersLogoWhite

0

In this case, a and b are numbers, but we have not been told which numbers they are. Sometimes it is useful to talk about numbers in general. Raising a to the power of b means that the number a gets multiplied by itself, a number of times that is specified by b. So for example, if a is 3 and b is 5, then 3 to the fifth power is 3 x 3 x 3 x 3 x 3. If we do the multiplications, we would wind up with 243.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

To what power is the binomial a plus b raised?

It can be raised to any power.It can be raised to any power.It can be raised to any power.It can be raised to any power.


How can the context-free grammar CFG be defined in terms of the variables i, j, and k, where i is equal to j plus k, and the grammar generates strings consisting of a raised to the power of i, b raised to the power of j, and c raised to the power of k?

In the context-free grammar CFG, the variables i, j, and k represent the exponents of a, b, and c respectively in the generated strings. The variable i is equal to the sum of j and k. The grammar produces strings with a raised to the power of i, b raised to the power of j, and c raised to the power of k.


How do you write 25 as a power?

You write it in superscore, such as b25 or B raised to the 25th power


A raised to power b in C programming?

#include <math.h> double a, b, result; result = pow (a, b);


What does it mean that a to the b power equals to b to a power?

it means that A and B have the same power


What does it mean when a base is raised to a negative exponent?

For example, 10 to the power -2 is defined as being the same as 1 divide by (10 to the power 2).Defining it this way ensures that many common rules for exponents continue being valid for all numbers, positive or negative - for example, (x to the power a) times (x to the power b) = x to the power (a + b).


What does 4 raised to the fourth power mean?

4x4x4x4


Program to find a raised to the power b without recursion?

It's pow from math.h


What does x is raised to the power of 1 mean?

x to the power of 1 means x


Write a program in c language to find the value of a raised to power b where a and b are natural numbers using while loop?

You can do it simpler just by using preprocessor directive#include void main(){int a, b;cout > a;cout > b;cout b;for (int i =1; i


What is a power?

By 'a power' I would understand you to mean a number raised to a power, such as 43. You can then refer to this as 'four to the power of three'


What does 7 raised to the second power mean?

7 raised to the second power is the same way as saying "seven squared". Seven squared is equal to 49.