Learn Prime Numbers, Factors & Composite Numbers

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 14

  • @jennifer.Russo.
    @jennifer.Russo. Před 4 měsíci +1

    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 ;]

  • @anniesizemore3344
    @anniesizemore3344 Před rokem +6

    Like watching these math videos.

  • @Intergalactic123
    @Intergalactic123 Před rokem +5

    This videos was more than great. It is incredible and I never had a great teacher in a lesson ever🎉🎉you deserve respect bro😊

  • @wilkyclergeot9416
    @wilkyclergeot9416 Před rokem +2

    Thank you so much incredible teacher!!!

  • @naderhumood1199
    @naderhumood1199 Před rokem +1

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

  • @tresajessygeorge210
    @tresajessygeorge210 Před 5 měsíci +1

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

  • @jan-willemreens9010
    @jan-willemreens9010 Před rokem +1

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

  • @drumtwo4seven
    @drumtwo4seven Před rokem

    Nice 👍

  • @auntyconnie3941
    @auntyconnie3941 Před rokem

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

  • @bozydarziemniak1853
    @bozydarziemniak1853 Před rokem

    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 Před měsícem +1

    ❤😂take You

  • @hemrajue3434
    @hemrajue3434 Před rokem +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 Před rokem +2

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