#I want to figure out this kind of math problem
10 messages · Page 1 of 1 (latest)
can you rephrase your question
in your example you are just showing multiplication
Multyping one number
ANd then multyping it again
If you want to concisely express the final result of an expression like that you can use the pattern X*(M^N)
Where in your example, you can write 160 = 10 * (2 ^ 4).
This is understood from the idea that multiplying a bunch of numbers results in the same regardless of the order in which you multiply