this post was submitted on 08 Jun 2026
38 points (85.2% liked)

Ask Lemmy

39891 readers
985 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
 

Maybe a human front half (including the legs) and horse rear half? It would seriously suck to run with 2 human legs and 2 horse legs.

you are viewing a single comment's thread
view the rest of the comments
[–] AstroLightz@lemmy.world 1 points 12 hours ago (1 children)

Math can help solve this:

m = 0.5 # human
h = 0.5 # horse

C = m + h # Centaur

So Centaur is 50% human, 50% horse. Half human, half Centaur would be:

# Expand
C / 2 + m
m + h / 2 + m

# Combine
(m + h / 2) + (2m / 2)
3m + h / 2

# Solve
3(0.5)[m] + 0.5[h] / 2
1.5[m] + 0.5[h] / 2
0.75[m] + 0.25[h]

Which is 0.75 human, 0.25 horse

Therefore, this hybrid is 75% human, 25% horse

To answer your question: This would probably be a human with a horse tail, and 2 horse legs.

[–] Mesa@programming.dev 1 points 9 hours ago (1 children)

Damn, I wish I had an algorithm to tell me whether 75 and 25 are even or odd, though.

[–] bstix@feddit.dk 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

X Mod 2

It returns true if X is odd and false if X is even.

A more computational efficient method would be to use: AND 00000001

[–] Mesa@programming.dev 1 points 4 hours ago (1 children)

(I was being facetious and was referring to the joke of making highly complicated evenOrOdd functions)

[–] bstix@feddit.dk 1 points 4 hours ago

I just want people to think.

I asked Google about it and it clearly didn't understand what half a centaur is, but it did confirm that it is an even number.