Math but painful

Hmmm, there is ‘Philosophy but painful’, so why not math :]

Post weird math statements that are technically correct

SIX - S = 9, so S must be -3
…except if you do -3IX - -3 it becomes -3IX + 3 which equals -24… hmm

2 Likes

There is a math topic already, so I’m not sure about this. @Chaboi_3000, should this be merged or is it fine?

2 Likes
while(true){
    Console.WriteLine('Rock, Paper, Scissors');
    string userChoice = Console.ReadLine();
    Random rnd = new Random();
    int compChoice = rnd.Next(1, 4);
    if(compChoice==1){
        if(userChoice=='paper'){
            Console.WriteLine('USER WINS');
        }else if(userChoice=='scissors'){

That’s pretty much the extent of the math I used in my code, overall, without creating like a basic calculator. :person_shrugging:

I really should implement more math, and the fact that i dont is slightly painful.

2 Likes

0/0 is equal to every number.

2 Likes

Any point can be taken to any point by a 180 degree rotation.

2 Likes

Hmmmm (20 chars is also confused)

Everyone in my school are always talking about how math is the most painful and hard subject, so I can relate to all of this.

a=b
a+b=2b
a squared = b*a
(a-b)x(b+a)=(a-b)x b
b+a=b
2b=b
2=1

How did you even get that…

a-b=0 if a=b
cancel out (a-b) from both sides

wait nvm I’m stupid lol

Ah! I have found the source of the unexpected result.
(a-b)* (b+a) should equal (a-b)*(b+a), not (a-b)*b
This would mean that b+a = b+a
And therefore 2b = 2b
So that proves that b=b (if both b and a are 2, then we can say that 2=2)

yeah that makes more sense

nope
anything x 0 = 0
a=b
a-b=0

You can’t just input the value of 1 into B. That would make the equation false. -my smart friend

If 100% divided by 3 is 33.333333333333333333333333333333… and 33.3333333333333333333333333… * 3 = 99.9999999999999… where does the 0.0000000 . . . . . . .1 go?

2 Likes

yes u can
is 0x=0y+0b? yes

Ohhh yeahh

Shouldn’t this be 0 = 0 then?

2 Likes

in the equation it says that (a-b)(a+b) = (a-b)b
we divide both sides by a-b
we get a+b=b