A nice math Olympiad question

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 18

  • @ThanhNguyen-lb6rj
    @ThanhNguyen-lb6rj 5 หลายเดือนก่อน +1

    The Wonderful solution...

  • @Steven-v6l
    @Steven-v6l 5 หลายเดือนก่อน +6

    assuming a,b,c integers ... 128 + 16 + 4 ... 2^7, 2^4, 2^2 ... takes under 5 seconds

  • @hottuamanullang8046
    @hottuamanullang8046 5 หลายเดือนก่อน +1

    Thank you it makes me know math a little bit🥰🥰🥰

  • @nikolayguzman331
    @nikolayguzman331 5 หลายเดือนก่อน +1

    a>0 b>0 c>0 and a, b, c are integers. Therefore a

  • @googlekevin6808
    @googlekevin6808 4 หลายเดือนก่อน

    In computer science,
    148 Decimal =
    1001 0100 Binary
    7654 3210 Bit
    bit7 = 2^7 = 128
    bit4 = 2^4 = 16
    bit2 = 2^2 = 4
    a=7, b=4, c=2

  • @opschpiglung
    @opschpiglung 5 หลายเดือนก่อน +1

    For any number, not just 148 - just convert it to binary and look at the positions of 1s. That's it. Is it really Olympiad question?

  • @РауфНематов-м4б
    @РауфНематов-м4б 5 หลายเดือนก่อน

    4+16+128=148
    2^2+2^4+2^7=148

  • @robertgapatas
    @robertgapatas 5 หลายเดือนก่อน

    A=2
    B=4
    C=7

  • @gelbkehlchen
    @gelbkehlchen 3 วันที่ผ่านมา

    Solution:
    2^0+2²+2^5 = 37 |*4 ⟹
    4*2^0+4*2²+4*2^5 = 148 ⟹
    2²*2^0+2²*2²+2²*2^5 = 148 ⟹
    2²+2^4+2^7 = 148 ⟹ a = 2, b = 4, c =7.

  • @melissajenner8068
    @melissajenner8068 5 หลายเดือนก่อน +1

    Only one of all solutions.

  • @vshanmugamv5868
    @vshanmugamv5868 5 หลายเดือนก่อน

    2, 4 , 7

  • @jamesharmon4994
    @jamesharmon4994 5 หลายเดือนก่อน

    Just write 148 in binary. Each "1" is an applicable power of 2

  • @РусланНикитин-д6ч
    @РусланНикитин-д6ч 5 หลายเดือนก่อน

    4, 16, 128.
    So 2 ,4 ,7.

  • @xgx899
    @xgx899 5 หลายเดือนก่อน

    Without stating that a,b,c are integers, and proving uniqueness (apart from permuting numbers 2,4,7) this is not good at all.

  • @anatolykatyshev9388
    @anatolykatyshev9388 5 หลายเดือนก่อน

    Obvious solution: a=b=c= ln(148/3)/ln(2)

  • @SciLogical
    @SciLogical 5 หลายเดือนก่อน

    I was not aware on Olympiads in Kindergardens. Wait a bit... Wasn't this contest a kind of math Paralympiad for some mentally handicapped persons? Converting short decimal to binary really takes no longer than 5 seconds, as it was noted already.