Wikipedia
list of prime factors : Derrick Norman Lehmer's list of primes up to 10006721, reprinted as late as .... So, to check n for primality the largest prime factor needed is just less .....   More from Wikipedia
List all the prime numbers, which are less than 10.
List all the prime numbers, which are less than 10. => 2, 3, 5 and 7 or 2, 3, 4 and 7 or 2, 4, 5 and 7 or 3, 5, 7..
Which one of these lists all the factors of 15?
Which one of these lists all the factors of 15? => 3, 5, and 15 or 1, 3, 5, and 15 or 5, 10, and 15 or 1, 3, and 5..
  Table of contents listing all instructional math videos available from Chycho TV at www.chycho.com List of videos that are available for download at www.chycho.com INTRODUCTION: www.chycho.com During the last few years the education systems in Canada and the United States has been eroding. Students have been crammed into larger class sizes while the quality of teaching has deteriorated, in large part due to a lack of funding from local and federal governments. John Ralston Saul, one of ...
  In algebra, composite numbers can be broken into prime numbers by prime factorization. You can solve for prime factors without a calculator or list of primes. This video shows how to use prime factorization to turn composite numbers into prime numbers.
Question : Help with prime factors in order of
54
66
78
Thanks
I need the answers by tonight
PLEAZZZ!
Answer : 54(pfactors are 2 and 3, factorization is 2x3x3x3) 66(pfactors are 11, 2, and 3, factorization is 11x2x3 78 (pfactors are 2, 3, and 13, factorization is 2x3x13) good luck, math gets a LOT harder than this so get ready for ur next few years in school google "factor trees" ull learn an easy way to do it..   More from Yahoo Answers
Answer : 54(pfactors are 2 and 3, factorization is 2x3x3x3) 66(pfactors are 11, 2, and 3, factorization is 11x2x3 78 (pfactors are 2, 3, and 13, factorization is 2x3x13) good luck, math gets a LOT harder than this so get ready for ur next few years in school google "factor trees" ull learn an easy way to do it..   More from Yahoo Answers
Question : write an assembly language program that will input a positive integer and print out the list of its prime factors.
Answer : ; ; This program calculates the n-th prime given ny the user by calculating ; all primes until it and using the functions above. ; ; Compile (NASM 0.98): ; ; nasm -f bin nprime.asm -o nprime.com ; ; Example of Usage (MS-DOS): ; ; C:> nprime 6782 ; 68111 ; C:> ; ; Written By uraGON__ ; ; E-mail: uragon_z@yahoo.com org 0x100 jmp main readlong: ; converts a ascii-string at ds:si to a long at ebx xor ebx,ebx readloop: lodsb cmp al,'0' jb end cmp al,'9' ja end sub al,'0' imul ebx,10 add bl,al jmp readloop end: ret prints: ; prints a string at ds:bp to the screen at the cursor position mov ax,0x0040 mov es,ax mov si,0x50 es lodsb ; X mov di,ax es lodsb ; Y imul ax,160 add di,ax mov ax,0xb800 mov es,ax mov si,bp printsloop: lodsb cmp al,0 je endprintsloop mov ah,7 es stosw jmp printsloop endprintsloop: ret prime: ; This is NOT a full prime function, this was only made to....   More from Yahoo Answers
Answer : ; ; This program calculates the n-th prime given ny the user by calculating ; all primes until it and using the functions above. ; ; Compile (NASM 0.98): ; ; nasm -f bin nprime.asm -o nprime.com ; ; Example of Usage (MS-DOS): ; ; C:> nprime 6782 ; 68111 ; C:> ; ; Written By uraGON__ ; ; E-mail: uragon_z@yahoo.com org 0x100 jmp main readlong: ; converts a ascii-string at ds:si to a long at ebx xor ebx,ebx readloop: lodsb cmp al,'0' jb end cmp al,'9' ja end sub al,'0' imul ebx,10 add bl,al jmp readloop end: ret prints: ; prints a string at ds:bp to the screen at the cursor position mov ax,0x0040 mov es,ax mov si,0x50 es lodsb ; X mov di,ax es lodsb ; Y imul ax,160 add di,ax mov ax,0xb800 mov es,ax mov si,bp printsloop: lodsb cmp al,0 je endprintsloop mov ah,7 es stosw jmp printsloop endprintsloop: ret prime: ; This is NOT a full prime function, this was only made to....   More from Yahoo Answers
Result
Pages   :     1     2     3     4     5     6     7     8     9     10     11
Looking for More Help!
