It is waay simpler to solve by converting it to binary. Find the largest power of 2 that fits in 400 -> 2^8 = 256 Same for the remaining 144 -> 2^7 = 128 Same for the remaining 16 -> 2^4 The approach shown in the video serves no better purpose, it’s neither faster nor more general
@beyondoftrue3 ай бұрын
I also thought the same way. When I realized that the base is two, I intuitively remembered converting decimal numbers to binary.
@Geendle3 ай бұрын
I'll post another video using this method! Thank you!
@ericsonmario53373 ай бұрын
🎉
@Geendle3 ай бұрын
Thanks pidimo!😉
@willvu35813 ай бұрын
You have to state that a, b, and c are natural numbers as well
@Geendle3 ай бұрын
Thanh you bro! I'll consider that in the next videos.
@user-zr7ie6so1q3 ай бұрын
a,b,c \in {4,7,8} would be better
@Geendle3 ай бұрын
Thanks! I will improve!
@triforce98563 ай бұрын
I was way faster by testing numbers
@francoismusic_3 ай бұрын
It is not.
@triforce98563 ай бұрын
@@francoismusic_ But its literally just taking the max. allowed exponent 3 times