Question

Activity 6.6. (a) A positive integer that is greater than 11 and not prime is called...

Activity 6.6.

(a)

A positive integer that is greater than 11 and not prime is called composite.

Write a technical definition for the concept of composite number with a similar level of detail as in the “more complete” definition of prime number.

Note.

A number is called prime if its only divisors are 1 and itself.

This definition has some hidden parts: a more complete definition would be as follows.

A number is called prime if

  1. it is an integer,
  2. it is strictly greater than 1,1, and
  3. there does not exist any other number greater than 11 which divides it.

Don't just define it as “not prime.” And make sure that the equality 7=1×7 can't be used to justify the statement “7 is composite” by your definition (because prime 7 is most definitely not composite).

(b)

Prove by proving the contrapositive: If 2^n−1 is prime, then n is prime.

hint:

You may find the following “difference of powers” factorization formula useful:

a^m−b^m=(a−b)(a^m−1+a^m−2b+a^m−3 b^2+⋯+a^2b^m−3+ab^m−2+b^m−1).

Hint

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A prime number (or a prime) is an integer greater than 1 that is not a...
A prime number (or a prime) is an integer greater than 1 that is not a product of two smaller integer. Created a program on visual studio named PrimeNumberTest that does the following: 1) prompt the user for input of an integer 2) test if the integer is a prime number 3) display the test result  
A prime number is an integer greater than 1 that is evenly divisible by only 1...
A prime number is an integer greater than 1 that is evenly divisible by only 1 and itself. For example, 2, 3, 5, and 7 are prime numbers, but 4, 6, 8, and 9 are not. Create a PrimeNumber application that prompts the user for a number and then displays a message indicating whether the number is prime or not. Hint: The % operator can be used to determine if one number is evenly divisible by another. ( Java programing...
An integer 'n' greater than 1 is prime if its only positive divisor is 1 or...
An integer 'n' greater than 1 is prime if its only positive divisor is 1 or itself. For example, 2, 3, 5, and 7 are prime numbers, but 4, 6, 8, and 9 are not. Write a python program that defines a function isPrime (number) with the following header: def isPrime (number): that checks whether a number is prime or not. Use that function in your main program to count the number of prime numbers that are less than 5000....
Prove that a natural number m greater than 1 is prime if m has the property...
Prove that a natural number m greater than 1 is prime if m has the property that it divides at least one of a and b whenever it divides ab.
A positive integer is called a novenary if all of its prime factors are less than...
A positive integer is called a novenary if all of its prime factors are less than or equal to 9. Find two sets A and B of distinct novenary numbers so that if you sum the square roots of the numbers in A and subtract the sum of the square roots of the number in B the answer is close to zero.
4. Prove that if p is a prime number greater than 3, then p is of...
4. Prove that if p is a prime number greater than 3, then p is of the form 3k + 1 or 3k + 2. 5. Prove that if p is a prime number, then n √p is irrational for every integer n ≥ 2. 6. Prove or disprove that 3 is the only prime number of the form n2 −1. 7. Prove that if a is a positive integer of the form 3n+2, then at least one prime divisor...
Use Python to Complete the following on a single text file and submit your code and...
Use Python to Complete the following on a single text file and submit your code and your output as separate documents. For each problem create the necessary list objects and write code to perform the following examples: Sum all the items in a list. Multiply all the items in a list. Get the largest number from a list. Get the smallest number from a list. Remove duplicates from a list. Check a list is empty or not. Clone or copy...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5,...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5, 13.0, 3.2, -1.1, 7.0, 0.5, 3.9, 2.1, 4.1, 6.5 In Tasks 1-8 you are asked to conduct some computations regarding this data. The computation should be carried out manually. All the steps that go into the computation should be presented and explained. (You may use R in order to verify your computation, but not as a substitute for conducting the manual computations.) A Random...
READ THE CASE STUDY AND ANSWER THE FOLLOWING QUESTIONS 2nd CASE: An Unexplained Death A 65-year-old...
READ THE CASE STUDY AND ANSWER THE FOLLOWING QUESTIONS 2nd CASE: An Unexplained Death A 65-year-old man of Scandinavian descent was rushed to the Emergency Room of your local hospital after a family member discovered him unconscious in his home. The woman who dialed “911” told the dispatcher that the man, her brother, was the local librarian of the past 10 years and had no spouse or children. She reported that they had spoken the day before, and he had...