view the rest of the comments
Mildly Infuriating
Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.
I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!
It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.
Rules:
1. Be Respectful
Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.
Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.
...
2. No Illegal Content
Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.
That means: -No promoting violence/threats against any individuals
-No CSA content or Revenge Porn
-No sharing private/personal information (Doxxing)
...
3. No Spam
Posting the same post, no matter the intent is against the rules.
-If you have posted content, please refrain from re-posting said content within this community.
-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.
-No posting Scams/Advertisements/Phishing Links/IP Grabbers
-No Bots, Bots will be banned from the community.
...
4. No Porn/Explicit
Content
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
5. No Enciting Harassment,
Brigading, Doxxing or Witch Hunts
-Do not Brigade other Communities
-No calls to action against other communities/users within Lemmy or outside of Lemmy.
-No Witch Hunts against users/communities.
-No content that harasses members within or outside of the community.
...
6. NSFW should be behind NSFW tags.
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
7. Content should match the theme of this community.
-Content should be Mildly infuriating.
-At this time we permit content that is infuriating until an infuriating community is made available.
...
8. Reposting of Reddit content is permitted, try to credit the OC.
-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.
...
...
Also check out:
Partnered Communities:
Reach out to LillianVS for inclusion on the sidebar.
All communities included on the sidebar are to be made in compliance with the instance rules.
try this one: https://iqcaptcha.us.to/
A few years ago when I was in college, I would've been able to solve that equation probably but that information has since left my brain lol.
Yup same, i looked it up and it all came back. However, it's still a completely useless knowledge in my normal adult life, though i'm a software engineer
Calc was extremely useful to me as an industrial engineer and thank fuck I only have to understand it instead of actually doing it in my profession
Much of the math I learned was memorizing steps. If it came up in real life I probably wouldn't be able to piece all necessary info into an equation. Even a word problem is assumed to include the minimum. I am not a software engineer nor a programmer (yet) I am learning python supposedly a good precursor since my bg is in web design. The way i see it, all forms of logic while they don't have a direct applied use in my life, serve as an exercising of my mind and can help understand inconsistencies and other logic/reasoning concepts. They are indirectly related.
i totally agree, it's still good problem solving skill
My solution:
The outer square lines in the third column/row is the result of the difference between what exists in the first two items in that row/column. Only outer lines appearing only once will be in the 3rd shape. The center lines seem to be only center lines that appear in both shapes. Therefore x is 52, since all outer shapes cancel and there are no shared center lines. The rest is fairly simple.
The second derivative of f(x) is 78x + 22, so the answer is 78(52) + 22 + 52 = 4130
I'm not completely confident in this solution but it seems to be consistent with the known columns and rows.
I agree with your solution! GG
4078 + 52 = 4 130
The patterns work from top to bottom too.
The outside is XOR and the clock is AND.
Never would have figured out that was XOR.
Claude 3.5 sonnet seems to think the answer is 23
CharGPT o1 thinks it's 6, but the formula answer is 496 and just a "bonus"
o1 also "thought" about for a LONG TIME 1 minute and 11 seconds, which is the longest I've ever been able to get it to "think" about anything LMAO\
Notice how it doesn't explain what's going on in the pattern that got it to number 6. It's just a guess. If push comes to shove, anyone can make a straight faced lie that whatever option is the correct answer, they'll just avoid explaining it.
that's really impressive, parsing so much information from a 2 step problem displayed skewed on a garbled background
Wouldn’t it be 79x + 22 ? But they don’t give you a value to use for x. Wtf
no, you need to derivate the f(x) function twice because the last line asks for f"(x). you do that by taking down the exponent in front of each power of the polynomial and decreasing the power by one each time you derivate.
So for the 13x³: derived once it becomes 3 times 13 x², which equals 39x². Derived a second time, it is 2 times 39x, so 78x.
The 11x² becomes 2 times 11x, and then just 22 (times x power zero). the rest disappears after two derivatives.
The x is given when finding the correct pattern that matches the missing symbol in the first part of the problem, being the dot, so 52. I explained how you find this in a comment somewhere up here :)
Pretty sure 78x + 22 is f double prime of x. So f’’(x) + x simplifies to 79x + 22.
I found the other posts about XOR for solving the visual puzzle.
ah ok you're adding the final x directly to the polynomial, that's fine then, yes
f''(x) is 78x+22 but the question asks what number is f''(x) + x, hence 79x+22.
yeah, i just did the derivative first and added that last x at the end, same result
Honestly some capchas make me wish it was just a derivative.
∫ x tan(x) dx
is the correct pattern indeed 6 and why?
no the correct pattern is 52, using the following method:
The third column has the same diagonal lines in the first and second pattern, so they disappear. Those two symbols have different clock hands so they also disappear. So the only remaining element in the pattern is the central dot (52).
Delete this before the AI collects it!
Aaah yes
Thanks for the detailed answer!