this post was submitted on 11 Oct 2023
986 points (96.3% liked)

Memes

45180 readers
1608 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
986
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

2^(a-b) = (2^a)/(2^b)

You can see this in the example above but perhaps it's better to use different powers to make things a bit clearer.

2^5=2x2x2x2x2

2^3=2x2x2

(2^5)/(2^3)=(2x2x2x2x2)/(2x2x2)

You can cancel 3 of the 2s from the top and bottom of the fraction to be left with 2x2, or 2^2.

I.e. (2^5)/(2^3)=2^2

The quicker way to calculate this is doing 2^(5-3) which when you resolve the bracket is obviously just 2^2 or 2x2.

If both numbers in the bracket are the same the bracket will always resolve to 0, which is the same as saying a number divided by itself, any number divided by itself is one so it follows that any number to the power 0 is also 1 (because it's essentially exactly the same calculation).

[–] [email protected] 2 points 11 months ago (1 children)

Rule = #^0 = # x 1

Don't ask why...got it.

[–] [email protected] 3 points 11 months ago (1 children)
[–] [email protected] 2 points 11 months ago (1 children)
[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

Yup

5^0 can be rewritten as 5^(2-2)

5^(2-2) = (5^2)/(5^2)

This is a number divided by itself so cancels to 1 every time, regardless of #.