using ChatGPT in Reddit upvote calculation
Calculating the number of upvotes and downvotes in reddit.I received a net 0 votes on reddit on a moderately popular post ( 34 comments) but net 0 upvotes.
So how I calculate the number of the upvotes and downvotes.It is a very simple calculation in math of 2 variables. Let us x is the number of upvoted and y is the number of y votes. So the first equation is
x+y = 5
Now the fraction of the upvote out of the total vote is x /( x+y)
So the second equation is x / (x+y) = .44
This gives me .56x = .44y
Instead of solving this equation, I use chatGPT
This is one of the good usage of chat GPT in real life.