I have math question Mr: List A= 1,2,3,4,5,1,2,3,4,5,1.... List B= 2,3,4,1,2,3,4,1,2,3,4.... Days= 1,2,3,4,5,6,7,8,9,10,11.... Let's say List A is the amount of juice i get each day and let's say List B is the amount of biscuits i get each day. How many days do i got to wait to get 5 juices and 1 biscuit in the same day? And if you can find a rule that we can always use please
This is a problem about lowest common multiples - there are an infinite number of days on which this happens but the first would be the first number that is a multiple of 5 but also 4, which is day 20.
In reference to your Short video about Chat GPT, Python, and MANIM, can you do a longer video to explain in detail how you did that? I actually emailed the author of MANIM a few days ago about doing such a video. He's so busy that I don't expect a response. I'm in math education. Thanks. ruclips.net/user/shortskfMRpaJEgUA
I wish I had the time to make a longer video but in essence I just asked char gpt to write me a python script which made the Lorenz diagram. I also asked it to teach me what the variables were to alter colour, speed etc.
I have math question Mr:
List A= 1,2,3,4,5,1,2,3,4,5,1....
List B= 2,3,4,1,2,3,4,1,2,3,4....
Days= 1,2,3,4,5,6,7,8,9,10,11....
Let's say List A is the amount of juice i get each day
and let's say List B is the amount of biscuits i get each day.
How many days do i got to wait to get 5 juices and 1 biscuit in the same day? And if you can find a rule that we can always use please
This is a problem about lowest common multiples - there are an infinite number of days on which this happens but the first would be the first number that is a multiple of 5 but also 4, which is day 20.
r/unexpectedfactorial
I was hoping someone would spot that!
In reference to your Short video about Chat GPT, Python, and MANIM, can you do a longer video to explain in detail how you did that? I actually emailed the author of MANIM a few days ago about doing such a video. He's so busy that I don't expect a response. I'm in math education. Thanks.
ruclips.net/user/shortskfMRpaJEgUA
I wish I had the time to make a longer video but in essence I just asked char gpt to write me a python script which made the Lorenz diagram. I also asked it to teach me what the variables were to alter colour, speed etc.
@@eternity_hour Okay, thank you.