Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Why do you divide these exponents but multiply these?
ok i don't get why you multiply this:
v5 · v5
v(5 + 5) Multiply the v's, remembering to add the exponents
v10
yet you need to divide this::
y7
y-6
y7 – -6 Divide the y's, remembering to subtract the exponents
y13
2 Answers
- John HLv 59 years agoFavorite Answer
Here's one way of looking at it:
v^5 * v^5 = v*v*v*v*v * v*v*v*v*v = v^10
y^7 / y^-6 = y*y*y*y*y*y*y / (1 / y*y*y*y*y*y) = y*y*y*y*y*y*y * y*y*y*y*y*y = y^13
- TCLv 79 years ago
a^m x a^n = a^(m + n)
so v^5 X v^5 = v^(5 + 5) = v^10
a^m = 1/a^(- m)
and
a^m/a^n = a^(m - n)
v^7/v^5 = v^(7 - 5) = v^2
your problem has a negative exponent in denominator which is throwing you off
v^7/v^(- 5) = v^7 x v^5 = v^(7 + 5) = v^13