the 5th digit has to be 5 even digits have to be even odd digits are odd. the first two digits have 4 possible choices the next 2 digits have 3 possible choices you know the 5th digit so one choice
the next 2 digits have 2 possible choices and the last two digits only have one choice left so
381654729 while watching another video by you. First things first the odds go in odds, even go in evens. You can assume is 5 and 7 go into the 5th and 7th spots respectively (multiples of 5 end with 5, and doubleing rule when dividing by 7). Next you find that 2 and 6 fill the 4th and 8ths spots as odd(2/6) are the only ways to make multiples of 4. Putting 8 in the second spot you need a 1 in the 1st or 3rd, to make a multiple of 3 and the last spot is other (4 cannot go cause 1+4=2mod3).
I couldn't come up with a way to solve it myself. So I wrote a program with Delphi to check every single number manually. Sorry for cheating, I'm bad at math, but I wanted to know the answer without looking at comments or anything :(
381654729. Ok, the 5 was easy, and I zeroed in on the 654 in the middle after just a few trials. After that I made up a grid for the first three numbers and started trying them. It worked on the 7th try out of 16. Glad it worked, I didn't want to abandon the 654 in the middle.
@HaslamCorp@HaslamCorp I got the same result. I narrowrd down using the 5 first, also, and then the divisibility per 2, then per 8, and went backwards. Luckily the 2 try was divisible by seven at the end, that was my fear. :)
@TapeWalletsCO have a cry noone cares. If you didn't want it spoiled you shouldn't have read the comments. But of course that's what a SMART person would do.
humm my math teacher gave us ext book that had a page with like ''all number divisible by 7 add up and divide by bla bla ba,i could look it up,but that MGITH make it not a puzzle...
Late, but it's 381654729 and i solved it in a bit less than 3 hours without a calculator woohoo! I'm probably gonna die from all the mental calculation now yay!
Because I'm a computers guy and not a maths guy, I wrote a computer program to solve it, which gave me the answer 381654729 (which is the only solution).
And because I'm lazy, instead of making a new program to do this, I just modified the code I used to find all solutions of the n Queens on an nXn chessboard.
wow smart,theres rules to dviding,like for 9 the first 3 digits have t divide by 3,do your supose to re arange to fit all the rules,i wish you were sopposed to send in results,lol reading the comments takes all the fun out of the puzzel XD,i just checked,yep it works
the 5th digit has to be 5 even digits have to be even odd digits are odd. the first two digits have 4 possible choices the next 2 digits have 3 possible choices you know the 5th digit so one choice
the next 2 digits have 2 possible choices and the last two digits only have one choice left so
4 * 4 * 3 * 3 *1 * 2 * 2 *1 * 1 = 576 viable numbers to try
BeastOfTraal 1 day ago
381654729 while watching another video by you. First things first the odds go in odds, even go in evens. You can assume is 5 and 7 go into the 5th and 7th spots respectively (multiples of 5 end with 5, and doubleing rule when dividing by 7). Next you find that 2 and 6 fill the 4th and 8ths spots as odd(2/6) are the only ways to make multiples of 4. Putting 8 in the second spot you need a 1 in the 1st or 3rd, to make a multiple of 3 and the last spot is other (4 cannot go cause 1+4=2mod3).
PoketoMtg 1 month ago
@PoketoMtg I'ld say it took me 10 minutes as I know most of the rules of multiplication
PoketoMtg 1 month ago
I couldn't come up with a way to solve it myself. So I wrote a program with Delphi to check every single number manually. Sorry for cheating, I'm bad at math, but I wanted to know the answer without looking at comments or anything :(
AudioJustG 2 months ago
381654729 in less than 30 mins. the trick is simply to know your divisibility rules for each number.
jofer123062 5 months ago
THERE IS A CURSE!!! GIVE ME A CALCULATOR!!! NOWWWWWW
PukeOfThePukes 7 months ago
Thumbs up if you think that all the thumbs ups on the comment of the correct solution places it at the top of the page and ruins it for everyone.
Also thumbs up to place this comment at the top of the page so that this puzzle isn't ruined for everyone!
kdmq 10 months ago 11
Comment removed
KojiruZekida50 1 year ago
381654729. Ok, the 5 was easy, and I zeroed in on the 654 in the middle after just a few trials. After that I made up a grid for the first three numbers and started trying them. It worked on the 7th try out of 16. Glad it worked, I didn't want to abandon the 654 in the middle.
HaslamCorp 1 year ago
@HaslamCorp @HaslamCorp I got the same result. I narrowrd down using the 5 first, also, and then the divisibility per 2, then per 8, and went backwards. Luckily the 2 try was divisible by seven at the end, that was my fear. :)
alancheira 1 month ago
At least you found a use for them, huh!
RandomNinjaOfEvil 1 year ago
I got up to 723654 with no errors but then I got stuck
elizze6 1 year ago
I got 381654729; the only solution.
TheAnonymousParadox 1 year ago
Comment removed
gboyd242 1 year ago
I cheated and wrote a Computer-Program to calculate it :D
Using a recursive function the progam needs a fraction of a second to calculate the number. I got:
381654729
GammahooX 1 year ago
#lol
001GRad 1 year ago
#lol
001GRad 1 year ago
Any number works, it is just not whole.
falafel1995 2 years ago
...then its not divisible by definition.
bambam111992 2 years ago 3
@falafel1995 In R, not in Z.
PCGamerPortal 8 months ago
I did that with my middle school students last year.
TyYann 2 years ago
YEAH!!! 381654729
zomg only took me 2 hours n i didn't cheat TYVM! time to listen to some music!
jonoiskool 2 years ago 8
@jonoiskool You shouldn't have spoiled it for others.
TapeWalletsCO 1 year ago
@TapeWalletsCO have a cry noone cares. If you didn't want it spoiled you shouldn't have read the comments. But of course that's what a SMART person would do.
jonoiskool 1 year ago
the worst marked cards are the ones that are marked incorrectly =P
hyldago 2 years ago
humm my math teacher gave us ext book that had a page with like ''all number divisible by 7 add up and divide by bla bla ba,i could look it up,but that MGITH make it not a puzzle...
gC222SA 2 years ago
Late, but it's 381654729 and i solved it in a bit less than 3 hours without a calculator woohoo! I'm probably gonna die from all the mental calculation now yay!
Moorich 2 years ago 2
every os has a calculator on it.
KronicDemon442 2 years ago
cant wait for the solution!
No. 7 is giving me a terrible headache
scotland7yard 2 years ago
Sounds like you're doing it right then, I found number 7 to be the pain.
singingbanana 2 years ago
Hmm... good challenge, i have a feeling i'll be working on this for a while...
Edit: saw answer in comments, sadness follows.
=[
Elidragonguy 2 years ago
381654729
rotnakleugim 2 years ago
Could you give a hint, it is to difficult, I dont know where to start... :S
Strijdparel 2 years ago
Because I'm a computers guy and not a maths guy, I wrote a computer program to solve it, which gave me the answer 381654729 (which is the only solution).
And because I'm lazy, instead of making a new program to do this, I just modified the code I used to find all solutions of the n Queens on an nXn chessboard.
dungeonmunky 2 years ago
wow smart,theres rules to dviding,like for 9 the first 3 digits have t divide by 3,do your supose to re arange to fit all the rules,i wish you were sopposed to send in results,lol reading the comments takes all the fun out of the puzzel XD,i just checked,yep it works
gC222SA 2 years ago
Comment removed
scotland7yard 2 years ago
the solution is: 381654729.
jimbob4evatoday 2 years ago
lol i got it 1st in the previous vid XD
qzervi 2 years ago
I wasn't happy with the version I uploaded 12 hours ago. The old version is still there for now.
singingbanana 2 years ago
...and why is that so..?
agurkas321 2 years ago
There is only one sentence different, but it was important.. Now the audio is worse in this one!
singingbanana 2 years ago
its fine! :D
agurkas321 2 years ago
It was the using each number once part right?
TheBreezCast 2 years ago