• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle






  • Although I realize something like this might not be possible, i’d love (in a theoretical perfect world) a delegative/liquid federation. where you can “delegate” your blocklist be an aggregate of other people’s blocklist, which would allow a community of users independent of any admin to create a decentralized blocklist based upon mutual trust. To word it with an example, if I trust user A, who in turn trusts user B and C’s idea of who(/what communities) to block, i’ll then be blocking the same people as user B and C.

    It could work in reverse too, if I trust user A who allows anime communities and user B who allows game communities, then I can see anime and game communities. If people trust me, they can see the same thing i’m seeing. Imo that would spur user interaction and make a decentralized way to not put any one person in power. If user B suddenly decides to only trust fascists, I don’t have to trust them anymore and those changes would be propagated.

    I don’t know if that made sense, so sorry if that explanation is wack! It is loosely based on this concept that I read from awhile ago, for which I haven’t thought of the possible downsides.






  • Correct, subtraction and division are not associative. However, what is subtraction if not adding the opposite of a number? Or division if not multiplying the inverse? And addition and multiplication are associative.

    2-2-2 can be written as 2 + (-2) + (-2) which would equal -2 no matter if you solve left to right, or right to left.

    In your example with the formula from right to left, distributing the negative sign reveals that the base equation was changed, so it makes sense that you saw a different answer.

    2 - (2 - 2) = 2 + ((-2) + 2) = 2


  • I’ve always heard it that way too but I think it is for consistency with students, imo Logically, if you are looking at division = multiplying by inverse and subtraction = adding the negative, you should be able to do it both ways. Addition and multiplication are both associative, so we can do 1+2+3 = (1+2)+3 = 1+(2+3) and get the same answer.


  • Not quite, pemdas can go either from the left or right (as long as you are consistent) and division is the same priority as multiplication because dividing by something is equal to multiplying by the inverse of that thing… same as subtraction being just addition but you flip the sign.

    8×1/2=8/2 1-1=1+(-1)

    The result is 16 if you rewrite the problem with this in mind: 8÷2(2+2)=8×(1/2)×(2+2)


  • The problem with this is that the division symbol is not an accurate representation of the intended meaning. Division is usually written in fractions which has an implied set of parenthesis, and is the same priority as multiplication. This is because dividing by a number is the same as multiplying by the inverse, same as subtracting is adding the negative of a number.

    8/2(2+2) could be rewritten as 8×1/2×(2+2) or (8×(2+2))/2 which both resolve into 16.