183k views
1 vote
Rewrite a•a•b•c•a•b using exponents

User Xenep
by
7.5k points

2 Answers

7 votes
Hopefully this helps ( A^3)(b^2)(C)
User Quine
by
8.3k points
6 votes

See how many times each letter appears:


a = 3\ times \\ b = 2\ times \\ c = 1\ time

Make each as an exponent:


a\ 3\ times = a^(3) \\ b\ 2\ times = b^(2) \\ c\ 1\ time = c^(1)

Now multiply everything:

ANSWER:
a^(3) * b^(2) * c^(1)

User Jschoi
by
7.5k points