kayleo91 kayleo91
  • 11-10-2018
  • Mathematics
contestada

Write and equivalent exponential expression for "five to the third power"

Respuesta :

ellamp18 ellamp18
  • 11-10-2018

Answer:

5^3

Step-by-step explanation:

There should be a regular 5 with a little three to the top right corner of the 5.

Answer Link

Otras preguntas

A student bought 84 pencils. If he sharpened 35 pencils, what is the ratio of the unsharpened pencils to the sharpened pencils?
help please i am confusedIt is pholem or phloem​
“The length of a rectangle is two feet greater than twice its width. If the perimeter is 25 feet, find the width.” Which of the following translations is correc
What single transformation can take you from A (3, 1) to A" (-7, 1) in one move? Whoever helps me I will mark brainlest! :)
Divide round to the nearest tenth 0.197 divided by 3.0
Solve log2(x + 5) + log2(x − 5) = log211.
Which of the following is a consumer right for the consumer bill of rights? 1. Right to know 2. Right to return 3. It’s a profit 4. Right to sanity
ASAP please help meeeeeeeeeeee
Find the fourth proportion to : 2,3,16​
Given the snippet of code: int x = 5; int bar(int j) { int *k = 0, m = 5; k = &m; return (j+m); } void main(void) { static int i =0; i++; i = bar(i) + x; }