Sunday, November 7, 2010
Vigenere Cipher
Author: R. Morelli
One of the main problems with simple substitution ciphers is that they are so vulnerable to frequency analysis. Given a sufficiently large ciphertext, it can easily be broken by mapping the frequency of its letters to the know frequencies of, say, English text. Therefore, to make ciphers more secure, cryptographers have long been interested in developing enciphering techniques that are immune to frequency analysis. One of the most common approaches is to suppress the normal frequency data by using more than one alphabet to encrypt the message. A polyalphabetic substitution cipher involves the use of two or more cipher alphabets. Instead of there being a one-to-one relationship between each letter and its substitute, there is a one-to-many relationship between each letter and its substitutes.
The Vigenere Tableau
The Vigenere Cipher, proposed by Blaise de Vigenere from the court of Henry III of France in the sixteenth century, is a polyalphabetic substitution based on the following tableau:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
A A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
B B C D E F G H I J K L M N O P Q R S T U V W X Y Z A
C C D E F G H I J K L M N O P Q R S T U V W X Y Z A B
D D E F G H I J K L M N O P Q R S T U V W X Y Z A B C
E E F G H I J K L M N O P Q R S T U V W X Y Z A B C D
F F G H I J K L M N O P Q R S T U V W X Y Z A B C D E
G G H I J K L M N O P Q R S T U V W X Y Z A B C D E F
H H I J K L M N O P Q R S T U V W X Y Z A B C D E F G
I I J K L M N O P Q R S T U V W X Y Z A B C D E F G H
J J K L M N O P Q R S T U V W X Y Z A B C D E F G H I
K K L M N O P Q R S T U V W X Y Z A B C D E F G H I J
L L M N O P Q R S T U V W X Y Z A B C D E F G H I J K
M M N O P Q R S T U V W X Y Z A B C D E F G H I J K L
N N O P Q R S T U V W X Y Z A B C D E F G H I J K L M
O O P Q R S T U V W X Y Z A B C D E F G H I J K L M N
P P Q R S T U V W X Y Z A B C D E F G H I J K L M N O
Q Q R S T U V W X Y Z A B C D E F G H I J K L M N O P
R R S T U V W X Y Z A B C D E F G H I J K L M N O P Q
S S T U V W X Y Z A B C D E F G H I J K L M N O P Q R
T T U V W X Y Z A B C D E F G H I J K L M N O P Q R S
U U V W X Y Z A B C D E F G H I J K L M N O P Q R S T
V V W X Y Z A B C D E F G H I J K L M N O P Q R S T U
W W X Y Z A B C D E F G H I J K L M N O P Q R S T U V
X X Y Z A B C D E F G H I J K L M N O P Q R S T U V W
Y Y Z A B C D E F G H I J K L M N O P Q R S T U V W X
Z Z A B C D E F G H I J K L M N O P Q R S T U V W X Y
Note that each row of the table corresponds to a Caesar Cipher. The first row is a shift of 0; the second is a shift of 1; and the last is a shift of 25.
The Vigenere cipher uses this table together with a keyword to encipher a message. For example, suppose we wish to encipher the plaintext message:
TO BE OR NOT TO BE THAT IS THE QUESTION
using the keyword RELATIONS. We begin by writing the keyword, repeated as many times as necessary, above the plaintext message. To derive the ciphertext using the tableau, for each letter in the plaintext, one finds the intersection of the row given by the corresponding keyword letter and the column given by the plaintext letter itself to pick out the ciphertext letter.
Keyword: RELAT IONSR ELATI ONSRE LATIO NSREL
Plaintext: TOBEO RNOTT OBETH ATIST HEQUE STION
Ciphertext: KSMEH ZBBLK SMEMP OGAJX SEJCS FLZSY
Decipherment of an encrypted message is equally straightforward. One writes the keyword repeatedly above the message:
Keyword: RELAT IONSR ELATI ONSRE LATIO NSREL
Ciphertext: KSMEH ZBBLK SMEMP OGAJX SEJCS FLZSY
Plaintext: TOBEO RNOTT OBETH ATIST HEQUE STION
This time one uses the keyword letter to pick a column of the table and then traces down the column to the row containing the ciphertext letter. The index of that row is the plaintext letter.
The strength of the Vigenere cipher against frequency analysis can be seen by examining the above ciphertext. Note that there are 7 'T's in the plaintext message and that they have been encrypted by 'H,' 'L,' 'K,' 'M,' 'G,' 'X,' and 'L' respectively. This successfully masks the frequency characteristics of the English 'T.' One way of looking at this is to notice that each letter of our keyword RELATIONS picks out 1 of the 26 possible substitution alphabets given in the Vigenere tableau. Thus, any message encrypted by a Vigenere cipher is a collection of as many simple substitution ciphers as there are letters in the keyword.
Although the Vigenere cipher has all the features of a useful field cipher -- i.e., easily transportable key and tableau, requires no special apparatus, easy to apply, etc. -- it did not catch on its day. A variation of it, known as the Gronsfeld cipher , did catch on in Germany and was widely used in Central Europe. The Gronsfeld variant used the digits of a keynumber instead of a the letters of keyword, but remained unchanged in all other respects. So in fact the Gronsfeld is a weaker technique than Vigenere since it only uses 10 substitute alphabets (one per digit 0..9) instead of the 26 used by Vigenere.
Cryptanalyzing the Vigenere Cipher: The Kasiski/Kerckhoff Method
Vigenere-like substitution ciphers were regarded by many as practically unbreakable for 300 years. In 1863, a Prussian major named Kasiski proposed a method for breaking a Vigenere cipher that consisted of finding the length of the keyword and then dividing the message into that many simple substitution cryptograms. Frequency analysis could then be used to solve the resulting simple substitutions.
Kasiski's technique for finding the length of the keyword was based on measuring the distance between repeated bigrams in the ciphertext. Note that in the above cryptogram the plaintext bigram 'TO' occurs twice in the message at position 0 and 9 and in both cases it lines up perfectly with the first two letters of the keyword. Because of this it produces the same ciphertext bigram, 'KS.' The same can be said of plaintext 'BE' which occurs twice starting at positions 2 and 11, and also is encrypted with the same ciphertext bigram, 'ME.' In fact, any message encrypted with a Vigenere cipher will produce many such repeated bigrams. Although not every repeated bigram will be the result of the encryption of the same plaintext bigram, many will, and this provides the basis for breaking the cipher. By measuring and factoring the distances between recurring bigrams -- in this case the distance is 9 -- Kasiski was able to guess the length of the keyword. For this example,
Location: 01234 56789 01234 56789 01234 56789
Keyword: RELAT IONSR ELATI ONSRE LATIO NSREL
Plaintext: TOBEO RNOTT OBETH ATIST HEQUE STION
Ciphertext: KSMEH ZBBLK SMEMP OGAJX SEJCS FLZSY
the Kasiski method would create something like the following list:
Repeated Bigram Location Distance Factors
KS 9 9 3, 9
SM 10 9 3, 9
ME 11 9 3, 9
...
Factoring the distances between repeated bigrams is a way of identifying possible keyword lengths. Those factors that occur most frequently will be the best candidates for the length of the keyword. Note that in this example since 3 is also a factor of 9 (and any of its multiples) both 3 and 9 would be reasonable candidates for keyword length. Although in this example we don't have a clear favorite, we've narrowed down the possibilities to a very small list. Note also that if a longer ciphertext were encrypted with the same keyword ('RELATIONS'), we would expect to find repeated bigrams at multiples of 9 -- i.e., 18, 27, 81, etc. These would also have 3 as a factor. Kasiski's important contribution is to note this phenomenon of repeated bigrams and propose a method -- factoring of distances -- to analyze it.
Once the length of the keyword is known, the ciphertext can be broken up into that many simple substitution cryptograms. That is, for a keyword of length 9, every 9-th letter in the ciphertext was encrypted with the same keyword letter. Given the structure of the Vigenere tableau, this is equivalent to using 9 distinct simple substitution ciphers, each of which was derived from 1 of the 26 possible Caesar shifts given in the tableau. The pure Kasiski method proceeds by analyzing these simple substitution cryptograms using frequency analysis and the other standard techniques.
A variant of this method, proposed by the French cryptographer Kerckhoff, is based on discovering the keyword itself and then using it to decipher the cryptogram. In Kerckhoff's method, after the message has been separated into several columns, corresponding to the simple substitution cryptograms, one tallies the frequencies in each column and then uses frequency and logical analysis to construct the key. For example, suppose the most frequent letter in the first column is 'K'. We would hypothesize that 'K' corresponds to the English 'E'. If we consult the Vigenere tableau at this point, we can see that if English 'E' were enciphered into 'K' then row G of the table must have been the alphabet used for the first letter of the keyword. This implies that the first letter of the keyword is 'G'.
The problem with this "manual" approach is that for short messages there are often several good candidates for English 'E' in each column. This requires the testing of multiple hypotheses, which can get quite tedious and involved. Therefore we need a more sensitive test to discover the alphabet used by each letter of the keyword.
Recalling that each row of the Vigenere tableau is one of the 26 Caesar shifts, we can use the chi-square test to determine which of the 26 possible shifts was used for each letter of the keyword. This modern day version of the Kerckhoff method turns out to be very effective. And this is the algorithm that is used in CryptoToolJ's Vigenere Analyzer.
http://www.cs.trincoll.edu/~crypto/historical/vigenere.html
Maryyyy
"Transposition ciphers
In a transposition cipher, the letters themselves are kept unchanged, but their order within the message is scrambled according to some well-defined scheme. Many transposition ciphers are done according to a geometric design. A simple (and once again easy to crack) encryption would be to write every word backwards. For example "Hello my name is Alice." would now be "olleH ym eman si ecilA." A scytale is a machine that aids in the transposition of methods.
In a columnar cipher, the original message is arranged in a rectangle, from left to right and top to bottom. Next, a key is chosen and used to assign a number to each column in the rectangle to determine the order of rearrangement. The number corresponding to the letters in the key is determined by their place in the alphabet, i.e. A is 1, B is 2, C is 3, etc. For example, if the key word is CAT and the message is THE SKY IS BLUE, this is how you would arrange your message:
C A T
3 1 20
T H E
S K Y
I S B
L U E
Next, you take the letters in numerical order and that is how you would transpose the message. You take the column under A first, then the column under C, then the column under T, as a result your message "The sky is blue" has become: HKSUTSILEYBE
In the Chinese cipher's method of transposing, the letters of the message are written from right to left, down and up columns to scramble the letters. Then, starting in the first row, the letters are taken in order to get the new ciphertext. For example, if the message needed to be enciphered was THE DOG RAN FAR, the Chinese cipher would look like this:
R R G T
A A O H
F N D E
The cipher text then reads: RRGT AAOH FNDE
Many transposition ciphers are similar to these two examples, usually involving rearranging the letters into rows or columns and then taking them in a systematic way to transpose the letters. Other examples include the Vertical Parallel and the Double Transposition Cipher.
More complex algorithms can be formed by mixing substitution and transposition in a product cipher; modern block ciphers such as DES iterate through several stages of substitution and transposition."
It was used for tactical purposes by British forces in the Second Boer War and in World War I and for the same purpose by the Australians during World War II. This was because Playfair is reasonably fast to use and requires no special equipment. A typical scenario for Playfair use would be to protect important but non-critical secrets during actual combat. By the time the enemy cryptanalysts could break the message the information was useless to them [1].
From Kahn's 'The CodeBreakers':
Perhaps the most famous cipher of 1943 involved the future president of the U.S., J. F. Kennedy, Jr. On 2 August 1943, Australian Coastwatcher Lieutenant Arthur Reginald Evans of the Royal Australian Naval Volunteer Reserve saw a pinpoint of flame on the dark waters of Blackett Strait from his jungle ridge on Kolombangara Island, one of the Solomons. He did not know that the Japanese destroyer Amagiri had rammed and sliced in half an American patrol boat PT-109, under the command of Lieutenant John F. Kennedy, United States Naval Reserve. Evans received the following message at 0930 on the morning of the 2 of August 1943:" (Practicalcryptography.com)
KXJEY UREBE ZWEHE WRYTU HEYFS
KREHE GOYFI WTTTU OLKSY CAJPO
BOTEI ZONTX BYBWT GONEY CUZWR
GDSON SXBOU YWRHE BAAHY USEDQ
The translation:
PT BOAT ONE OWE NINE LOST IN ACTION IN BLACKETT
STRAIT TWO MILES SW MERESU COVE X CREW OF TWELVE
X REQUEST ANY INFORMATION.
I can't really relate this to what we're doing right now, but I'm sure we'll learn this when we start cryptography
post for 10/31
Prime factorization can be used for many many things. Some include finding the greatest common factor (GCF), lowest common multiple (LCM), and also divisors of a number.
Using prime factorization and knowing what the uses of it are can help you do all of these things effectively and quickly.
I can also imagine how it would be related to cryptography.
11/7
"RETURN TO ROME"
would be encrypted as,
"UHWXUA WR URPH"
In this example, 'R' is shifted to 'U', 'E' is shifted to 'H', and so on. Now, even if the enemy did intercept the message, it would be useless, since only Caesar's generals could read it.
Thus, the Caesar cipher is a shift cipher since the ciphertext alphabet is derived from the plaintext alphabet by shifting each letter a certain number of spaces. For example, if we use a shift of 19, then we get the following pair of ciphertext and plaintext alphabets:
Plaintext: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Ciphertext: T U V W X Y Z A B C D E F G H I J K L M N O P Q R S
To encipher a message, we perform a simple substitution by looking up each of the message's letters in the top row and writing down the corresponding letter from the bottom row. For example, the message
THE FAULT, DEAR BRUTUS, LIES NOT IN OUR STARS BUT IN OURSELVES.
would be enciphered as
MAX YTNEM, WXTK UKNMNL, EBXL GHM BG HNK LMTKL UNM BG HNKLXEOXL.
Essentially, each letter of the alphabet has been shifted nineteen places ahead in the alphabet, wrapping around the end if necessary. Notice that punctuation and blanks are not enciphered but are copied over as themselves."
The Caesar Cipher is basically just shifting the whole alphabet and doing codes from there on. A could be C. Then C would be E. You get the point.
Source: http://www.cs.trincoll.edu/~crypto/historical/caesar.html
week 4 prompt
www.hermann-uwe.de/blog/famous-unsolved-codes-and-ciphers
Alaina's blog, 7 Nov. 2010
Older methods of steganography include writing in lemon juice or tracing words through a piece of paper so that they have to be colored or shaded over to be seen.
Stealthy, right?
SOURCE:
http://home.cogeco.ca/~cipher/
Stephen's Post 11/7/2010
"In cryptography, a substitution cipher is a method of encryption by which units of plaintext are replaced with ciphertext according to a regular system; the "units" may be single letters (the most common), pairs of letters, triplets of letters, mixtures of the above, and so forth. The receiver deciphers the text by performing an inverse substitution.
Substitution ciphers can be compared with transposition ciphers. In a transposition cipher, the units of the plaintext are rearranged in a different and usually quite complex order, but the units themselves are left unchanged. By contrast, in a substitution cipher, the units of the plaintext are retained in the same sequence in the ciphertext, but the units themselves are altered."
It seems that this is one of the most famous methods of ciphering, or deciphering, to say the least.
"There are a number of different types of substitution cipher. If the cipher operates on single letters, it is termed a simple substitution cipher; a cipher that operates on larger groups of letters is termed polygraphic. A monoalphabetic cipher uses fixed substitution over the entire message, whereas a polyalphabetic cipher uses a number of substitutions at different times in the message, where a unit from the plaintext is mapped to one of several possibilities in the ciphertext and vice-versa."
Source: http://en.wikipedia.org/wiki/Substitution_cipher
Chase 11/7
Alberti used two different alphabets located on concentric rings - this means one ring is inside of or on top of another. By lining up two different letters, one from each ring, he could make a simple substitution alphabet in which he could create a cipher.
For example, if he aligned the A on the outer ring with the G on the inner ring, this would make the following substitution alphabet used to encrypt a message:
OUTER RING: ABCDEFGHIJKLMNOPQRSTUVWXYZ
INNER RING: GHIJKLMNOPQRSTUVWXYZABCDEF
From there, he could encrypt his message and send it to someone who knew the secret to revealing the message.
http://www.nsa.gov/kids/ciphers/ciphe00005.shtml
kaitlynnn's blogg
The key to decrypting the second message was the Declaration of Independence. Every number in the message refers to the first letter of a word in it. The third message is relatively uninteresting to treasure hunters, as it tells who the treasure belongs to. Apparently, no one has ever decrypted the first or third message.
There are a few good reasons to think that the pamplet is a hoax. For example, the first message would seem to use the same message of encryption as the second, but with a few much larger numbers, implying that the key document is much longer than the Declaration of Independence. But no matter how long a text is, you probably would not have to search 2000 words deep to find any letter you wanted. Besides, there is internal evidence that the key is actually the Declaration of Independence, and that the original message is mostly meaningless letters with no words, and with a few large numbers
Mal's Post
So. my understanding of Enigma is this. to decrypt a code, the receiver has to know which wheel to use and where to start on the wheel. Apparently this created a barrier during the war for the enemies. England deciphered the code, but kept it secret until like 30 years ago.
I don't know exactly how this is related to what we've been doing in number theory. Probably something to do with the probability that it would encrypt a letter for another letter given several wheels.
Feroz's Blog
"Rijndael is the block cipher algorithm recently chosen by the National Institute of Science and Technology (NIST) as the Advanced Encryption Standard (AES). It supercedes the Data Encryption Standard (DES). NIST selected Rijndael as the standard symmetric key encryption algorithm to be used to encrypt sensitive (unclassified) American federal information. The choice was based on a careful and comprehensive analysis of the security and efficiency characteristics of Rijndael's algorithm."
From what I understand it's used by the government, and it's made by two Belgian dudes.
Source:
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
11/7
source:
http://elonka.com/UnsolvedCodes.html
11/7/10
Source:
Loy, Jim. 2001. The Famous Beale Cipher. 7 Nov. 2010. http://www.jimloy.com/puzz/beale.htm.
Saturday, November 6, 2010
Week 4 Blog Prompt
Friday, November 5, 2010
Number Theory Blogs
Thursday, November 4, 2010
Alaina's blog, 31 october 2010
Sunday, October 31, 2010
Mal'ssssss
This prime factorization is related to crytography in that, most likely, different variations of prime numbers/factorization will be used when categorizing each letter.
OKAY..so I'm done. kthnxbye.
ahhh
question 2 .
okay, we are taking number theory/cryptography right? and what are we learing in this class i speak of, oh, that's right, prime factorization, so they obviously have something to do with each other, haha.
and do these blogs have to be 150 words too? becuase i remeber on previous blog prompts that they didn't require long answers.
Halloween Blog emohgniogm'i,syuguoywercs#
Uhh.......finding LCM's and GCD's?
Is it realted to cryptography?
possibly.......if I knew what cryptography was, I'd give you a definite answer though...
halloween post.
it's used for things like finding lcm, gcd, ... exponential form, # of divisors, product of divisors... & to simplify fractions, etc.
cryptography is used to break down & decipher codes. prime factorization is used to break down numbers.... sounds similar right? well i'm sure, in some strange way, it is used in cryptography. we'll probably learn how to do that in the 2nd semester.
Helen's Bloggggg
In class we use prime factorization to find the gcd, lcm, number of divisors, the product of the divisors, and many others things that I don't know how to do :). I think it is related to cryptography because it might help codes and stuff and it makes the number simpler.
Chapter 10
List:
- Cos(A+/-B)=CosACosB-/+SinASinB
- Sin(A+/-B)=SinASinB+/-CosBCosA
- Tan(A+B)=TanA+TanB/1-TaNATanB
- Tan(A-B)=TanA-TanB/1+TanATanB
Double Angles:
- Sin2A=2SinAcosA
- Cos2A=Cos2A-Sin2A
- Cos2A=Cos2A-1
- Cos2a=1-Sin2A
- Tan2A=2TanA/1-Tan2A
Half Angles:
- Sin2a=+/-(Square root)1-cosA/2
- cos2a=+/-(sqaure root)1+cosA/2
- tan2a=1-cosA/sinA=sinA/1+cosA
We use these formulas to find out these unknown trig functions ex:sin75degrees
Prime Factorizatioin
- Finding the GCM and LCM of sets and numbers
- Finding how many divisors a number has
- To find the product of the divisors of numbers using n^t(n)/2
- Place numbers in expo form
- Find the prime fact.
We used prime factorization because it would be helpful in breaking down large numbers into certain groups easier than some other methods.
I'm certain that Prime Factorization is related in cryptology since cryptology has something to do with breaking and deciphering codes using conventional methods. Prime Factorization is used in other maths to help solve numbers easily in different problems
Halloween Blog of the Dead -topsgolbredrum
10/31/10 CHASE :D
is prime factorization used in cryptography? im sure it is. cryptography... as far as i know, is the breakdown of hidden codes through numbers; im sure prime factorization plays its role in some forms of cryptography because it simplifies much more complicated numbers down to its primes, and that could be VERY useful in cracking code
Kaitlyn's blogggg
10/31/10
-to find the GCD/LCM of a set of numbers
-to find what prime numbers a number is divisible by
-to find the number of divisors a number has
-to find the product of the divisors of a number using the formula n^t(n)/2
-to put a number in exponential notation
-to basically break down very large numbers into work that is easier to decipher
*Is prime factorization related to cryptography?
Yes it sure is. Cryptography is basically the study of secret codes; how to make and break them..As far as I know anyway. And in order to break them, I'm sure you have to know the prime factorization of numbers to make it simpler and easier to understand. Of course if you were dealing with very large numbers, it would take a long time to decode them (or whatever you will have to do..). Using prime factorization just seems like it would make the process quicker and simpler. And I'm sure in cryptography there are many other methods to use besides the prime factorization, such as for instance, Bezout's Theorem and the Euclidean Algorithm...(And no I didn't already know this, I'm not that good, haha. I kinda sorta got this off of our topic list for the class :P)
Justin
Finding the prime factorization is very helpful becasue it is often easier to work with smaller numbers rather than doing intense math.
I believe that cryptogrophy will use prime factorizations to help decode the problems because you may be able to find a code and be able to realize that the gcd equals one letter than the same for antoehr.
It is very important that we learn to do the prime factorization of numbers because it is used in a varitety of problems.
Blog Prompt
What are the different uses of prime factorization? Include some we have done in class and some that you find. Also is it related to cryptography?
Wednesday, October 20, 2010
Feroz's Blog
I struggled with the word problems, like "find the number the divisors of 100,000,000,000 that are perfect squares" and stuff like that. Just not to that extent.
I never really took this class seriously, and I still don't, so I should probably do homework and rework problems to improve my grade.
Sunday, October 17, 2010
DaViD
Blog for 10/17
Hmm, I honestly don't think I've "mastered" any concepts this nine weeks, but I've started to get better with the whole LCM AND GCD thing
What concept did you struggle with the most? Why?
well, I have no clue actually, I'd have to go with finding prime numbers because I'd always forget one little common mistake and get the numbers wrong
What can you change this nine weeks in your study habits, etc to improve your grade?
I'd have to go with doing the homework twice I guess
Muuraaayyy
MalPal
What concept do you feel like you mastered this nine weeks?
Umm..Hello? Prime factorization. It gets intense sometimes, but you don't even have to really think about it, or at least I don't. I just divide and divide and divide till no end. So, to answer the question, I have indeed mastered prime factorization.
What concept did you struggle with the most? Why?
I struggled with the whole let's find all the multiples of whatever under 10000 that are perfect squares. I think I don't get this because I never know like what to put the prime factorization over like what you do with
What can you change this nine weeks in your study habits, etc to improve your grade?
Rework problems
Justin 6
kmart(:
Helen Melon :)
Alaina's blog, 17 October 2010
The concepts that we learned this nine weeks reflect on childhood math (elementary math). The GCD and LCM we learned in probably the 4th grade and had to learn again in 10th, 11th, and 12th grades. The concepts are fairly simple, but because we have been doing things much harder for a lot of years, we make them more complicated than they are.
The concept that I struggled with this nine weeks would be the product of all positive divisors of some number n. I can never remember the formula for this; therefore, I spend the majority of my time on tests doing this the long way. And I finally give up on it and move on to simpler problems.
This nine weeks, I could have studied a little bit more for the tests and quizzes in this class. Studying more would have improved my grades. I also procrastinate tremendously! So I need to work on these things.
10/17/2010
10/17/10
Recap Post
This nine weeks went by pretty fast with some pretty easy terms and topics. Hopefully the next three are the same!
Post
ReCaP
Saturday, October 16, 2010
postttt.
Thursday, October 14, 2010
4 most important numbers
Just thought I would add the thoughts off the top of my head to this one...
Blog Prompt
Monday, October 11, 2010
Some comments
I'll also comment that I feel like a lot of you (and by a lot of you I mean EVERY LAST ONE OF YOU) were VERY close-minded and didn't give any thought to the most important numbers in mathematics at ALL.
I assure you that there are FAR more important numbers out there than 4, 5, 100, etc. You guys REALLY should strive to think outside of the box sometimes. It won't hurt you and you might learn a thing or two really.
Sunday, October 10, 2010
alaina's blog, 10 oct. 2010
question 1: what is the relationship between the gcd and the lcm of two positive integers, a and b?
-the gcd and lcm have common multiples and, usually, the lcm and be divided by the gcd.
for example: (40, 24)
the prime factorization of 40= 2^3(5)
the prime factorization of 24= 2^3(3)
the lcm of 40 and 24 is 120
the gcd of 40 and 24 is 8
question 2: if you were asked to state what you think to be the four most important numbers of all mathematics. i'm not asking for your luck number, or 42, or 1337, or any other quirky/"clever" response. i want to know, mathematically speaking, what you think the four most important numbers are. justify your answer.
-i really do think the four most important numbers are 1,2,3, and 4 because ,first, these are the first numbers one learns as a child. second, when added in any combination, these numbers can form all other numbers 5-10. all numbers 1-10 are the basis for all other numbers, 11-infinity.
Set 2 combination:
question 1: what is the gcd and lcm of the numbers 36 and 84? what is the product of 36 and 84?
-3squared(2squared)=36; 2squared(3)(7)=84.
the gcd of 36 and 84 is 12
the lcm of 36 and 84 is 252
the product of 36 and 84 is 3024
question 2: if the product of two numbers, a and b, is 1024 and the lcm is 4096, what must their gcd be?
their greatest common divisor is 1024.
10/10/10 Post (Binary FTW)
Question 1.) What is the relationship between the gcd and lcm of two positive integers, a and b?
hmmm, I honestly have no clue at all
Question 2.) If you were asked to state what you think to be the four most important numbers to all of mathematics. I'm not asking for your lucky number, or 42, or 1337, or any other quirky/"clever" response. I want to know, mathematically speaking, what you think the four most important numbers are. P.S., the answer is not 1,2,3, and 4. (Also, there are no right or wrong answers, and if you REALLY think it's 1,2,3,4, just justify your answer VERY well.)
Justify briefly.
well, I'd have to say 0, 10, 100, and 1000 are probably the most important numbers in my opinion
just think about it, multiply anything times 0 and you get 0, or add anything to 0 and the sum doesn't change from the original number
as for 10, 100, and 1000, they create the easiest numbers to multiply and divide by, simple as that, as well as in addition and subtraction
Set 2, concrete:
Question 1.) What is the lcm and gcd of the numbers 36 and 84? What is the product of 36 and 84?
lcm: 252 gcd: 12 3024
Question 2.) If the product of two numbers, a and b, is 1024 and their lcm 4096, what must their gcd be?
4?
Sunday the 10th
10/10/10 omg triples
1. I think the relationship of the GCD and LCM of a and b is that they are both multiples of a and b
2.In my opinion the 4 most important numbers in math could be 2,3,5,7 because we use prime factorization a whole lot in number theory, which applies to several types of math and these are the 4 smallest primes used for prime factorization
concrete:
1.what is the lcm and gcd of 36 and 84? what is the product?
36
2^2x3^2
84
2^2x3x7
lcm=2^2x3^2x7=252
gcd=12
36x84=3024
lcmXgcd=3024
2.(a)(b)=1024
lcm=4096
well given the information about 36 and 84 i come up with 1/4 sooooooooo... hah
Kaitlyn's Post 10/10/10
Question 1) They both find common numbers that are related to both a and b. The lcm can be divided by both a and b. The gcd can go into both a and b.
Question 2) I think the four most important numbers are 0, 1, 2, and 5. 0 because anytime you divide by 0 or multiply by 0, it will end up being no solution or 0. 1 is important because 1 can go into any number at all. When you divide a number by 1 it ends up being that number. Same when you divide by 1. 2 is important because half the numbers in the world can be divided by 2, since 2 goes into all even numbers. 5 is important because when you are dealing with prime factorization, this number shows up a lot.
Set 2 concrete:
Question 1) GCD=12 LCM= 252
The product of these two numbers is = 3024
Question 2) I think to find this you divide the product by the lcm because when i did it with question 1 it worked. So if this is how you do this, the answer would be 1/4. I dont see how thats possible but yeahhhh. But if you just divide the larger number by the smaller number, this answer would come out to be 4.
10/10/10
1) The relationship between gcd and lcm is that both a and b are either multiples or divisor of each other.
2)I think the four most important number are 2,3,5 and 7 because they are the four smallest prime numbers and they for used in prime factorization often.
SET2- CONCRETE
1)GCD(36,84)=12
LCM(36,84)=252
PRODUCT(252*12)=3024
2)I took the product and divided it by the lcm and got 1/4? so lol it might not be right
10/10/10
10/10/10 hahhah
Question 2) I think the four most important numbers are 0 2 3 5 what have we been doing in number theory this whole time? dealing with prime factorization, so these are the smallest prime numbers. 0 is important because anything divided or multiplied by 0 is either impossible or 0. 2 is important because its also even so you can tell if a number is even and use it in prime factorization. 3, because so many numbers are multiples of 3. the same thing with 5, you can automatically tell if a number is divisible by 5 by looking at the end number, wether it be 5 ir zero.
set 2
question 1)
the GCD is 12, the lcm is 252
multiply them together and you get
product=3024
question 2)
B-Rob showed us how to find this, but it came out as 1/4, never got an answer like that so let's go with that.
10/10/10 Post
1) The relationship between the gcd and lcm of a & b is that the gcd will always be a divisor of the lcm.
2) I think the most important numbers in mathematics are 2, 3, 5, and 7. I think this because they are the four prime numbers, and you can do many things with them. With 2 you can tell if something is even or odd by dividing that number by 2 and seeing if there is a remainder. If there is one, then the number is odd. I also think 3, 5, and 7 are important because they are the next smallest primes and are used very often when dealing with prime factorization.
Set 2.
1) LCM[36,84] = 12
GCD[36,84] = 252
36 * 84 = 3024 = 12 * 252 = LCM*GCD
2) a*b = 1024
lcm[a,b] = 4096
gcd[a,b] = ?
lcm*gcd = product
gcd = product/lcm
gcd = 1024/4096
gcd = 1/4
I don't think that there can be a non-integer gcd, so I therefore think this is probably wrong.
Ryan Breaud
10/10/10
1.) The gcd and lcm usually have common multiples or one of the numbers is the divisor of the other. For example: gcd and lcm (24, 54)
*find the prime factorization first and you get that
24's prime factorization is 2^3(3)
54's prime factorization is 3^3(2)
LCM = 216
GCD = 6
*In this case, 6 is a divisor of 216
2.) I think the four most important numbers in mathematics are 0, 1, 2, and 3.
0 is important because often when it is involved in some problems, the answer may be 0 or possibly undefined. i.e. whenever 0 is involved, several things cancel out because of it. 1 is also important because it is a simple number with simple rules to it..as in if it were involved in addition or subtraction, it doesn't dramatically change the solution to a problem; whereas when it's involved in multiplication or division, it doesn't change the answer at all because when multiplying or dividing a # by 1, you get that #. 2 is also important because it is the the number that can go evenly into most numbers (well I think so); especially since 2 is in the majority of categories of numbers, i.e.--2 is an integer, a whole #, natural #, even, power of 2, prime..etc. Lastly, 3 is another important number because it aquires some of the same characteristics as 2...3 is an integer, whole #, natural #, prime, odd. Also 3 is used when cubing a number or cuberooting it, as 2 is used when you want to find half of something or when you want to square a # or square root it.
Set 2:
1.) (36, 84)
*To find the gcd and lcm, you first find the prime factorization of both numbers.
36's prime fact. is 2^2(3^2)
84's prime fact. is 2^2(3)(7)
*Using the prime factorizations you find that the GCD = 12 and LCM = 252
*The product of 36 and 84 (which is also the product of the GCD & LCM) is 3024
2.) Okay for this question, I have no idea what to do because I tested it out with the gcd and lcm you gave in question 1 and it worked (because you take the product and divide it by the lcm)..but for this one I got 1/4...So I'm thinking maybe you multiply 1/4 by 1024 and get that the gcd is 256? (that's most likely wrong, but I tried..)
october 10 post
1) the relationship between the lcm and gcd of two positive integers a & b, is that both numbers are either multiples or divisors of a & b.
2)I think one of the 4 most important numbers is 0. because when you do anything with 0, you usually end up with 0. Another important number is 1, because when multiplying or dividing by one, you end up with the OTHER number. Another important number is 2 because it is the first prime number, the first even number, you can get ANY even number if you multiply anything by 2. it is used for formulas to find every odd/even number. it probably is the MOST important. And I think another important number is 5. just because it seems like that would be the other number
set 2:
1) lcm=252... gcd=12... product=3024
2)i honestly don't know how to find the gcd with only the information given to me..
Friday, October 8, 2010
Blog Prompt, October 8, 2010
Anyways, here's this week's. It should be relatively laid back and mostly opinionated:
All questions are required:
Set 1, abstract:
Question 1.) What is the relationship between the gcd and lcm of two positive integers, a and b?
Question 2.) If you were asked to state what you think to be the four most important numbers to all of mathematics. I'm not asking for your lucky number, or 42, or 1337, or any other quirky/"clever" response. I want to know, mathematically speaking, what you think the four most important numbers are. P.S., the answer is not 1,2,3, and 4. (Also, there are no right or wrong answers, and if you REALLY think it's 1,2,3,4, just justify your answer VERY well.)
Justify briefly.
Set 2, concrete:
Question 1.) What is the lcm and gcd of the numbers 36 and 84? What is the product of 36 and 84?
Question 2.) If the product of two numbers, a and b, is 1024 and their lcm 4096, what must their gcd be?
Sunday, October 3, 2010
Blog Prompt #4
1332
6x222
2x3 2x111
3x37
Answer: 2x3^2x37
Question 2:
240, 120x2, 60x2, 30x2, 15x2, 5x3 Prime Factorization= 2^4x3x5
840, 420x2, 210x2, 105x2, 21x5, 7x3 Prime Factorization= 2^3x3x5x7
GCD: 4
LCM: 1680
Question 3:
133 and 103 are both prime numbers. I added the factors together to see if anything can go into them, and then checked by regular division.
Question 4:
2= 1
3= 1
5= 0
13= 9
I did not feel like using the prime factorization for this method so i am not going to lie, I just did regular divison with some help from my calculator.
Alaina's post, 3 Oct. 2010
What is the prime factorization of 1332?
1332->3, 444->2, 222->2, 111->3, 37
2*32*37
Question 2:
What is the gcd and lcm of 240 and 840?
GCD: 240->2, 120->2, 60->2, 30->2, 15->3, 5
prime factorization=24*3*5
840->2, 420-> 2, 210->2, 105->5, 21->3, 7
prime factorization=23*3*5*7
4*1*1=4
LCM:24*3*5*7
16*3*5*7=1680
Question 3:
Is 133 prime? What about 103? How did you find out that it is/is not (without looking it up)?
Both 133 and 103 are prime. You cannot find the prime factorization of either. None of the small primes go into either 133 or 103.
Question 4:
What is the remainder whe 4803925 is divided by 2? When it is divided by 3? By 5? By 13? How did you figure each out?
4803925/2= remainder of 1
4803925/3= remainder of 1
4803925/5= remainder of 0
4803925/13= remainder of 9
I really didn't feel like using the prime factorization method so I just divided. Finding the remainder when dividing by 2 and 5 were very easy. 5 goes into anything that ends in a 5 or 0 evenly. 2 goes into anything that is even so because it is odd, the remainder is 1. 3 goes into all of the numbers except 4803925 so i only divided 3 into 25-> remainder of 1. 13 was the hardest of them. it just required some simple long division.
Monday, September 27, 2010
Post # 4
13322 * 6662 * 9 * 742 * 3 * 3 * 2 * 372^2 * 3^2 * 37
GCD and LCM of 240 and 840.
240 10 * 245 *
GCD= 2^3 * 3 * 5 = 120
LCM = 2^4 * 3 * 5 * 7 = 1680
If you divide both prime numbers starting with the smallest prime number and continuing to increase the number, you will realize that 19133 isn't prime; but 103 is.
The biggest number that thirteen is divisable by is 480316; since that is nine numbers less than a number divisable by it, the remainder is nine.
and that's about all i can do on this blog.
i'm not sure if i should know how to do this stuff..
or look it up. or maybe i'm just not thinkging properly.
Sunday, September 26, 2010
Connor's blog 4
Question 1:
What is the prime factorization of 1332?
Question 2:
What is the gcd and lcm of 240 and 840?
Question 3:
Is 133 prime? What about 103? How did you find out that it is/is not (without looking it up.)
Question 4:
What is the remainder when 4803925 is divided by 2? What is it when it is divided by 3? By 5? By 13?
How did you figure each of these out?
Q1: 1332
2 x 666 ZOMG 666, THE NUMBER OF THE BEAST :O
2 x 333
3 x 111
3 x 37
2^2 x 3^2 x 37
Q2: GCD and LCM 240 and 840
GCD: 840-240=600
600- 240=360
360-240=120
240-120=120
LCM: 2^4 x 3 x 5 x 7 = 1680
Q3: 133 isn't prime; because I'm good like that and I checked it with numberrsss
103 is prime; same as the above reason
Q4: 4803925/2 = 2401962.5
4803925/3 = 1601308.3(repeating)
4803925/5 = 960785.0
4803925/13 = 369532.692
how did I figure them out? I used a calculator of course
Connor's blog 4
Question 1:
What is the prime factorization of 1332?
Question 2:
What is the gcd and lcm of 240 and 840?
Question 3:
Is 133 prime? What about 103? How did you find out that it is/is not (without looking it up.)
Question 4:
What is the remainder when 4803925 is divided by 2? What is it when it is divided by 3? By 5? By 13?
How did you figure each of these out?
Q1: 1332
2 x 666 ZOMG 666, THE NUMBER OF THE BEAST :O
2 x 333
3 x 111
3 x 37
2^2 x 3^2 x 37
Q2: GCD and LCM 240 and 840
GCD: 840-240=600
600- 240=360
360-240=120
240-120=120
LCM: 2^4 x 3 x 5 x 7 = 1680
Q3: 133 isn't prime; because I'm good like that and I checked it with numberrsss
103 is prime; same as the above reason
Q4: 4803925/2 = 2401962.5
4803925/3 = 1601308.3(repeating)
4803925/5 = 960785.0
4803925/13 = 369532.692
how did I figure them out? I used a calculator of course
Jeffers.!
2 666
2 333
3 111
3 37
2^2 * 3^2 *37
2. GCD and LCM of 240 and 840
2 120
2 60
2 50
2 15
3 5
2^4 * 3*15
3. 840
2 420
2 210
2 105
5 21
3 7
2^3*5*7
GCD=2^3 * 3*5=120
LCM=2^4* 3*5*7= 1680
4.are 133 or 103 prime?
133 is not prime, it is divisible by 7 and 19.
103 is prime b/c it has no other factors beside 1 and itself.
You use a factor tree to solve this out, if you are unable to, then its prime
5. 4803925/2
I solved this by using loooong division.
2=1(odd number)
3=1(number adds to give you 31,one over 30 a multiple of 3)
5=0(goes into number evenly because 5 can go into any number evenly that ends in 0 or 5.)
13=9
Justin 4
3 444
4 111
3 37
2^2x3^2x37
2. find the gcd and lcm of 240 and 840
240
3 80
8 10
2 5
2^4x3x5
840
7 120
5 24
3 8
2^3x3x5x7
GCD=2^3x3x5=120
LCM=2^4x3x5x7=1680
3. are 103 and 133 prime?
133 is not
103 is
divide by prime numbers to find out
4.remainder when 4083925 is diveded by 2, 3, 5, and 13
a. divide by 2 R=1
b. divide by 3 R=1 the digits add up to 31
c. divide by 5 R=0
d. divide by 13 R=9
Heather's #4
1332
2(666)
2(333)
3(111)
3(37)
= 2^3 x 3^3 x 7
2.) GCD (240, 840)
*Prime factorizations:
240:
2(120)
2(60)
2(30)
2(15)
3(5)
=2^4 x 3 x 5
840:
2(420)
2(210)
2(105)
3(35)
5(7)
= 2^3 x 3 x 5 x 7
*To find the GCD, you look at the prime factorization of 240 and 840. You cross out the numbers they do not have in common (so for this one you would rule out 7). Then you multiply the numbers in common that have the least exponent.
*So you would take 2^3 x 3 x 5
GCD = 120
LCM (240, 840)
*For this you still use the prime factorization of both numbers but instead you multiply each number there with the highest exponent (and you include every number present, whether they have it in common or not)
*So you would get 2^4 x 3 x 5 x 7
LCM = 1680
3.) Is 133 prime? NO...Is 103 prime? YES!
*I simply used divisibility rules. And 133 is composite because I found that 7 can go into it evenly, whereas nothing can go into 103.
4.) Remainders when 4803925...
*is divided by 2 -- remainder is 1
*divided by 3 -- remainder is also 1
*divided by 5 -- there is NO remainder. 5 goes in evenly (divisibility rules say that 5 can go into any number that ends in a 5 or zero evenly)
*divided by 13 -- remainder is 9
**I found these out simply by dividing 4803925 by every number given, except 5.
Prompt 4 from Ryan
1332
2 * 666
2 * 9 * 74
2 * 3 * 3 * 2 * 37
2^2 * 3^2 * 37
GCD and LCM of 240 and 840.
240
10 * 24
5 * 2 * 2 * 12
5 * 2 * 2 * 6 * 2
5 * 2 * 2 * 3 * 2 * 2
2^4 * 3 * 5
840
10 * 84
5 * 2 * 2 * 42
5 * 2 * 2 * 2 * 21
5 * 2 * 2 * 2 * 3 * 7
2^3 * 3 * 5 * 7
GCD = 2^3 * 3 * 5 = 120
LCM = 2^4 * 3 * 5 * 7 = 1680
Are 133 or 103 prime?
You have to divide both by prime numbers starting with 2 and keep going until the number you are dividing by is bigger than the quotient.
133/7 = 19
133 is not prime
103 is prime.
R when 4803925 is divided by 2, 3, 5, and 13.
By 2, it will be R1 because it is an odd number.
By 3, it will be R1 because the number add to give you 31, which is one over a multiple of 3.
By 5, it will be R0 because 5 goes into the number evenly.
By 13, I found the biggest number 13 could go in to less than 4803925, and I got 480316. Since 480316 is 9 less than 4803925 then the remander is 9.
Feroz - Prompt 4
1332
2 x 666
2 x 3 x 222
2 x 3 x 2 x 111
2 x 2 x 3 x 3 x 37
2. LCM of 240 and 840
240 = 2^4 x 3 x 5
840 = 2^3 x 3 x 7 x 5
= 120
3. Is 133 and 103 prime? And how do I know?
Well, 140 is divisible by 7. I subtracted 7 from 140 and got 133. So it's composite.
And for 103 I used the Sieve of Eratosthenes. And it's prime.
4. Remainder of 4803925 when divided by 2, 3, 5, and 13.
Any odd number divided by 2 has a remainder of 1. So 2: 1
For 3 I took the last two digits (25) and divided it by 3 ( 3 x 8 = 24). So 3: 1
It ends with a 5, so 5: 0
Unfortunately, I do not know a clever way for 13, so I used long division. 13: 9
Promp #4
What is the prime factorization of 1332?
(2,666)->(2,333)->(3,111)->(3,37)
22*32*37
Question 2:
What is the gcd and lcm of 240 and 840?
240=24*3*5; 840=23*3*5*7
gcd=23*3*5
gcd=120
lcm=24*3*5
lcm=840
Question 3:
Is 133 prime? What about 103? How did you find out that it is/is not?
Yes, 133 is prime, so is 103. When each is divided by one of the small primes, there is a remainder of 1, 3, or 13.
Question 4:
What is the remainder when 4803925 is divided by 2? What about 3? 5? and 13? How did you figure each out?
4803925/2 = 2401962 with a remainder of 1.
4803925/3 = 1601908 with a remainder of 1.
4803925/5 = 960785 with no remainder.
4803925/13 = 36958 with a remainder of 1.
Prompt 4
1332
2 x 666
2 x 3 x 222
2 x 3 x 2 x111
2 x 2 x 3 x 3 x 37
QUESTION 2:
240
2 x 120
2 x 6 x 20
2 x 2 x 3 x 5 x 4
2 x 2 x 2 x 3 x 2 x 5
2^4 x 3 x 5
840
2 x 420
2 x 2 x 210
2 x 2 x 2 x 105
2 x 2 x 2 x 5 x 21
2 x 2 x 2 x 5 x 3 x 7
2^3 x 3 x 5 x 7
gcd= 2^3 x 3 x 5 = 120
lcm= 2^4 x 3 x 5 x 7 = 1680
QUESTION 3:
No, its divisible by 7 and 19
Yes, it is only divisible by 1 and itself.
To find then out you are going to figure out what each number is divisble by and if it is divisble by more numbers than 1 and itself then is composite, and if not then it is prime.
QUESTION 4:
I did long division for this.
2 = 1
3 = 1
5 = 0
13 = 9
Mary's Blog 4!
1332
2x666
2x3x222
2x3x2x111
2x2x3x3x37
B)gcd(240,840)
240
2x120
2x6x20
2x2x3x5x4
2x2x2x3x2x5
2^4x3x5
840
2x420
2x2x210
2x2x2x105
2x2x2x5x21
2x2x2x5x3x7
2^3x3x5x7
gcd=2^3x3x5=120
lcm=2^4x3x5x7=1680
C) is 133 prime?
no, its divisible by 7 and 19
is 103 prime?
yes, it has no factors except 1 and itself.
so find this out, you attempt to make a factor tree, and if you can't, you know that its prime, or you can guess and check with a few numbers
D) 4803925/2
i just used regular old division on some paper for this
2=1
3=1
5=0 because it went evenly
13=9
Mal's Whatever post...
What is the prime factorization of 1332?
1332
2*666
2*2*333
2*2*3*111
2*2*3*3*37
2^2*3^2*37
Question 2:
What is the gcd and lcm of 240 and 840?
Prime factorization of each is:
240=2^4**3*5
840=2^3*3*7*5
so the gcd after taking all of the common numbers between the factorization and the lowest of those and multiplying it together(if that makes any sense) gives you:
gcd(240, 840)=120
now for lcm, you take the highest exponent between the two over every numbers...so this gives you:
lcm(240, 840)=1680
Question 3:
Is 133 prime? What about 103? How did you find out that it is/is not (without looking it up.)
Okay. so what I did for this thing is use the Sieve of Eran...something. So after writing the first couple of rows of the sieve starting from 101, I went through that process where you start with 2 and so on, crossing out all the multiples of prime numbers. Okay> so...the following I believe to be true:
133-composite...it gets canceled out by 7 in the sieve
103-prime. nothing goes into it.
Question 4:
What is the remainder when 4803925 is divided by 2? What is it when it is divided by 3? By 5? By 13?
How did you figure each of these out?
So when I saw this, I was extremely tempted to just plug it in my calculator. That said, I did not.
I then began just dividing using long division (imagine that!). However, I do recognize that I can just find the prime factorization of it and put that over the number I'm dividing by. Again though, I relized that for say 5, I could just use my divisibility rules...5 obviously will go into a number evenly if it ends in what? 0 or 5 right? and this number does...so the remainders are as follows:
2:1
3:1
5:0
13:9
Helen's Blog #4
1332:
12x111
3x4x3x37
3x2x2x3x37
2²x3²x37
Question 2:
gcd(240,840)
240:
24x10
3x8x2x5
3x4x2x2x5
3x2x2x2x2x5
240= 2^4x3x5
840:
84x10
4x21x2x5
2x2x3x7x2x5
840= 2³x3x5x7
GCD = 2³x3x5= 120 LCM= 2^4x3x5x7=1680
Question 3:
133 is not a prime because you can divide it by 19 and 7. 103 is a prime because it is only divisible by itself.
Question 4:
Divide by 2: R=1
Divide by 3: R=1
Divide by 5: R=0
Divide by 9: R=9
I kept dividing until I couldn't divide anymore.
Kaitlyn's Blog #4
1332
3 x 444
3 x 148
2 x 74
2 x 37
The prime facorization of 1332 is: 2^2 x 3^2 x 37
Queston 2:
240
3 x 80
2 x 40
2 x 20
2 x 10
2 x 5
240= 2^4 x 3 x 5
840
3 x 280
2 x 140
2 x 70
2 x 35
5 x 7
840= 2^3 x 3 x 5 x 7
gcd (240,840)= 2^3 x 3 x 5= 120
lcm (240,840)= 2^4 x 3 x 5 x 7= 1680
Question 3:
133 is not prime, it is divisible by 7 and 19. 103 is prime because it can't be divided evenly by any number except 1 and itself.
Question 4:
2= 1
3= 1
5= 0
13= 9
I divided each of them on a piece and paper, and the last number that came out that i could not do anything with was the remainder.
post 4
2-666
2-333
3-111
3-37
2. (240,840) gcd = 120 ..... lcm = 1680
gcd-prime factorization multiply all common numbers with least exponent
lcm-prime factorization multiply all numbers with highest exponent
3.133 isn't prime, it is divisible by 7.(it may divisible by more i just stopped there) i just did guess & check.
103 i think is prime because you check all the numbers up to half way way.. which in this case would be 51.5
4.the remainder is one when divided by two.
the remainder is two when divided by three.
the remainder is zero when divided by five.
the remainder is nine when divided by thirteen.
you find the multiple of the number given before the number you are dividing the given number into... and find the difference
Blog #4 Stephen
What is the prime factorization of 1332?
What is the gcd and lcm of 240 and 840?
Is 133 prime? What about 103? How did you find out that it is/is not (without looking it up.)
What is the remainder when 4803925 is divided by 2? What is it when it is divided by 3? By 5? By 13?
How did you figure each of these out?