Podcast
Questions and Answers
Which of the following is the correct way to represent exponentiation?
Which of the following is the correct way to represent exponentiation?
- $b \cdot n$
- $b/n$
- $b^n$ (correct)
- $n^b$
When n is a positive integer, what does $b^n$ represent?
When n is a positive integer, what does $b^n$ represent?
- The difference of subtracting n bases of b
- The product of multiplying n bases of b (correct)
- The sum of adding n bases of b
- The quotient of dividing n bases of b
How is the exponent usually shown in exponentiation?
How is the exponent usually shown in exponentiation?
- As a subscript to the left of the base
- As a superscript to the right of the base (correct)
- As a subscript to the right of the base
- As a superscript to the left of the base
What is another way to say $b^n$?
What is another way to say $b^n$?
What does $b^1 \cdot b^2$ equal?
What does $b^1 \cdot b^2$ equal?