Тёмный

What is the rule? Challenging homework question 

MindYourDecisions
Подписаться 3,1 млн
Просмотров 1,4 млн
50% 1

A challenging problem was posted to Reddit HomeworkHelp. Can you figure it out?
Reddit HomeworkHelp
/ 3rd_grade_math_need_hel
Subscribe: ru-vid.com...
Send me suggestions by email (address at end of many videos). I may not reply but I do consider all ideas!
If you buy from the links below I may receive a commission for sales. (As an Amazon Associate I earn from qualifying purchases.) This has no effect on the price for you.
Book ratings are from June 2021.
My Books (worldwide links)
mindyourdecisions.com/blog/my...
My Books (US links)
Mind Your Decisions: Five Book Compilation
amzn.to/2pbJ4wR
A collection of 5 books:
"The Joy of Game Theory" rated 4.2/5 stars on 200 reviews
amzn.to/1uQvA20
"The Irrationality Illusion: How To Make Smart Decisions And Overcome Bias" rated 4/5 stars on 17 reviews
amzn.to/1o3FaAg
"40 Paradoxes in Logic, Probability, and Game Theory" rated 4.1/5 stars on 30 reviews
amzn.to/1LOCI4U
"The Best Mental Math Tricks" rated 4.2/5 stars on 57 reviews
amzn.to/18maAdo
"Multiply Numbers By Drawing Lines" rated 4.1/5 stars on 23 reviews
amzn.to/XRm7M4
Mind Your Puzzles: Collection Of Volumes 1 To 3
amzn.to/2mMdrJr
A collection of 3 books:
"Math Puzzles Volume 1" rated 4.4/5 stars on 75 reviews
amzn.to/1GhUUSH
"Math Puzzles Volume 2" rated 4.3/5 stars on 21 reviews
amzn.to/1NKbyCs
"Math Puzzles Volume 3" rated 4.3/5 stars on 17 reviews
amzn.to/1NKbGlp
2017 Shorty Awards Nominee. Mind Your Decisions was nominated in the STEM category (Science, Technology, Engineering, and Math) along with eventual winner Bill Nye; finalists Adam Savage, Dr. Sandra Lee, Simone Giertz, Tim Peake, Unbox Therapy; and other nominees Elon Musk, Gizmoslip, Hope Jahren, Life Noggin, and Nerdwriter.
My Blog
mindyourdecisions.com/blog/
Twitter
/ preshtalwalkar
Merch
teespring.com/stores/mind-you...
Patreon
/ mindyourdecisions
Press
mindyourdecisions.com/blog/press

Наука

Опубликовано:

 

15 ноя 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4,4 тыс.   
@edmundgerald5764
@edmundgerald5764 2 года назад
I think this is one reasonable way a gifted young 8 year old might reason: 1 --> 5 + 0 x 5⁰ = 5 2 --> 5 + 1 x 5¹ = 10 3 --> 5 + 2 x 5² = 55 In general, the input N maps to the following output: N --> 5 + (N-1) x 5^(N-1) Therefore, the input 10 yields the output 17578130 The mapping rule may be better expressed in the form N+1, that is:- N+1 --> 5 + (N x 5^N) So, 1 = 0 + 1 --> 5 + 0 x 5⁰ = 5 2 = 1 + 1 --> 5 + 1 x 5¹ = 10 3 = 2 + 1 --> 5 + 2 x 5² = 55 Note the constant 1s and 5s and the variable 0,1,2... They all form a consistent pattern from the given inputs and outputs, without more. Also, note that it's the old f(x+1) = x.e^x function in disguise to elicit young geniuses.
@michaelpetrovich9363
@michaelpetrovich9363 2 года назад
Nice idea, but 8 year old students heh. Your answer for input 10 is wrong it should be 17,578,130 you forgot to multiply by 9 before adding the 5...
@_somerandomguyontheinternet_
@_somerandomguyontheinternet_ 2 года назад
And here my solution was taking the previous two, multiplying them, and then adding the first. So 55=10*5+5. c=a(b+1) d=b(c+1) e=c(d+1) … j=h(i+1) Of course, that gets incredibly big incredibly fast (j equals 4.52496…*10^49) Really, there are many different ways to solve this. I think y’all are missing the point here. There is no “right” answer. They want to see what the 8-year-olds make of the problem, and how their brains go about solving it.
@edmundgerald5764
@edmundgerald5764 2 года назад
@@michaelpetrovich9363 Thanks. I amended the answer for input 10 long time ago but it wasn't immediately updated on RU-vid. These are no ordinary 8-year olds. They are gifted. These kids have creactivy, imagination and intelligence far beyond their cohorts (cf: young Gauss and the sum of arithmatic progression). I think that should be borne in mind, as well as that they would have received some training in similar problems - unlike most of us who are seeing the question for the first time perhaps, these kids would have seen similar problems in their gifted programs.
@michaelpetrovich9363
@michaelpetrovich9363 2 года назад
​@@edmundgerald5764 Maybe this idea would be closer to an 8 year old student: Out = 5*n+40 ⌊n/3⌋ (n=1) => 5*1+40*0 = 5 (n=2) => 5*2+40*0 = 10 (n=3) => 5*3+40*1 = 55 (n=10) => 5*10+40*3 = 170
@edmundgerald5764
@edmundgerald5764 2 года назад
@@michaelpetrovich9363 Well, the use of the floor function is certainly elegant but how is 40 deduced from the given inputs and outputs?
@cpsof
@cpsof 2 года назад
Presh: This problem was given to 8 year old students. Also Presh: Let's consider polynomial f(x) = ax^2 + bx + c. Also Presh: Let's solve this system of three equations. 8 year old student: Don't hold my beer.
@r.y.8140
@r.y.8140 2 года назад
Lol
@iiiiiiiiiiiiii3280
@iiiiiiiiiiiiii3280 2 года назад
Don't hold my beer lmao
@bateriaeletronica
@bateriaeletronica 2 года назад
I thought the answer was 875. Let me show you how I reach that result: 1 = 5 ; (2+1) * 5 = 15 - (5) = 10 ; (3+2+1) * 10 = 60 - (5) = 55 ; (10+3+2+1) * 55 = 880 - (5) = 875
@caiocesar1658
@caiocesar1658 2 года назад
@@bateriaeletronica Bruh, I think you should consider the numbers betwen 3 and 10 in this logic
@TPinesGold
@TPinesGold 2 года назад
@@bateriaeletronica if I first ask you for the "out" of "in" = 9 ... does that change the result for "in" = 10? Should the "out" result depend on the results of previous inputs to your function?
@oposdeo
@oposdeo 2 года назад
These questions are always so subjective. I would say 1: 5, 2: 10, 3: 55, 4: 1010, 5: 555, 6: 101010, ... 10: 101010101010
@rontyson6118
@rontyson6118 2 года назад
If that were correct, then 7: 5555, 8: 10101010, 9: 55555, 10: 1010101010.
@saeedzargar4458
@saeedzargar4458 2 года назад
Excellent!
@Vertraic
@Vertraic 2 года назад
I went the same route, but instead set evens as n/2 is the number of 0's after the one, so 5, 10, 55, 100, 555, 1000, 5555, 10000, 55555, 100000
@eowynmoonlight
@eowynmoonlight 2 года назад
@@Vertraic same
@AHBelt
@AHBelt 2 года назад
@@eowynmoonlight Me too.
@TomYourmombadil
@TomYourmombadil 2 года назад
Some countries use the word “year” like “year 8” instead of “grade 8”. I wouldn’t be surprised if this problem was given to 8th graders and mistaken along the sharing on Reddit process
@Hendrakii
@Hendrakii 2 года назад
I thought this too, but turns out it was “3rd Grade Math”
@user-hf5gi3ve4g
@user-hf5gi3ve4g 2 года назад
yr8 is grade 7. in Asia-Europe there are 13yrs aka 12grades.
@vladlu6362
@vladlu6362 2 года назад
@@user-hf5gi3ve4g Uh, no? In Portugal, there is grade 1 up to 12. In Italy and France, there is grade 1 through 13. It's not consistent, and no way 12 and 13 coexist in that logic.
@nickd2296
@nickd2296 2 года назад
This was an Algebra 2/Trigonometry or Calculus 1 Level question. There is no way an 8 year old kid could solve this. It was definitely gifted 8th graders. In 8th grade I took Algebra 1.
@Hendrakii
@Hendrakii 2 года назад
@@nickd2296 if you look at the original post it specifically says 3rd grade student. On top of that every other question that that student had was similar to what you would expect a gifted 3rd grader to do.
@guanxin1603
@guanxin1603 2 года назад
If this was truly for 8 year olds, the most reasonable solution would be 5, 10, 55, 100, 555, 1000, 5555 … With the objective of getting them to realise functions need not be single equation formulas, and to think outside the box. Of course, expressing this pattern in terms of math might be the testing point as well. Jumping to the assumption that it must be a difficult polynomial is premature imo. Pattern recognition in both simple and complex forms is something to be nurtured.
@nathanyoung3483
@nathanyoung3483 2 года назад
That's the solution I came up with
@crashandburncomputers1543
@crashandburncomputers1543 2 года назад
Fully agree with your statement. The fact is, unless told its some high level polynomial crap that you probably will never use, both answers are indeed correct.
@MasterQuestMaster
@MasterQuestMaster 2 года назад
That's what I was thinking too. Which 8 year old would be like "ah yes, I'll solve the polynomial equations"
@wi-xn3jo
@wi-xn3jo 2 года назад
I thought it would be 5, 10, 55, 110, 555, 1110…
@NaraOfCambodia
@NaraOfCambodia 2 года назад
@Ansun Li I thought the same
@randyc8771
@randyc8771 2 года назад
I feel like the difference between "gifted eight-year-old" and "somebody who has been taught quadratic equations and 3x3 systems of linear equations" is really being glossed over here. More importantly, this video implies that the quadratic model demonstrated is the correct or best "answer" when this question literally has no correct or best answer. One could just as well fit a polynomial of any higher degree or an exponential function or a rational function, etc., to the three given points as well. If this problem really was given to gifted eight-year-olds, then I want a video showing all the weird and creative patterns the kids came up with.
@sandrakiss8711
@sandrakiss8711 2 года назад
@Bryan Smith as someone who was gifted and went to competitions as well as meet others with similar minds... You're not wrong but you also oversimplify the issue. When i was prepping for competitions, i met plenty of math and logic problems and even then i haven't met so many, which i would see the first time at the competition. My teachers didn't blame me, saying that yeah well, we had no example of it. My best friend sometimes solved issues that were not taught before. It's sure, a language, but having a GRASP of the logic is very much needed. I can learn languages by just cramming the words and letting my brain put them in grammatically correct (or somewhat correct) sentences. I can't cram logic. That's the thing most people are saying, some have advanced logic and understand things beyond what they were taught/shown examples of etc. But for the 'generic' gifted 8 year olds this is just nuts of a problem to solve.
@tippyc2
@tippyc2 2 года назад
I'm having the same issues here. Even if I had an 8-year-old who knew how to solve a system of quadratics, I would still expect their answer to be based on pattern recognition. And when they come up with an answer, with only 3 given data points, there's no way to say whether or not that specific answer is correct. Just look at all the alternate solutions presented in these comments. Interesting logic exercise though...
@danieltrump7081
@danieltrump7081 2 года назад
I think the key is that it needs to be said to solve it using a second order polynomial. otherwise the question is too open ended. this is something i always struggled in school with math. They always leave it so open ended . . . Like with a third order polynomial you can literally get whatever answer you want . . . and it will be true. or you can use some log functions and other non linear math and get any answer you want as well.
@jeffwells641
@jeffwells641 2 года назад
IMO the only valid use for this question is to test whether your gifted 8 year old is clever enough to come up with a logically consistent function. The answer is clearly NOT a polynomial, despite whatever the problem designer intended. The only way I'd accept that a polynomial was the intended answer is if we were told as part of the question that the answer is a polynomial. Otherwise it's a malformed question (unless you accept ANY valid function, as I mentioned above).
@alyssahallister
@alyssahallister 2 года назад
@Bryan Smith If you provide this problem to a gifted math student and they provide you with 1010101010, did they do anything wrong? As pointed out, there's infinitely many equations that will produce these outputs for the given inputs, and unless a person is primed to specifically think of solving the problem with this form of equation, that's not necessarily the route they're going to choose. I didn't start learning this type of math until I was 10, so I was actually trying to come up with a type of math I'd have known *before* polynomials with which to solve this and coming up blank, but I could just as easily have treated this as a discrete mathematics or calculus problem to derive totally different and valid functions than the 'correct answer'. And an 8-year-old could certainly be taught calculus if they are gifted and that's the direction you want to go.
@dmitrigheorgheni
@dmitrigheorgheni 2 года назад
Watching this, I laughed hysterically. Then I cried a little. Then I once again vowed never to touch a math problem again. Finally, I read the comments and felt a lot better.
@brahmbandyopadhyay
@brahmbandyopadhyay Год назад
The comment is Roald Dahl language lol
@JamieHitt
@JamieHitt 2 года назад
It would’ve been interesting to have known exactly what level of mathematics these eight-year-old students had been exposed to. I think many people misunderstand mathematical genius. IQ becomes irrelevant when under-exposed. You could have an IQ of 200+,… But you can’t translate English to French if you’ve never been exposed to the French language.
@Snarkapotamus
@Snarkapotamus 2 года назад
True geniuses can take even small amounts of seemingly unrelated data and extrapolate an answer...whether it's right or not is a different story. But I bet they'd come up with something interesting!
@jojoonyoutube3748
@jojoonyoutube3748 2 года назад
True
@kindlywaterbear7538
@kindlywaterbear7538 2 года назад
Yeah, no matter how smart someone is, they can't just know things they haven't learned yet, and to learn about something you have to be exposed to it at least a little bit
@bastianwolff
@bastianwolff 2 года назад
It seems to be a reasonable challenge for 8 year old gifted students (me, 8 years old, just receiving my PhD in Theoretical Math)
@RaiAndyLightning
@RaiAndyLightning 2 года назад
Those are rookie numbers. I got my second phd while I was in the womb.
@Scrub_Lord-en7cq
@Scrub_Lord-en7cq 2 года назад
Looks like cap to me
@johnnewson939
@johnnewson939 2 года назад
@@RaiAndyLightning I got my third phd when I was conceived.
@stonesandmayonaise294
@stonesandmayonaise294 2 года назад
@@johnnewson939 PATHETIC, I got my fourth phd when my dad first saw my mom
@thanoof
@thanoof 2 года назад
@@stonesandmayonaise294 Hmph, I got my 10th PhD while my grandparents where being born.
@henryallsebrook
@henryallsebrook 2 года назад
There is no way 8 year olds were expected to solve this. Most 8 year olds can’t even do the 6 times tables, let alone quadratics and simultaneous equations
@CarneSagrado
@CarneSagrado 2 года назад
. yeah, gifted or not, this is not believable. Probably only the Math prodigies, not Prodigy in GENERAL. .
@architmahatorollno.332
@architmahatorollno.332 2 года назад
Terence tao?
@prakharvermaT1nO
@prakharvermaT1nO 2 года назад
Lmao then I'm proud my sister who is 7 knows the times table till 10
@IS-py3dk
@IS-py3dk 2 года назад
Yeah
@Carmine_Lupertazzi
@Carmine_Lupertazzi 2 года назад
@@prakharvermaT1nO That's still piss poor. But then, that's western education.
@quabledistocficklepo3597
@quabledistocficklepo3597 2 года назад
I think AA was right. He said: "It was probably a typo. Multiply by 5 was probably the intended solution leading to 50 as the answer." As to the given solution, I think that the guy who wrote it could have used similar methods to make ANY number be the solution.Magic tricks with math.
@oliebol-fr9ft
@oliebol-fr9ft Год назад
As a once gifted kid I can tell you, that would be the most disappointing special "gifted kid" task we would have had. Utilizing a quadratic polynomial and reverse engineering the whole damn thing and having to figure all that out ourselves would not have been possible for us, but if the method had been explained to us then with the proper foundations I do think we could have understood it. Kids, gifted ones in particular, are way way smarter and absorb so much more information than almost everybody thinks it's not even funny.
@MrLidless
@MrLidless 2 года назад
2xˣ - x + 4 works, and seems more intuitive (to me at least) than solving three simultaneous solutions.
@cjmllvv
@cjmllvv Год назад
There's no reason to suggest you just start plugging in numbers into a quadratic formula thats for sure
@ogbmt
@ogbmt Год назад
This comment should have more likes
@billybill2624
@billybill2624 Год назад
How did you get that answer
@kobalt4083
@kobalt4083 Год назад
That's smart! Using this, for 10 it would be 19999999994.
@user-jw5bz8wf1o
@user-jw5bz8wf1o 3 месяца назад
Wow probably the best solution Seens You've pretty high IQ to be able to figure that out !!
@l00d3r
@l00d3r 2 года назад
I came to the conclusion that there was not enough information for a specific rule. As you noted in the video, there are an infinite number of functions that can match the inputs and outputs. I suspect a specific technique is what the examiner had in mind, perhaps something that had been covered in class.
@brianegendorf2023
@brianegendorf2023 2 года назад
I was thinking along the same lines. The only way the solution to this chart would make sense as a random occurrence is if it wasn't actually random, but what you were actually covering in your math class that week.
@danigeschwindelt1795
@danigeschwindelt1795 2 года назад
Mathematically you can proof, that any value can be correct
@popsee9745
@popsee9745 2 года назад
Yes, exactly! Usually a statement is given before question to attempt it by assuming its a quadratic equation. After all, a computer would require this statement to get a specific answer, so why not pose the question like that to people too? It just seems like lazy question posing.
@ModelLights
@ModelLights 2 года назад
Exactly this, ridiculously underspecified. The simplest pattern is merely adding on a 5 and a 10 to the digits each time, so 10 becomes 1010101010. With one and 3 being 5 and 55 you could also do doubling the digits instead of only adding, so 10 would be even more 10s.. That this is even remotely supposed to be some sort of polynomial function related answer has to be given in the initial conditions, so the video was really lacking in setting up the starting assumptions. It's like saying 'the answer is 3, what was the question?' and then pulling 3 magic rabbits out of your ass. No one had any reference to come up with that specific answer from the starting information.
@pferdsteiger5785
@pferdsteiger5785 2 года назад
@@gilbertgodfrey1818 hey gilbert ... there isn't much bravado here. In the video, there are only three constraints the function has to satisfy: f(1) = 5, f(2) = 10, and f(3) = 55. We can then ask, how many functions can satisfy those three constraints? Presh considers a polynomial function with three unknown parameters: a, b, and c. He then figures out what these parameters need to be in order to satisfy those three constraints. So, 3 unknown parameters, 3 constraints means all of a, b, and c can be specified. If you assume a function f(x) = ax^2 + bx + c, it turns out there is only one combination of a, b, and c that match the constraints. But what if he started with a function f(x) = ax^3 + bx^2 + cx + d ... now there are four parameters that can be specified, but only three constraints. Since there isn't enough information to nail down all the parameters, it means many combinations of parameters a, b, c, and d will be able to satisfy the three constraints. In fact, the constraints lead to: b = 20 - 6a c = -55 + 11a d = 40 - 6a As long as you choose b, c, and d to follow those rules, you can choose any value for a, and it will satisfy the three constraints. However, this means that f(10) = a*1000 + (20 - 6a)*100 + (-55 + 11a)*10 + 40 - 6a = 1490 + 504 a ... clearly this depends on your choice of a. Since you can choose any a, you can already make a function that will give any output for f(10).
@constantine4156
@constantine4156 2 года назад
I doubt that 8 year olds, no matter how gifted, would be doing quadratics and multi-variable linear equations, but still, nice problem. Edit: I know, I know, there are gifted people who are able to solve extremely challenging problems, but WLOG, if you pick an 8-year old off the streets, they probably won't be comprehending these problems.
@ZqzBiG6xbn4qXaxSa05eQ9
@ZqzBiG6xbn4qXaxSa05eQ9 2 года назад
I think it's not impossible for gifted children, they might have already been taught high school level lessons or even higher...
@zackwhite6199
@zackwhite6199 2 года назад
Unless they had skipped up 6 years at school or something.
@OmarOmar-ie1bm
@OmarOmar-ie1bm 2 года назад
check out Oon han on yt, he's a 10 year old capable of calculating integrals
@daan8695
@daan8695 2 года назад
@@OmarOmar-ie1bm The fact that he has a RU-vid channel tells us something about how common it is for 10 year olds to do that. Let alone 8 year olds.
@daan8695
@daan8695 2 года назад
@@ZqzBiG6xbn4qXaxSa05eQ9 The standard curriculum for 8 year olds in most countries that I know of barely covers multiplication. The 8 year olds you are talking about are the 1% of the 1%. Not impossible, but surely the exception to the exception.
@Greebstreebling
@Greebstreebling 2 года назад
I always found that asking my 8 year olds to solve polynomials and simultaneous equations was alittle on the tough side.
@addisonsmith9688
@addisonsmith9688 2 года назад
2(x^×) - x + 4 Noticed it had to be some form of exponential function. I made a table of values for each input: (x^1) (x^2) (x^3) (x^4) 1 | 1 1. 1 1 2 | 2 (4) 8 16 3 | 3 9 (27) 81 After staring for a while, it was clear that these "circled" values, when doubled, were as close as I could get to the proper outputs using a monomial function. So from 2(x^x), I just needed my scaling factor and y-intercept. Easy enough to just determine the discrepancies and write a rule for those. Output | Real Value | Difference 2(1^1)= 2 5 +3 2(2^2)= 8 10 +2 2(3^3)= 54 55 +1 Now, the new pattern: 1 -> +3 2 -> +2 3 -> +1 New pattern is 4-x Putting it all together, 2(x^x)+(4-x) Or: f(x)= 2(x^x) - x + 4 f(10)= 2(10^10) - 10 + 4 2(10,000,000,000) - 6 20,000,000,000 - 6 f(10)= 19,999,999,994
@jean-philippebaril3797
@jean-philippebaril3797 2 года назад
I think that a ''gifted'' 8 years old could find that easily, according to me this is the best and most probable answer.
@t3hgr8gabbo
@t3hgr8gabbo 2 года назад
This is exactly what I thought.
@seansullivan2341
@seansullivan2341 2 года назад
This is what I got, too. But I think the other answer starting with noting that the f(x) are multiples of 5 is also a reasonable approach.
@AartardVII
@AartardVII 2 года назад
I got this too! Although I'm pleased that it only took about 20 seconds of contemplation while looking at it.
@sephalon1
@sephalon1 2 года назад
I always hate these "next in the pattern" questions because as Presh says, there's always an infinite number of possible answers. Even if you confine yourself to continuous functions.
@Jabberwockybird
@Jabberwockybird 2 года назад
These kind of problems should be left to logic game books and not school work
@melonenlord2723
@melonenlord2723 2 года назад
A lot of solutions can be found here. This kind of question is ok, if there is only one easy solution. So there should be at least one or two more value pairs given, so it is more easy to say, what pattern to expect. From these tree things you can't say, if its quadratic, exponentially or something more weird jumpy.
@firefox1731
@firefox1731 2 года назад
@@melonenlord2723 That's exactly what I was thinking, too. With only three variables, it was impossible to really know what sort of function to use without something being specified. Said "something" was probably just what they'd learned in class that week, but such information was, unfortunately, absent, and thus we'll never know for sure if this is the correct answer or not
@stabbrzmcgee825
@stabbrzmcgee825 2 года назад
I agree with your sentiment, although it is safe to presume that Occam's razor should apply and limit the possibilities considerably. Still many possible routes to solution even with that presumption. There is no good reason to assume that the current problem has the form of ax^2+bx+c. I would not. Clearly not first order, but nothing more to be said.
@geppettocollodi8945
@geppettocollodi8945 2 года назад
Before reading your comment I basically repeated it.
@kevina5337
@kevina5337 2 года назад
Honestly I expected a much more "cute" solution that children could relate to, rather than the textbook method of plugging in the data to reverse engineer a polynomial equation lol... I highly doubt the 8 year olds would've been doing that 🤣
@maxv7323
@maxv7323 2 года назад
There is no correct solution. He just assumed the relationship was a quadratic function. There is nothing in the question that implies that.
@jefffredrickson6310
@jefffredrickson6310 2 года назад
@@maxv7323 Exactly what I was thinking. His choice was simply his assumption and then solved for that. Rather ridiculous if you ask me.
@syvvieon
@syvvieon 2 года назад
@@maxv7323 I assumed it would be "1010101010"
@Kriophoros
@Kriophoros 2 года назад
Oh oh, let me try my "cute" solution: it's in the form of (5 + c(n)), where c(n) is an natural number of (n-1) digits that starts with 5 following by only 0's. So: 1 --> 5 + 0 = 5, since there is no number with -1 digit 2 --> 5 + 5 = 10 3 --> 5 + 50 = 55 Obviously then 10 -> 5 + 5,000,000,000 = 5,000,000,005, since 5,000,000,000 is an natural number of 10 digits that starts with 5 following by only 0's. Seriously I think this is the perfect answer for a 8yo.
@DSiren
@DSiren 2 года назад
that's what, 3rd grade? We were doing that in the International Baccalaureate program in 3rd grade.
@unfixablegop
@unfixablegop 2 года назад
"It's either a typo or not sufficiently constrained" would be a truly gifted 8 year old. :-)
@nicholasharvey1232
@nicholasharvey1232 Год назад
Well, the numbers 1, 2, and 3 in binary are 1, 10 and 11 so maybe the rule could be, "Convert number to binary and if odd, replace 1s with 5s." This would give the output 1010 for the input 10...
@fron3107
@fron3107 Год назад
Nice!
@scotttroyer
@scotttroyer 2 года назад
Infinite solutions to such an open ended problem with so few givens. Here’s a simple solution that requires little calculation and relies on pattern matching that might be more reasonably expected from an 8 year old. 1: 5 2: 10 3: 55 4: 1010 5: 555 6: 101010 7: 5555 8: 10101010 9: 55555 10: 1010101010 UPDATE TO ADDRESS THE REPLIES In the way Mr. Talwalkar phrased the problem there are 2 answers required-a VALUE and a RULE. 0:18 "For the input value of 10 what is its output value *and* what is the rule between the inputs and outputs?" Before we assume there is only 1 rule and 1 answer, he clarifies: 1:56 "As specified there are actually infinitely many functions that could determine a rule between the inputs and outputs." 2:24 "...the function could even be undefined at the input value of 10. It could also be *any value* that we specify. So as stated this problem could have an infinite number of solutions. But remember that it was given to gifted 8-year old students. So we would instead be looking for a SIMPLE rule." He then *decides* that his rule is a polynomial equation. 2:46 "In that case imagine we're looking for a function that's a polynomial." He works out his polynomial: 5:23 f(x) = 20x^2 - 55x + 40 And that yields the value: 5:39 f(10) is equal to 1490 Meanwhile, other people *decided* to choose one of the many other infinite solutions that could possibly exist. I, like many others, saw a simple pattern matching solution that I figured "gifted" 8-year olds might intuitively head towards. A "rule" is not implicitly a mathematical formula with mathy looking symbols-especially at 8-year old levels of mathematics. The rule could be stated in paragraph form or even in pseudo code like so: theSetup 10 is theInput 5 is theConstant theLoop if the input is even multiply theInput by theConstant to get theNumber else if the input is odd multiply theInput by theConstant times 2 to get theNumber else theValue is undefined // ...or whatever we want to decide! Maybe non-integer inputs yield "Giraffe!" end if divide theInput by 2 and round up to the nearest integer to get theNumberOfRepeats repeat theNumber by theNumberOfRepeats to get theOutput print "The rule is this code." print "The output is: " theOutput end NOTE: In the above psuedo code the word "repeat" should be read as "concatenate," which is an easy concept for 8-year olds to understand and apply, but most people would likely struggle to express the symbols for "concatenate" with mathematical correctness. Phrased another way, where x = input and y = 5 (a constant), the spreadsheet formula might be: = IF(ISEVEN(x),REPT(y×2,ROUND(x÷2,0)),REPT(y,ROUND(x÷2,0))) An even simpler rule might be: If the input is odd, add 1, divide by 2 and write down that many 5's. If the input is even, divide by 2 and write down that many 10's.
@bgmarshall
@bgmarshall 2 года назад
You'd need to go to 5 or 6 for there to be enough data for that pattern
@drrafaqat340
@drrafaqat340 2 года назад
And what about the input bro?
@atk05003
@atk05003 2 года назад
I get angry when math majors get uppity about these types of problems, "lol, Nope. The RIGHT answer is ...". Look, if you gave me data points and told me to find a pattern, then any pattern that matches those data points is a valid solution. If you want a specific solution, then you need to constrain the problem by describing the type of function (eg polynomial or cubic).
@atk05003
@atk05003 2 года назад
@@drrafaqat340 Some functions only use the input as an index into the sequence (like the Fibonacci function that outputs the nth Fibonacci number).
@liam8398
@liam8398 2 года назад
I thought the same thing! except that I just added zeros instead of repeating "10". Ex: 5, 10, 55, 100, 555, 1000... It's impossible to find the correct solution without further information, the problem is vague enough to have multiple valid solutions.
@floriank5675
@floriank5675 2 года назад
8 year olds are supposed to know what polynomials are and how handle them? Bruh most children don't even know what functions are until 7th grade. I thought they just wanted us to see the pattern of 5 10 55 100 555 and so on
@snoxh2187
@snoxh2187 2 года назад
" most children don't even know what functions are until 7th grade" lol, in my school we had linear functions in 4-5th grade and quadratic functions in 7th grade. So iam pretty sure a gifted 8 year old whos really intrested in math could solve that without any help
@lubiebudyn8117
@lubiebudyn8117 2 года назад
@@snoxh2187 in our schol in Poland XDDDD we learn quadratic in 2th class of high school
@piman9280
@piman9280 2 года назад
I agree - this is far more likely the sort of solution to be expected of "gifted" 8 year olds.
@mikeg9b
@mikeg9b 2 года назад
As stated in the video, there is no one correct answer, but I think yours is more plausible. Or, the correct answer might be an explanation of why there is no one correct answer.
@danmerget
@danmerget 2 года назад
@@snoxh2187 I don't know how you made the leap from "we had quadratic functions in 7th grade" to "someone in 2nd or 3rd grade could solve a quadratic equation".
@mikeolson7588
@mikeolson7588 2 года назад
Or, put the 3 data pairs into an Excel spreadsheet, add a quadratic trend line and read off the equation. 8 year olds can do that too!
@Commenter26
@Commenter26 2 года назад
I created the function f(x)=((5^x+5)/2) - (5(x-1)), which works with the information given. This would make input 10 equal an output of 4,882,770
@paullawrie
@paullawrie 2 года назад
An input of 0 does weird things though. I feel as though the simple answer is that an output is equal to the two previous outputs multiplied together, plus 5. An input of 0 with an output of 1 makes everything work out very neatly. The kind of thing an 8 year old would figure out - especially if this was a spreadsheet-based exercise.
@AA-100
@AA-100 2 года назад
It was probably a typo. Multiply by 5 was probably the intended solution leading to 50 as the answer. Go to the reddit link in the desc and you can see the other questions on the worksheet - Much easier questions which is more likely for 8 yr olds
@Schmidtelpunkt
@Schmidtelpunkt 2 года назад
No gift needed there though.
@bradleywalton970
@bradleywalton970 2 года назад
@@Schmidtelpunkt well most 8 year olds are barely learning multiplication so it could be for gifted students
@blackmamba1261
@blackmamba1261 2 года назад
@@bradleywalton970 this isn’t a problem to find gifted people… this is a problem to find the next Terence tao
@bradleywalton970
@bradleywalton970 2 года назад
@@blackmamba1261 I know. I was referring to if it was a typo
@blackmamba1261
@blackmamba1261 2 года назад
@@bradleywalton970 oh oops.
@PeterPutze
@PeterPutze 2 года назад
But honestly guys: Im a maths teacher in Germany and solving polynomials like this is pretty much stuff for the 10th grade (parabolic functions 8th grade, solving system of linear equations with two variables 8-9th grade, solving systems of linear equations with more variables 10th grade). So you might mistook 8 year old with 8th grade.
@keulron2290
@keulron2290 2 года назад
I didn’t learn this as a Sophomore…
@paulyguitary7651
@paulyguitary7651 2 года назад
I 100% agree that some one along the line of sharing this problem mistook gifted year 8 for a gifted 8 year old.
@nyanSynxPHOENIX
@nyanSynxPHOENIX 2 года назад
That actually makes a lot of sense.
@geoman265.
@geoman265. 2 года назад
@@keulron2290 I only learned elements of polynomials, but then again, covid prevented some key elements from being taught. My math class this year is just mostly the teacher trying to fill in the gaps in the swiss cheese that represents what we were meant to learn.
@keulron2290
@keulron2290 2 года назад
@@geoman265. I just took geometry. Because I had to retake algebra one several years in a row due to not understanding what I’d been taught (my parents thought I could skip pre-algebra with no issues).
@YouBetterBeYou
@YouBetterBeYou 2 года назад
There is an infinite amount of solutions to this question if you only ask for „a rule“ as in any rule that produces these three outputs from those inputs. Most „reasonable“ algebra rules lead to pretty high numbers-so I would think an 8 year old rather chooses a more symbol based rule as was proposed in the comments (like 5-10-555-1010-5555…)
@GhostMan407
@GhostMan407 2 года назад
dude, you dont even have letters in math until like 8th grade, this is the most insane and complicated and confusing thing anyone ever seen, theres no way anyone could solve this let alone a child, my sisters can barley multiply and they're 10
@jimschneider799
@jimschneider799 2 года назад
As someone who was in a gifted program from 6 until at least 14, I can tell you that there is no way I would have been able to do the algebra to reach the answer you got at the age of 8. I was still learning multiplication and division. I think it is more likely that the homework has a typo on it.
@spanz21
@spanz21 2 года назад
I remember my son learning this at 11. I guess gifted 8 year olds learn this in 3rd grade apposed to 6th grade 🤷🏻‍♀️ wow that’s a real advancement
@BramLastname
@BramLastname 2 года назад
It's not a typo, It seems like a classic separation problem, Where the easiest correct solution is just to set all odd numbers to specific values, In this case a series of 5's based on how high the odd number is, And then just make up a rule that has 2 become 10 and apply it to the 10.
@ffrulezok
@ffrulezok 2 года назад
But would that then be a problem for gifted 8 year olds? No it would not.
@BramLastname
@BramLastname 2 года назад
@@ffrulezok these problems are about methodology, You aren't supposed to use quadratic algebra, Even if that is the most logical solution to the given problem.
@paulyguitary7651
@paulyguitary7651 2 года назад
Definitely 8th grade/year 8 homework. The typo/mistake was in the Reddit post most likely.
@zurreal8087
@zurreal8087 2 года назад
I never expected to see a poorly-written and poorly-conceived problem with no determinate solution written by an incompetent elementary school teacher to appear on this channel. And frankly, arbitrarily presenting one of the infinitely many valid answers doesn’t seem to have much of a point to me. The only truly correct answer to the problem is “undetermined”. If that’s what the teacher was going for, then I take back my previous descriptors. But in that case, I agree with the parents that that seems like too much of a leap in difficulty for an 8 year old who has been going through the school system at the normal pace.
@user-hv8zn5tl3p
@user-hv8zn5tl3p 2 года назад
agree. + tons of brownnoses here
@audreywinter4553
@audreywinter4553 2 года назад
What do you expect from a guy who posts those crappy internet "problems" that give you three equations with picture variables, then introduce a fourth line with completely undefined other variables and a solution of X, and says you can use "reasonable deduction" to solve it?
@bakamaximal
@bakamaximal 2 года назад
yall are mad lmaoo
@WestExplainsBest
@WestExplainsBest 2 года назад
This problem is a little much, but I've seen some super confusing and difficult problems for 6th graders under the common core curriculum. My students' parents don't even know how to help their children because of the poor wording, multiple solutions, etc.
@mbjargvide
@mbjargvide 2 года назад
The real issue here is lack of context (which isn't the fault of this channel, as he got the problem from Reddit). If we had some hint to what area of math the kids were dealing with when presented with this problem, it would be a lot easier to answer it
@zaekker299
@zaekker299 2 года назад
A simple solution that comes to my mind is that on each odd number it is 1=5, 3=55, 5=555 and so on. Same for even numbers 2=10, 4= either 1010 or 100, 6= either 101010 or 1000 and the aswer would be 10= either 1010101010 or 100000. But in reality if you ask that to an 8 year old, the answer would probably be somewhere between "can I have ice-cream" and "what did I do"
@mathepunk
@mathepunk 17 дней назад
You can treat this as an arithmetic progression of second order. The second order differences are (55-10) - (10-5) = 40 = const. From this you get the first order differences 5, 45, 85, 125, 165, 205, 245, 285, 325. Adding these to the initial value 5 we get 5 + (5 + 45 + 85 + 125 + 165 + 205 + 245 + 285 + 325) = 1490 = f(10).
@svenerikmorsing5645
@svenerikmorsing5645 7 дней назад
Did the same. It's the simplest and therefore the most obvious for 8 year olds.
@VinTheFox
@VinTheFox 2 года назад
"Forget that this question was given to 8 year old students." One minute later: "Remember that it was given to 8 year old students so..."
@ChrisLee-yr7tz
@ChrisLee-yr7tz 2 года назад
....yeah followed by 2:48...
@Reinshark
@Reinshark 2 года назад
Yes: forget for a moment that the problem was for 8-year-olds and see that there are infinite possible solutions. Then return to the idea that the problem was intended for gifted 8-year-olds so that we can focus on a simple solution.
@anandk9220
@anandk9220 2 года назад
@@Reinshark MY EARLIER OPINION : I think this video is made only for dislike purpose. MY CURRENT OPINION: Attention, all brilliant minds here. I simply hated the video solution as it is definitely not the foolproof solution. So, just for sake of dignity of this problem and most importantly for sake of all innocent 8 year olds, I was hell bent to find the solution in consonance with 8 year brains. 🧠 And guess what? FINALLY I FOUND THE LEGIT SOLUTION MYSELF. Here's the solution - Firstly the input numbers are represented in terms of their number names with each alphabet having its value in ascending order from A to Z, i.e. A = 1, B = 2 and so on. So, 1 is represented as ONE with O = 15, N = 14, E = 5. Conditions : 1. If the input's number name does not contain letter O, then the resulting output is the rounded value of digit sum (TAKEN ONLY ONCE) of all the letters of its number name to the NEAREST LOWER MULTIPLE OF 5 2. If the input's number name contains letter O, then the resulting output is the rounded value of digit sum (TAKEN TWICE) of all the letters of its number name to the NEAREST LOWER MULTIPLE OF 5 So, here's the MAGIC. ☺ ONE (as per condition 2) Digit sum once = 15 + 14 + 5 = 34 Digit sum twice = 3 + 4 = 7 Output (rounded to NEAREST LOWER MULTIPLE OF 5) value = 5 Similarly, TWO = 20 + 23 + 15 = 58 = 5 + 8 = 13 Output value = 10 And, THREE (as per condition 1) = 20 + 8 + 18 + 5 + 5 = 56 Output value = 55 So, as per above conditions, TEN (as per condition 1) = 20 + 5 + 14 = 39 Output value = 35 I think that should be the answer. NOTE: Although this method also is fairly complicated, young children at least know alphabets, numbers and multiplication tables hence it's at least worth trying for them. Hope that every sweet mind loves this solution. Love you all, dear readers. 😘😘😘👍👍☺☺😊😊😊
@leif1075
@leif1075 2 года назад
Why does Presh ADSUME a quadtatic? It could easily be cubic or higher or Quadratic where bx or c is zero
@ChrisLee-yr7tz
@ChrisLee-yr7tz 2 года назад
@@leif1075 because gifted 8 year olds can only work with quadratics obviously!!!
@cmilkau
@cmilkau 2 года назад
there's always a quadratic polynomial fit to three points. i wouldn't feel confident in such a solution unless it is clear that a polynomial is expected.
@dfp_01
@dfp_01 2 года назад
Right, and these are supposedly 8-year-olds. I was plenty "gifted" and didn't learn about polynomials or systems of equations until I was in ninth grade
@TheBrothergreen
@TheBrothergreen 2 года назад
@@dfp_01 nobody said they were American 8 year olds. There's a reason why corporations pay 10s of 1000s to import visa slaves from other countries. Its probably not just about the slavery.
@bloopletank2491
@bloopletank2491 2 года назад
@@TheBrothergreen also these could be gifted year 8s in other countries, like as in the eighth grade, which was lost as this was passed around. I can't see this being a case of another country that has that high of a standard of education if their first assumption was that there was a typo.
@Mbartel500
@Mbartel500 2 года назад
No eight year old human in the entire history of humanity could solve this problem, no matter how many gifts you give them.
@JayTemple
@JayTemple 2 года назад
There are literally infinitely many rules you could come up with. The most obvious would be a quadratic function, which turns out to be 20x^2 - 55x + 40. But you could choose any output you want for 10 and formulate a cubic function that would fit.
@camembertdalembert6323
@camembertdalembert6323 2 года назад
a perfectly valid rule : output is equal to 2 times the input except for 3 whose output is 55 and for 10 whose output is a banana.
@mjorozco3786
@mjorozco3786 2 года назад
5 year olds be like:
@mjorozco3786
@mjorozco3786 2 года назад
FUNNY ANSWER 10'S OUTPUT IS A BANANA
@k1awesomeness
@k1awesomeness 2 года назад
its actually pretty easy, he made it more complicated than it should've been. take the difference of each: +5, +45. then, take the difference of those two: +40. then, add +40 to each of those numbers, to which you'd add to each of the output values on the table. with simple addition, you'd find +5(2), +45(3), +85(4), +125(5), +165(6), +205(7), +245(8), +285(9), +325(10). Then, add all those numbers in order. (input=output) 1=5, 2=10, 3=55, 4=140, 5=265, 6=430, 7=635, 8=880, 9=1165, 10=1490, which is what he got in the video. why does he make it so complicated? no clue, but, I remember doing this problem, on a much lesser scale, in 5th grade, only 7 years ago. i was in gifted and talented in elementary school as well, but never received a problem similar to this though.
@randyc8771
@randyc8771 2 года назад
Hey, you got it right!
@gerarddonovan8678
@gerarddonovan8678 2 года назад
Brilliant 😀😀
@user-mm8pm7ol3r
@user-mm8pm7ol3r 2 года назад
>question for 8 year olds >polynomial Supreme bait 👌
@whyamiwastingmytimeonthis
@whyamiwastingmytimeonthis 2 года назад
Never underestimate asian -kids- parents
@antoine2571
@antoine2571 2 года назад
@@whyamiwastingmytimeonthis lmaoo
@swiftdasher
@swiftdasher 2 года назад
As a former gifted child, I can confirm that quadratics were taught around 4th-5th grade. I don't think it'd be unreasonable for an 8-11 year old in a gifted program to figure this out.
@tsgsjeremy
@tsgsjeremy 2 года назад
Answer: 1010 Rule binary representation using alternately 1 and 5 as the larger value symbol. 0 = 0 (1's) 1 = 5 (5's) 2 = 10 (1's) 3 = 55 (5's) 4 = 100 5 = 505 6 = 110 7 = 555 8 = 1000 9 = 5005 10 = 1010
@SEOTADEO
@SEOTADEO 2 года назад
true
@internetuser8922
@internetuser8922 2 года назад
this was also my first thought
@tsgsjeremy
@tsgsjeremy 2 года назад
@@internetuser8922 It's obvious if you think about it. 😉
@laquzoeshiyasha
@laquzoeshiyasha 2 года назад
Huh, there really are infinite solutions.
@almicc
@almicc 2 года назад
I like this thought, it was very close to mine, but i imagined the input was also in a different number system, specifically in a (strange) quinary number system. Therefore: 1 = 0 2 = 1 3 = 2 10 = 3 Yeah, this sort of follows old math where 1 was the "first" number, instead of zero, and zeros are only used to denote higher powers. Guess it still works out a little.
@WatchOnYT
@WatchOnYT 2 года назад
I'm a software engineer. During my (official) studies I have created a program that got I/O values and determined the algorithm connecting them. It has not failed me once. I've put this one in, and my computer almost crashed from the amounts of algorithms it gave me. So yes, there are infinite solutions. (I was a software engineer prior to my studies, I just needed the certificates.)
@ichigo_nyanko
@ichigo_nyanko 2 года назад
how does it work?
@WatchOnYT
@WatchOnYT 2 года назад
@@ichigo_nyanko using mathematical series. It gets S₁ S₂ and S₃, and it gives you Sₙ using formulas. After that it puts it into a function and gets the f(x) unique formula.
@Victor_Marius
@Victor_Marius 2 года назад
@@WatchOnYT Aitken-Lagrange interpolation? I have the algorithm in python and js, but I think you need at least 4 or 5 I/O points to get correct results. I know for sure it works well with 7 points
@rohangeorge712
@rohangeorge712 2 года назад
ye there is inifinte solutions, thats why i dont like these subjective problems, if u give any number, u are actually right as long as u have a pattern.
@XiaoYueMao
@XiaoYueMao 2 года назад
@@Victor_Marius FYI the reason those algorithms need 4-5 and ideally 7 points to get "correct" results isnt that it cant get the right results with less, its that theres too many possibles results to realistically give you any, the more points you have, the less possibilities exist so its easier to hand you an answer, afterall why get 100000 answers when idally you want it narrowed down to like 15 at most
@lcn9000
@lcn9000 2 года назад
Since the problem was for 8 year olds, I left equations out and thought the answer would be either 111110 or 1010101010. Also as it could have an infinite amount of solutions, the main goal of the problem was probably just to see how creative answers the kids would come up with.
@johnsonlow2800
@johnsonlow2800 2 года назад
My answer is 1010101010, same as yours
@moontinge4683
@moontinge4683 2 года назад
How did you get that 🤔
@AnthonyWhite37
@AnthonyWhite37 2 года назад
@@moontinge4683 I came to the same conclusion as the previous 2, as when dealing with problems Luke these the answer is always simpler than having to find an equation. If 1 = 5 and 3 = 55 then 5 could equal 555, and if that was the case then 10 should map to 1010101010 as 10 is the 5th even number in the series so it should have 5 tens next to each other
@hannahhagans1861
@hannahhagans1861 2 года назад
Glad I wasn't the only one
@ElusiveEllie
@ElusiveEllie 2 года назад
111110 was my guess too. Every odd input adds another digit of 5, and every even input doubles the previous odd input. Polynomial functions are simply beyond the ability of 99.999999% of 8-year-olds, I think
@delanomighty8113
@delanomighty8113 Год назад
1:51 - I considered a binary counting system, where powers of 2 (2, 4, 8) would yield their respective base 2 counterparts (10, 100, 1000). Anything else is the base 2 value multiplied by 5. So 10 base 2 would be 1010, then changing all the 1s to 5s we have 5050 as the answer. Edit: 5:47 - Yeah, I thought of quadratics too. :D
@kallemon
@kallemon Год назад
This is the epitome of why i hate and don't understand maths: Just make up a lot of random numbers, add random letters and make up the answer.
@karstenonarheim6343
@karstenonarheim6343 2 года назад
There are an infinite number of possible solutions. The question doesn't specify it is represented by a polynomial, and certainly not a quadratic. It could easily be a cubic function or an alternating series based on the information given
@shirshak6738
@shirshak6738 2 года назад
yea i don't understand why he is using quadratic. This problem is just a showoff and doesn't make a dent on intelligence. A bad problem does more harm in children minds tbh.
@BramLastname
@BramLastname 2 года назад
@@shirshak6738 but the problem isn't bad, The solution in this video is, It's a pattern problem, not a graphic calculation. There's ways to solve this using 8-year old logic and knowledge, But this video shows none of them.
@davidbarry6900
@davidbarry6900 2 года назад
Agreed. The key to solving this in the way given (not possible for most 8 year olds, even gifted ones) is to ASSUME that it requires a quadratic solution. To be fair, a lot of higher math (and physics) also involves assumptions like that. That is, you figure out that you can at least solve a quadratic problem, so you assume it must be a quadratic problem. I was never able to jump to those assumptions myself though... so University level math was quite tough.
@BramLastname
@BramLastname 2 года назад
@@creamwobbly there's still an infinite amount of solutions, Since there's an infinite amount of logic you could add to the system To make it so these 3 values fit.
@mariamartinusz9699
@mariamartinusz9699 2 года назад
Yep, that's what I was trying, getting nowhere fast. Polynomial, sums of what power? Totally agreed.
@kojak8403
@kojak8403 2 года назад
It could just as well be 560: multiply two previous terms of the series and add the first of those. These types of riddles have infinite matching answers.
@abhijiths5237
@abhijiths5237 2 года назад
That is for input 4 we need the answer for input 10
@ravimakwana992
@ravimakwana992 2 года назад
but how will you justify the outputs 5 & 10 then? because you simply found a way to write the 3rd term in terms of the first 2 terms, which simply cannot be done here.
@nuklearwanze
@nuklearwanze 2 года назад
@@ravimakwana992 sure you can. You can extend the series in both directions. the number that comes before 5 can be calculated like this: 5*x + x = 10, so x = 5/3. Etc. I think that solution is more in line with the capabilities of an 8yo
@SpontaneityJD
@SpontaneityJD 2 года назад
lmao that would be for 4, not 10
@ravimakwana992
@ravimakwana992 2 года назад
@@nuklearwanze Ohhh. Is that so? I didn't know we could extend the series backwards too. Thanks for sharing! 😊
@Kjdjrh
@Kjdjrh 2 года назад
It’s been many ( many) years since I had Integral Calculus at Drexel University- fun stuff. To give the young kids a chance I would’ve at least mentioned that they’re going to have to use a quadratic polynomial IMHO 🦉
@Lucaazade
@Lucaazade 2 года назад
In primary school we learnt sequences that have either constant difference or constant difference between successive differences, and in that context this question is a standard primary school task of applying taught rules. The ‘second difference’ is 40 so the first 10 terms are 5 (+5 →) 10 (+45 →) 55 (+85 →) 140, 265, 430, 635, 880, 1165, 1490. The ‘n’th term is 20n²+something and then you’d subtract 20n² from the terms to find as a sequence ‘something’ is -15, -70, … with constant difference -55 so it is -55n+40.
@TechBearSeattle
@TechBearSeattle 2 года назад
I'm in Mensa. I've known a lot of gifted kids, and was one myself. I don't know any who could have solved this the way you did: it is not a matter of being gifted, but a matter of having the opportunity to have learned advanced algebra.
@k1awesomeness
@k1awesomeness 2 года назад
its actually pretty easy, he made it more complicated than it should've been. take the difference of each: +5, +45. then, take the difference of those two: +40. then, add +40 to each of those numbers, to which you'd add to each of the output values on the table. with simple addition, you'd find +5(2), +45(3), +85(4), +125(5), +165(6), +205(7), +245(8), +285(9), +325(10). Then, add all those numbers in order. (input=output) 1=5, 2=10, 3=55, 4=140, 5=265, 6=430, 7=635, 8=880, 9=1165, 10=1490, which is what he got in the video. why does he make it so complicated? no clue, but, I remember doing this problem, on a much lesser scale, in 5th grade, only 7 years ago. i was in gifted and talented in elementary school as well, but never received a problem similar to this though.
@HBSuccess
@HBSuccess 2 года назад
Exactly. No 8 yr old on earth, no matter how gifted, who has been enrolled in the K-12 curriculum this was supposedly supporting, would have been yet exposed to the math tools/concepts required to solve it using functions, quadratic equations and advanced algebra. We had problems similar to this in the NINTH grade, not the third grade. This problem was an obvious typo and nothing else. Third graders are learning their “times tables” and this was in obvious support of “5 x? = 15. Nothing more.
@BramLastname
@BramLastname 2 года назад
The answer itself doesn't matter, As long as the rule used to find it applies to the given values it should be marked correct.
@wesleyanderson2721
@wesleyanderson2721 2 года назад
@@k1awesomeness This is the solution I used as well.
@Josh23761
@Josh23761 2 года назад
That's what I was thinking. Solving it like this requires that 8 year old to already understand algebra and how to work with quadratic equations. Not sure of any sillibus that teaches that from a young age. Now if an 8 year old without the algebra foundation could figure out to solve it this way (or their way resembles this way) then would they be the most advanced intelligence known?
@rapiersister5032
@rapiersister5032 2 года назад
As a grown adult that uses math on a daily basis I've never needed this in my life.
@IanFanselow
@IanFanselow 2 года назад
I did it by noticing they were all divisible by 5. i factored out 5 from the outputs to get the sequence of (1, 2, 11). to get 1->1 2->2 and 3->11 I figured I would need to use exponents to make the 3 diverge so much higher than the rest. I came up with (3 * 2^2 -1)=11. If we extrapolate that the first number is the input, the second is one lower than the input, and the third is 2 lower than the input it actually works for the others. 5 * (3 * 2^2 - 1) = 55 5 * (2 * 1^2 - 0 ) = 10 5 * (1 * 0^2 - - 1) = 5 therefore, 5 * (10 * 9^2 - 8) = 4010.
@D2SProductions
@D2SProductions 2 года назад
At 8 years old kids are just learning multiplication, this is way too complex for them, so I'm more inclined to agree with the parents that there is a typo. 8 year olds sure as hell wouldn't be using multiple variables at that point in school.
@galenburghardt3272
@galenburghardt3272 2 года назад
* gifted 8 year olds. I can't tell you how happy I was when my 4th grade teacher took me outside and just started giving me the end of year math exams for various grades until we reached one I couldn't do. Until that week math class just made me want to die, it was like "sit still, little child with undiagnosed ADD, and listen to an adult describe how to chew food for an hour" and it just killed my natural interest in learning. It's the same thing with my son, he was doing really basic multiplication when he was 4. We're not like home schoolers or anything, we just sorta enjoy math, and I think he really enjoys how he can level up. And once he started kindergarten it was just so heartbreaking hearing him trying to be a good sport while his class was agonizingly trying to count up to 20 and his teacher got on his case for counting too fast. I don't think I'd have gotten this question right when I was 8, but if I'd received challenging math classes when I was in k-3, who knows? Beyond that, gifted 8 year olds now are probably miles ahead of gifted 8 year olds 30 years ago.
@psisis7423
@psisis7423 2 года назад
@@galenburghardt3272 Gifted doesn't necessarily mean educated. If 8 year olds never came across quadratic or exponential math once before, no amount of intelligence would save them. Sure maybe a higher level of geometry, but not pure tabulation
@galenburghardt3272
@galenburghardt3272 2 года назад
@@psisis7423 Exactly my point (also should clarify "gifted" can take any form, and if you look hard enough you're likely to find just about every kiddo is "gifted" in their own way). For a lot of kids, 8 could be too young to tackle quadratic equations and the like, while a lot of other kids need these sorts of challenges to make math class engaging. When my teacher did that testing thing on me, everything before standard 8th grade math felt like common sense and I didn't need education to put those pieces together, but after that I definitely needed education. It's also not like it goes for all math - just as an example, trig was painfully easy, but in my first calculus class it felt like they were speaking in Greek. I also wish I'd had more experience with challenging math classes before college because the first time I hit a wall I just got so frustrated I quit. I'm guessing the number of kids who could figure this out without some algebra class is pretty small, but I also think the number of 8 year olds that'd benefit from classes dealing with these concepts and equations is a lot higher than most would expect - partially because there were a lot of kids who could handle it when I was 8 nearly 30 years ago (after that testing thing, my teacher started grouping me up with other "gifted" kids so I could teach them what I was learning and by the end of 5th grade about half the class was doing ~8th grade algebra - my 4th and 5th grade teacher was spectacular), and partially because adults tend to underestimate how much smarter their kids are than them.
@jessehunter362
@jessehunter362 2 года назад
Former gifted 8 year old: they don’t teach you system of equations at 8, variables yes but not to that degree of complexity
@jessehunter362
@jessehunter362 2 года назад
@@TechGirlTiff I very much doubt that any gifted kids with anything close to a semblance of normal life would be given this by a teacher. You are dealing with kids intensively schooled since a young age by obsessive parents if they are not expected to understand that. Would some of them got it? Quite probably, me and my twin deduced the basic meaning of a square root at the time to try and prove our route for walking home was efficient and not just to goof off. That does not mean they would have been expected to solve a question of this magnitude.
@WestExplainsBest
@WestExplainsBest 2 года назад
My guess is they were looking for 111,110 (add a digit of 5, then double, repeat). These vague and confusing problems are ever present in the common core curriculum. As a 6th grade teacher, it's a hassle. For parents, it's a nightmare.
@noelclarke6131
@noelclarke6131 2 года назад
Let's start with the background of the 8 years old, then where that child. received their maths education, Just to be fair when 99.9% of 8 to 80 years old fail to get a solution. Within the maths teaching structure, starting with learning to count to 10, then progressing to 20+, by verbal repetition, followed by writing the numbers and learning what the combination together means in practical life meaning terms, at what stage is the child introduced to this form of maths? Before or after calculus? Can't see the relationship for a failed 8 years old and the child's need to buy a book, who may not be educated enough, to read, let alone understand the technology of language associated with higher forms of mathematics, Am I being a little too practical for this forum?
@noahh6186
@noahh6186 2 года назад
I thought the same thing lol. I guess it would be harder to write out as a function but given that it's a problem for 8 year olds I wasn't expecting them to require a function in their answer, just the pattern, which would be x*5+5 and then x*2 repeating indefinitely.
@craigsaunders7037
@craigsaunders7037 2 года назад
F(x) = x ^ x plus x ^ x plus 4 minus x 1 > 1 + 1 + 4-1 = 5 2 > 2x2 + 2x2 + 4-2 = 10 3 > 3x3x3 + 3x3x3 + 4-3 = 55 10 > 10^10 + 10^10 + 4-10 = 19999999994
@k1awesomeness
@k1awesomeness 2 года назад
here, its actually pretty easy, he made it more complicated than it should've been. take the difference of each: +5, +45. then, take the difference of those two: +40. then, add +40 to each of those numbers, to which you'd add to each of the output values on the table. with simple addition, you'd find +5(2), +45(3), +85(4), +125(5), +165(6), +205(7), +245(8), +285(9), +325(10). Then, add all those numbers in order. (input=output) 1=5, 2=10, 3=55, 4=140, 5=265, 6=430, 7=635, 8=880, 9=1165, 10=1490, which is what he got in the video. why does he make it so complicated? no clue, but, I remember doing this problem, on a much lesser scale, in 5th grade, only 7 years ago. i was in gifted and talented in elementary school as well, but never received a problem similar to this though.
@andik70
@andik70 2 года назад
Agree. This is not a math question it is more a psychology question. Also I think it pollutes the mind. It is important to understand that any function is a solution, except if (for functions from R), something like continuity, or differentiability is demanded. Or you have a physical model which leads to an interpolation.
@bigfootape
@bigfootape 2 года назад
Lots of people have suggestions which simply confirms the question is under determined. Presumably this problem was originally given in a lesson about polynomials, thus narrowing it down heavily.
@chriflu
@chriflu 7 месяцев назад
Absolutely! I looked at it for a few seconds and then thought to myself: It's obvious - convert the number to binary, and if the number is odd, write the digit "1" as "5". Done! So 10 would yield 1010, 11 would yield 5055, 12 would yield 1100, 13 would yield 5505 etc. Perfectly legitimate "solution" as far as I am concerned.
@jesszendrex2151
@jesszendrex2151 2 года назад
I was a gifted student, and I would not have known algebra at 8 years old. The pattern I could most likely see 8 year olds getting is 1->5, 2->10, 3->55, 4->100, 5->555, and so on, leaving the output for 10 as 100,000. I could see this as a step to teaching stuff like counting in binary, or other bases
@EllipticGeometry
@EllipticGeometry 2 года назад
A puzzle should give enough information to confirm a relatively simple idea that doesn’t apply to just any sequence. Fitting a polynomial is a cop-out because it always works, but doesn’t tell you what else may have been intended. Its degree should be well below the number of terms to instill confidence in the interpretation. That said, you can compute this with just addition and subtraction. 10-5=5, 55-10=45, and then the difference of those is 45-5=40. Now you can do 45+40=85, and add that to 55 to get the fourth value of 140. 85+40 now, added to 140 is 265 for the fifth value. This is quite adequate since we’re only repeating the process a few times. It’s also something a gifted child could do. They still really should’ve provided the fourth term. Edit: checking the original, this must be a typo. It’s the first question on the page. The second one provides more inputs, and is as simple as rule=z-3. There’s nothing all that complicated by adult standards anywhere. It ought to be multiply by 5.
@user-bo2gm5qs1z
@user-bo2gm5qs1z 2 года назад
For me 10 -> 1010 because we take the binary form of number and replace the 1 with 5 if the number is an odd number
@lextatertotsfromhell7673
@lextatertotsfromhell7673 2 года назад
That’s the actual answer, I once had this problem in my gifted program
@blueforever6083
@blueforever6083 2 года назад
In that case wouldn't it be 4 = 1010 And maybe 10 = 1010101010?
@nicolasmorazotti8684
@nicolasmorazotti8684 2 года назад
@@blueforever6083 4 would be 100.
@millipro1435
@millipro1435 2 года назад
you forgot 4 th number in that case 4 = 1010 10 = 10101010101010.....
@richmondvalentine9738
@richmondvalentine9738 2 года назад
@@millipro1435 how? We're talking about binary. 4 would be 100 5 would be 505 6 would be 110 ... Ten would be 1010 I'm writing out ten cause 10 is confusing when taking about different bases
@michaelb.8953
@michaelb.8953 2 года назад
When I was 8 years old in 2nd grade I was brushing up on my single digit addition and subtraction problems and just starting to memorize my multiplication tables. I'd like to meet the brilliant 8 year olds that are working these kind of math equations.
@ommnon
@ommnon 2 года назад
As speculated in the comments, it is most likely a social-misunderstanding. Most countries call "grades, "years." Maybe someone misunderstood and thought this was for gifted 8 year olds, and not gifted year 8
@XiaoYueMao
@XiaoYueMao 2 года назад
@@ommnon the reddit post explicitly says "third grader"
@ommnon
@ommnon 2 года назад
@@XiaoYueMao crazy
@michaeledwards2251
@michaeledwards2251 2 года назад
The problem is you are assuming a single function. Work out the operations an 8 year would know, add, sub, multiply, divide, and number characterisation, typically odd and even. For odd numbers, Append the text string "5" N times for the nth odd number to an empty string For even numbers, N x 5 or 10 (Only 1 example given so a constant is an acceptable solution ) This gives a solution for 10 of either 50 or 10, for 11, 5555555555 No need to assume anything outside the competence or comprehension of an 8 year old.
@_Vengeance_
@_Vengeance_ День назад
I thought the pattern was this: multiply the previous solutions and add 5. So: 1 has no previous solution so it's just + 5 = 5, 2 only has 1 previous solution so it's just that solution + 5 = 10, 3 you then get 5x10 = 50, +5 = 55. 4 would be 5x10x55 + 5 = 2755, etcetera.
@chrisxd146
@chrisxd146 2 года назад
Considering functions aren't taught until fourth or fifth grade i highly doubt this was a question for 8 year olds in the US. This question seems more like a concept check for students learning linear algebra rather than a challenge question. That being said, these types of open ended problems are always a blast to look at since there's several solutions that are equally correct. It's proof that you can use several different approaches to reach a solution which to me has always been the goal of math.
@lukes9192
@lukes9192 2 года назад
Functions are 8th grade in the US.
@minutenreis
@minutenreis 2 года назад
or a typing error with 55 and 15
@Barreloffish
@Barreloffish 2 года назад
The keyword in here is "gifted" 8 years old.
@jax6648
@jax6648 2 года назад
@@Barreloffish still tho, they’d probably be at linear algebra stuff at most and not functions
@Barreloffish
@Barreloffish 2 года назад
@@jax6648 That's just what you think. There are gifted kids who can do calculus level lets alone functions.
@ymsyms8419
@ymsyms8419 2 года назад
Another function f(n) = 2 * (n ^ n) - n + 4 So f(10) = 19,999,999,996
@alexanderchapman1
@alexanderchapman1 2 года назад
This is what I saw as well.
@peterstubbs9558
@peterstubbs9558 2 года назад
Metoo
@marger496
@marger496 2 года назад
Went this way s well.
@Geology051
@Geology051 2 года назад
Those 8 year olds must be hella gifted if they were able to solve this. In highschool now and never seen math like this until today
@fatemaccutcheon7892
@fatemaccutcheon7892 Год назад
I haven't seen anyone else post this possibility: Binary. It wouldn't have been uncommon for gifted 8 year olds to have just learned binary (that's about the time that I learned it I think.) Our clue is that it is asking for "The Rule". So with Binary 1 = 1, 2 = 10, 3 = 11 and so on. Then if you multiply the results of odd numbers by 5, you get 1 = 5, 2 = 20, 3 = 55, etc. With 10 of course being = 1010 in binary. A minor "trick" question potentially, but 8 year olds, even gifted ones, are likely not thinking or expected to think in terms of quadratics etc. I personally dislike open questions like this. But perhaps the unit this question was under made it more clear for those taking the initial test.
@futurethinking
@futurethinking 2 года назад
I was in math and comp sci. Olympiad national team in Iran. I consistently scored among the top 100 in my nation in all nation-wide exams from elementary school onward (and there were so many of them). There was no way I could understand polynomial equations at 7. it was a typo, it was 15 instead of 55 for 3.
@EvilRamin
@EvilRamin 2 года назад
هنوزم ایران هستید؟
@futurethinking
@futurethinking 2 года назад
@@EvilRamin نه، الان مثل بقیهٔ دوستام اومدم سن خوزه
@claudiamiller7730
@claudiamiller7730 2 года назад
Dude…I gotta agree…based on the fact that I’m a math dunderhead.
@unkierich
@unkierich 2 года назад
I thought the typo at the 3rd line oversimplified the problem for gifted students, but if the typo were on the 2nd line and was meant to be an output of 50 it would at least challenge students as they would have to realize the answer is 5 times column 1 converted to binary and then convert 10 to 1010 times 5 and get 5050. I do strongly agree that there is no way 8-year-olds are expected to solve quadratics
@doraima29
@doraima29 2 года назад
That's what i thought too.
@ComplexOri
@ComplexOri 2 года назад
There’s definitely not enough rules here like many have stated, so this was either a typo or the teachers wanted to see how they would solve it. My solution was f(x) = (f(x-1) * f(x-2)) + 5. But this makes the value become ridiculously high quickly.
@LaZPavony
@LaZPavony 2 года назад
That answer would not work for 2 no? 2=(5*0)+5=5 =/= 10
@ComplexOri
@ComplexOri 2 года назад
@@LaZPavony Anything before f(1) would have to be equal to 1
@LaZPavony
@LaZPavony 2 года назад
@@ComplexOri that would make f(1)=6 though (1*1+5)
@MichaelWilson40423
@MichaelWilson40423 2 года назад
SAME. I was getting gaslit the whole time!
@Israel_Augustine
@Israel_Augustine 2 года назад
1*1+5=6
@gregstunts347
@gregstunts347 2 года назад
You could also take the previous output, multiply it by nine and subtract 35 to get the new input. By doing this, you’d get 5,10,55, 460, 4105, 36910, 332155, 2989360, 26904205, 242137810. So yeah a possible answer would be input 10, output 242,137,810.
@user-ni4bf7dh6z
@user-ni4bf7dh6z 10 дней назад
Differences: 5 10 55 460 4105 36910 332155 2989360 26904205 242137810 5 45 405 3645 32805 295245 2657205 23914845 215233605 5*9^0 5*9^1 5*9^2 5*9^3 5*9^4 5*9^5 5*9^6 5*9^7 5*9^8
@lllULTIMATEMASTERlll
@lllULTIMATEMASTERlll 2 года назад
Lol there’s absolutely NO way this is what the intended solution was.
@arnthorsnaer
@arnthorsnaer 2 года назад
“imagine we are looking for a function that is a polynomial” Indeed, let’s just imagine that.
@covariance5446
@covariance5446 2 года назад
It's really not a big leap of logic to do that. I think that maybe it just could have been phrased better in the video. IF the only data you have are two data points, you will always be able to have a line fit that data, even if those two points came from an object that wasn't a line. When you have three data points, a line MAY fit said data, but only if the relationship was truly linear in the first place. Similarly, a quadratic will always be able to fit three data points. When you have four data points, a line MAY fit (or it may not). A quadratic MAY fit or it may not. A cubic is guaranteed to fit. And so on and so forth. Thus, given the data we have (three data points), an infinite number of functions will fit said data (you can't prove what the original function is using a deductive proof; the best we can do is provide a function that happens to fit the available data. It's kind of like if I provided you five pairs of numbers and you come up with a rule that matches input to output. Just because you find a rule that happens to work for those 5 cases, how do you know the rule I have in mind isn't "use rule A for the first 5 cases, then rule B for the 6th case, then repeat, etc. I.e., You can't provide a proof for what the "original" function "must be" beyond an inductive proof). In that case, the question isn't so much, find "THE" function that describes this data but moreso find "A" function that matches the data. In light of that, the easiest, simpliest, most parsimonious, and therefore reasonable thing to use is a polynomial function of degree two (which is guaranteed to fit three data points). And indeed, I think students as early as grade 9 where I live (ontario) are taught how to identify whether a function (though they don't use that language in grade 9 yet) is linear or not. So I think it's reasonably for a 13-14 year old to think about delta ys and delta delta ys to determine that "hey, I could totally just call this a quadratic. That makes life a lot easier!" Then it just becomes a matter of solving a system of equations. Tedeious and perhaps a bit intimidating for children, but it should be trivial and easy for any adult - especially if they even have a dusty memory for linear algebra (not that you'd need it, but matrices obviously make solving systems of equations a lot faster). I do think that adults who have been away from math for a long time might forget about looking at delta ys to conjecture a polynomial function. Heck, I imagine a lot of adults probably forget the difference between a polynomial function and an exponential function.
@magicjim1
@magicjim1 2 года назад
There are literally infinitely many answers to these kinds of problems.
@gokaytaspnar1355
@gokaytaspnar1355 2 года назад
Yes
@thomaswaynejunior3110
@thomaswaynejunior3110 2 года назад
these so called famous internet puzzles need to end. Don't ever bother solving those
@k1awesomeness
@k1awesomeness 2 года назад
its actually pretty easy, he made it more complicated than it should've been. take the difference of each: +5, +45. then, take the difference of those two: +40. then, add +40 to each of those numbers, to which you'd add to each of the output values on the table. with simple addition, you'd find +5(2), +45(3), +85(4), +125(5), +165(6), +205(7), +245(8), +285(9), +325(10). Then, add all those numbers in order. (input=output) 1=5, 2=10, 3=55, 4=140, 5=265, 6=430, 7=635, 8=880, 9=1165, 10=1490, which is what he got in the video. why does he make it so complicated? no clue, but, I remember doing this problem, on a much lesser scale, in 5th grade, only 7 years ago. i was in gifted and talented in elementary school as well, but never received a problem similar to this though.
@gokaytaspnar1355
@gokaytaspnar1355 2 года назад
@@k1awesomeness f(1)=5 f(2)=10 f(3)=55 f(4)=? It can be any number
@abhishek0kb
@abhishek0kb 2 года назад
💯
@coalfpv
@coalfpv 2 года назад
I think it's simpler and less reliant on math. If we let each odd number correspond to a number represented by a sequence of 5's (e.g., 5, 55, 555, 5555, 55555) and each even number corresponds to a simple doubling (or even just adding 5), then the pattern would be 5 for 1, 55 for 3, 555 for 5, 5555 for 7, and 55555 for 9. Under such rules, index 10 would be 100000 or 55560.
@SirNobleIZH
@SirNobleIZH Год назад
My first thought was that it was 5 times the binary representation of the input, but then realized that 2 becomes 10, so f(2) would be 50, not 10
@zeenat5863
@zeenat5863 2 года назад
Why did Presh assume that the polynomial would be a quadratic polynomial?
@Cosine_Wave
@Cosine_Wave 2 года назад
It's the lowest order polynomial that can fit the three points given. Out of the infinitely many, he chose the simplest.
@RGP_Maths
@RGP_Maths 2 года назад
Yes, but still an assumption. There is only one quadratic that fits the given points, but no evidence whatsoever that this is the required solution. If a fourth point were given, consistent with that quadratic, then it would at least make the assumption reasonable (although still not conclusive, even then).
@SVP-uy9qb
@SVP-uy9qb 2 года назад
@@RGP_Maths If 4 points were given he would have used a grade 3 polynomial
@RGP_Maths
@RGP_Maths 2 года назад
If the fourth point were consistent with the quadratic (as I mentioned) then the cubic polynomial would work out to have a 0x^3 term: it would still be the same quadratic found in the video.
@shelleyweiss9920
@shelleyweiss9920 2 года назад
To demonstrate, try the same technique with substituting back in the output of 15 on the 3rd line. You will get a=0 and voila, a linear answer. Simple and to the point.
@rebucato3142
@rebucato3142 2 года назад
An alternative method would be to use Lagrange interpolation to interpolate between the 3 points, resulting in the same interpolating polynomial and arriving at the same answer. This method might be faster because you don’t need to solve a system of linear equations.
@abraribnmizanlabib6028
@abraribnmizanlabib6028 2 года назад
Bla bla bla
@Aru-ys2qh
@Aru-ys2qh 2 года назад
Can u plz explain how..?
@amanbhagwani6937
@amanbhagwani6937 2 года назад
Can u please explain this method
@andrewnguyen6246
@andrewnguyen6246 2 года назад
It’s in group theory an undergrad course
@michaelempeigne3519
@michaelempeigne3519 2 года назад
@@Aru-ys2qh an alternative method to that is to use discrete differences obtained by the outputs and arrive at an expression.
@henkbir4334
@henkbir4334 2 года назад
Y’know, i learned this type of stuff when I was in eight *grade*, and I was considered (slightly) gifted myself, so these children have to be really darn gifted.
@maximumacannona
@maximumacannona 2 года назад
I think this might make sense in context. Like if the students are currently studying a unit on polynomials, you'd make a reasonable assumption that it's a polynomial. But without such context, how would you know to make that jump?
@carultch
@carultch Год назад
Yeah, there's not really enough information to know for sure that this is the only possible rule. Like any of these challenges given a table of values, where we need to determine the rule. For instance, there's the progression that looks like it should be the geometric sequence of 2^n. But you get a surprise at the 5th value, that it isn't 32, but is instead 31. Well how could you rightly know that it wasn't 2^n, if you were only given 2, 4, 8, 16, as the three values?
@PsychoMurdoctor
@PsychoMurdoctor 2 года назад
The fast jump in value immediately made me consider using the input number as an exponent, so I tried 2*N^N and found this came close to the output values with 2, 8, and 54. I then noticed that the first value was off by 3, the second by 2, and the third by 1... which led me to this formula: 2*N^N + 4 - N The output value for 10 would then be 19999999994
@kenbourassa9347
@kenbourassa9347 2 года назад
I reached the same same formula
@edsimnett
@edsimnett 2 года назад
I tried the same way, but was struggling with the 0 value. In this case 0 -> -4 which is better than 40 in the proposed answer, but still feels off to me.
@tobyhardcastle6830
@tobyhardcastle6830 2 года назад
@@edsimnett 0 would not map to -4, would it? Even if you ignore the 0^0 it'd be +4?
@edsimnett
@edsimnett 2 года назад
@@tobyhardcastle6830 Thanks very much for pointing that out- yes it would map to 4 (or6 if 0^0 is +1) not -4- my mistake.. My point stands- I think you need zero to map to zero- which is what I did.
@ernstlieber4340
@ernstlieber4340 2 года назад
Well, there is one fundamental assumption for the solution you suggest, namely that it is a math question at all. It could also be a question of character-strings, which would lead to completely different solutions. So: Mind your decisions? Well, rather mind your assumptions!
@spinogamer9842
@spinogamer9842 2 года назад
Or just every output is 5 times the input, but every multiple of 3 adds 40. Ex: 1 = 5, 2 = 5, 3 = 55, 4 = 20, 5 = 25, 6 = 70...
@Arfonfree
@Arfonfree 2 года назад
As many of these sequence problems are given, there is not enough information to give a unique answer without more constraints, which is why they have lead to many disputes when used on college entrance exams. Another answer is n^n*2+(4-n) which would give a result of 19,999,999,994. Is that the simplest answer, probably not, but it is a correct answer. Heck, if I worked on it I could create a Fourier transform that would yield that result which could then be used to design an amplifier circuit. But clipping would be a problem... The added constraint that the originator probably intended was that the solution needed to be a polynomial of order 2 or less, as 3 points will uniquely define such a curve.
@ad2181
@ad2181 2 года назад
I used Lagrange interpolation, it yields the lowest order polynomial that fits the given points. It calculated to 1490. I recommend this approach to all eight graders!!!
@muskyoxes
@muskyoxes 2 года назад
Great! Now we need a recommendation for eight-year-olds
@littlebluemoon267f
@littlebluemoon267f 2 года назад
Quadratic regression gives me the same answer, but it might be too much for 8th graders
@James-vc1kc
@James-vc1kc 2 года назад
Yeah I can’t lie I didn’t learn the quadratic equation until I was 15 in algebra, and the earliest you could qualify for algebra as a gifted student was 13. It’s extremely unlikely a class of 8 year olds were all taking an algebra class to come across such a question.
@jefffredrickson6310
@jefffredrickson6310 2 года назад
Totally agree with you.
@leffeup8117
@leffeup8117 2 года назад
It was probably 8th grade not 8 year olds. Must have been lost in reposts somewhere
@evolsdog126
@evolsdog126 2 года назад
If a class had been using a particular type of function in class, maybe using multiplication, addition and powers, then it could be quite reasonable to do a few in class and then say “try this one yourselves for homework.” By removing the classroom context and just seeing the last element of the lesson it is easy to get the wrong idea - it’s like only watching the last 2 minutes of empire strikes back to ‘judge’ the whole movie.
@ReallyEpicPerson
@ReallyEpicPerson 2 года назад
I've seen a problem like this before, except that the lesson was explained by some teacher I had that the rule didn't have to be a mathematical rule. A couple valid answers could be, with this logic, that the missing value needs to be a number. You could also go one step further, and even say maybe it has to be a number greater than the previous values. This is a logical rule, not a mathematical rule. Mathematics is built using a system of logical rules. Logic is a container that can express all math, however math as a subset of logic cannot express all logical expressions.
@lextatertotsfromhell7673
@lextatertotsfromhell7673 2 года назад
Former gifted kid, the answer is 1010, I had this question once. We were learning about binary and non base ten number systems, so we were expected to recognize the (#, #0, ##) pattern, then recognize that odd numbers had a 5, not a 1.
@hemant7996
@hemant7996 2 года назад
Can you explain in more detail?
@royboggs4221
@royboggs4221 2 года назад
Nah it’s a typo lol.
@lextatertotsfromhell7673
@lextatertotsfromhell7673 2 года назад
@@hemant7996 binary is a way to write numbers, 0 - 10 is 0,1,10,11,100,101,110,111,1000,1001, 1010. Much like how each base in decimal is worth 10 times more than the one to it’s right, in binary, each spot is worth 2 times more. The only digits in binary are 1 and 0.
@lextatertotsfromhell7673
@lextatertotsfromhell7673 2 года назад
@@royboggs4221 I legit had this problem when I was 8, but go off
@royboggs4221
@royboggs4221 2 года назад
@@lextatertotsfromhell7673 yea that’s cool and all, but it’s a typo.
@softwaredeveloper6791
@softwaredeveloper6791 2 года назад
If there's an odd number you put the fives side by side, like 1: 5, 3: 55, 5: 555, 7: 5555, 9:55555 and so on. If the number is even it's the double the number before it. So the answer is obviously 2x55555=111110.
@MickeyKnox
@MickeyKnox 2 года назад
I was thinking of that too
@yclept9
@yclept9 2 года назад
You don't need the algebra. Just write out a table for x=1 to 10, then first differences, then second difference(s). Fill out the table keeping the same second difference all the way down and you get your answer. You needn't even know it's a polynomial, just a table-filling exercise. What other sort of rule would offer a simpler fit that doesn't just dismiss the problem.
@VY_Canis_Majoris
@VY_Canis_Majoris 2 года назад
Without watching the video: 1 = 5 2 = 10 3 = 55 4 = 100 5 = 555 6 = 1000 7 = 5555 8 = 10000 9 = 55555 10 = 100000 So without watching my answer is 100,000
@teamawesomeness7137
@teamawesomeness7137 2 года назад
I don't get it what's the pattern?
@gdstuff7666
@gdstuff7666 2 года назад
Same
@ConradAdamsMrJUMBO
@ConradAdamsMrJUMBO 2 года назад
my answer is similar to yours, except, i duplicate the "10" and add that to the right instead of just adding a zero. so 1 -> 5 2 -> 10 3 -> 55 4 -> 1010 5 -> 555 6 -> 101010 7 -> 5555 8 -> 10101010 9 -> 55555 10 -> 1010101010 Therefore, a possible answer is 1010101010.
@triptibajpai3271
@triptibajpai3271 2 года назад
I thinkmk this iS also a very good answer as the numbers are just getting added alternately
@triptibajpai3271
@triptibajpai3271 2 года назад
@Christof Numbers are being joined alternately
@jamesmorris2010
@jamesmorris2010 2 года назад
Frequently with just a few items in a series you can come up with multiple rules that fit. You can use these problems to see creativity and knowledge drawn upon in a well explained solution.
@SlimThrull
@SlimThrull 2 года назад
Yeah. I've taken to answering "1" to any question I see like this. When asked why I pick "1" I tell them I can generate a polynomial that satisfies it if they like. They kind of give up after that.
@paullawrie
@paullawrie 2 года назад
Any output is the two previous outputs multiplied together, plus 5. So an input of 4 would be 10 * 55 + 5 = 555. Even though the number gets big it feels like something an 8 year old would solve, especially if it was a spreadsheet task. The unshown previous pair would be 0,1
@ejohnso1967
@ejohnso1967 2 года назад
Nothing wrong with that algebra. I think Presh pretty much just proved that there *was* a typo in the problem. Most kids start kindergarten about about age 5. So, they'll be about age 6 in first grade, hence, we're talking about 3rd graders (give or take a year or so). You show me a class full of *gifted* third graders that are solving systems of linear equations. Show us an interview with a third grade teacher that is capable of teaching her student's *parents* how to solve this problem.
@user-gs6lg4gd3b
@user-gs6lg4gd3b 2 года назад
This is actualy ansolvable, because you can assume any type of function with 3 parametres? and solve for them.
@paulu_
@paulu_ 2 года назад
There are infinitely many polynomial solutions. e.g., x^3 + 14x^2 - 44x + 34 also works.
@Patralgan
@Patralgan 2 года назад
There's no way an 8yo child could've solved it like that no matter how gifted they were unless they have been specifically trained to solve such puzzles.
@mattbendzinski4945
@mattbendzinski4945 Год назад
As a former computer geek, I thought of base 2 functions but translating the 1 = 5 and 2 = 10, so 3 would be 55 and 4 would be 100, etc. That just popped into my head and an 8 year old would be more attuned to that as opposed to polynomials.
@jmmahony
@jmmahony 2 года назад
You can speed up the solution from 4:20 by multiplying the 5=3a+b line by 3, giving 15=9a+3b, which matches the a and b coefficients of the other equation 55=9a+3b+c. Subtracting then leaves 40=c.
@funwithyoyo
@funwithyoyo 2 года назад
At 8 years old, thanks to my math teacher father, I could solve quadratic equations, even in my head. I could solve 3-parameter 3-equation systems on paper. And I could also write and understand polynomials and functions. What I had absolutely no grasp of even with all this is that I should imagine such an equation as a line, be it a straight line or a curve - as in no understanding of analytic geometry, at all. And at that time (and all the way up to 12th grade) I was considered "gifted" when it comes to maths (as in the best in school for 8 years and top 3 of the county for all 12 years). So no, I can, with confidence, say, that this is NOT something any "gifted 8 year old" could solve.
@aguspuig6615
@aguspuig6615 2 года назад
funny part is when you find a solution that makes sense but since its not the exact same one the teacher expected you get an F
@RationallyChallenged
@RationallyChallenged Год назад
My first reaction was "if 2=10, 10=2" going to keep watching
@jensfriedrichacker2373
@jensfriedrichacker2373 2 года назад
If one uses f(x)=a*x^3+b*x^2+c*x+d then you can fit the parameters a-d so, that f(10) is any value that you want. This class of problems is usually completely underdefined and thus ill-posed. This problem needs a preamble with "Find a polynomial function f(x) of degree less or equal to 2 with the following values at different x and compute f(10)".
@craigsaunders7037
@craigsaunders7037 2 года назад
F(x) = x ^ x plus x ^ x plus 4 minus x 1 > 1 + 1 + 4-1 = 5 2 > 2x2 + 2x2 + 4-2 = 10 3 > 3x3x3 + 3x3x3 + 4-3 = 55 10 > 10^10 + 10^10 + 4-10 = 19999999994
@mrniceface
@mrniceface 2 года назад
I thought the answer might be 1010. Note that if you replace the 5s with 1s, the output is just the binary of the X inputs. It's just that on odd numbered inputs, the 1s are 5s. The problem might've had multiple answers, and the goal was for the students to identify a pattern and prove it.
@craigwaller9197
@craigwaller9197 2 года назад
This was my reasoning as well; but thought binary might be hard to invent for 8 year olds :). This video reminded me of 8 year old algorithms!
Далее
Получилось у Миланы?😂
00:13
Просмотров 1,2 млн
Лепим из пластилина🐍
00:59
Просмотров 277 тыс.
A Color Test That Can Tell Your Mental Age
7:37
Просмотров 44 млн
The REAL Answer Explained
7:23
Просмотров 8 млн
New Recipe for Pi - Numberphile
14:29
Просмотров 320 тыс.
Every Infinity Paradox Explained
15:57
Просмотров 57 тыс.
How Tall Will You Be When You Grow Up?
12:28
Просмотров 13 млн
Can you ace this interview puzzle?
5:55
Просмотров 154 тыс.
Infinite chocolate trick explained
0:48
Просмотров 19 млн
Телефон-електрошокер
0:43
Просмотров 1,4 млн