Learn Prime Numbers, Factors & Composite Numbers

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 16

  • @jennifer.Russo.
    @jennifer.Russo. 9 месяцев назад +2

    me in my 30's always hated math and until I watch you do math I suddenly know . thank u for your time I truly appreciated . I'm subscribed to keep learning as soon ill start college an have to take a placement exam thank u for your help ;]

  • @EvaCedras
    @EvaCedras 15 дней назад

    👏🙊 thanks for letting me understand more about prime numbers 😱

  • @anniesizemore3344
    @anniesizemore3344 Год назад +6

    Like watching these math videos.

  • @wilkyclergeot9416
    @wilkyclergeot9416 Год назад +2

    Thank you so much incredible teacher!!!

  • @naderhumood
    @naderhumood Год назад +1

    Great lesson......you're the best.....Sir....Thanks a bunch.

  • @user-tx9kw3ru6t
    @user-tx9kw3ru6t 3 месяца назад

    You are good just wished we did some much larger numbers on the number tree

  • @tresajessygeorge210
    @tresajessygeorge210 10 месяцев назад +1

    THANK YOU... SIR...!!!

  • @auntyconnie3941
    @auntyconnie3941 Год назад

    Thank you for your good jobs in sharing your knowledge with other people.

  • @drumtwo4seven
    @drumtwo4seven Год назад

    Nice 👍

  • @jan-willemreens9010
    @jan-willemreens9010 Год назад +2

    ... So, if I understood your presentation well, it means that the only even number which can be a prime number is number 2 ...

  • @nicholaskariuki3487
    @nicholaskariuki3487 2 месяца назад

    Good explanation

  • @hemrajue3434
    @hemrajue3434 Год назад +1

    1 is neither a composite number nor a prime number. It's because,it doesn't figure in the prime factorisation tree.

  • @thatomofolo452
    @thatomofolo452 Год назад +2

    I know 🙋🙋 factors 1*3 is 3👈👈

  • @bozydarziemniak1853
    @bozydarziemniak1853 Год назад

    Check if a is prime number program:
    a - integer variable 'our number to check
    b - integer variable 'loop counter
    c (2 to a-1) - integer variable 'modulo (rest from dividing) of a and b
    d - binary variable 'switch equal 0 if a is the prime number and 1 if a isn't prime number
    d=0
    set a value from input
    if a=0 or a=1 then
    d=1
    else
    end if
    if a=2 then
    d=0
    else
    end if
    For b=2 to b=a-1
    c(b) = a mod b
    if c(b)=0 then
    d=1
    b=a-2 'stop this for loop
    else
    end if
    next b
    if d=0 then
    echo: "a - is prime number"
    else if d=1 then
    echo: "a - isn't prime number"
    end if

  • @andizegeye2450
    @andizegeye2450 6 месяцев назад +1

    ❤😂take You

  • @LotisArdiente-mw3dq
    @LotisArdiente-mw3dq 3 месяца назад

    Gowapo