
Nathan B. answered 02/10/16
Tutor
5
(20)
Elementary and Algebraic skilled
What's happening here is that you have:
b15 * b15 * b15 * b15 * b15 * b15 * b15 * b15
When we multiply a similar base, we add the exponents together, like I said before, so this can be written as:
b15+15+15+15+15+15+15+15
b15+15+15+15+15+15+15+15
but can be short handed using multiplication as b15*8
15 * 8 = 120
so the final answer is b120
Remember the following rules:
ab * ac = ab + c
(ab)c = ab * c