Question

25. Ifn e N and 2n - 1 is prime, then n is prime. Proof. Assume n is not prime. Write n-ab for some a,b >1. Then 2n-1- 2b-1-(

For number 25, can someone explain to me how they got (2^(ab-b)+2^(ab-2b)+2^(ab-3b)+...+(2^(ab-ab)) and how they reached to that conclusion?

For number 29, can someone explain to me how "it can't be greater than the greatest common divisor of a-b and b"? I would think that gcd(a, b) would be greater than gcd(a-b, b) because "a" and "b" are bigger than "a-b" and "b" so that confused me. Thank you!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ab-ab + 2 ab - ab a 2 ab-b ab-2b 2 2-2 ab-b ab-b ab ab.2b ab-2b ab-sb 2 2 ab-3b 2 Conhnung like this ab-(a-)b ab-ab 2 2 ab-abab b 14- lo tat ab-b ab b ab-ab aue encegcd a aod b. and anu anethey Cownmon dvisor dt a and o also dvides d. Heie we qp calab, P ab 7o and alb Aoen a

Add a comment
Know the answer?
Add Answer to:
For number 25, can someone explain to me how they got (2^(ab-b)+2^(ab-2b)+2^(ab-3b)+...+(2^(ab-ab)) and how they reache...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 2gcd(a/2, b/2) if a, b are both even ged(a, b/2)if a is odd, b is even...

    2gcd(a/2, b/2) if a, b are both even ged(a, b/2)if a is odd, b is even ged(a,bged(a/2, b) if a is even, b is odd gcd(a -b)/2, b) if a, b are both odd (b) Give an efficient divide-and-conquer algorithm for greatest common divisor, based on the above. (c) Express the running time of your algorithm for the case where a and b are both n-bit numbers. Recall that dividing by two results in the removal of one bit from...

  • T'he goal of this problem is to establish the following remarkable result: Bezout's theorern. If a, be Z50, then 3x, y є Z such that gcd(a, b) = ax + by. Here ged(a, b) denotes the greatest c...

    T'he goal of this problem is to establish the following remarkable result: Bezout's theorern. If a, be Z50, then 3x, y є Z such that gcd(a, b) = ax + by. Here ged(a, b) denotes the greatest common divisor of a and b (i.e. the largest positive integer that divides both a and b). Throughout this problem, we'll use the notation (a) Write down five numbers that live in 2Z +3Z. What's a simpler name for the set 2Z +3Z?...

  • 8. Define (n) to be the number of positive integers less than n and n. That...

    8. Define (n) to be the number of positive integers less than n and n. That is, (n) = {x e Z; 1 < x< n and gcd(x, n) = 1}|. Notice that U (n) |= ¢(n). For example U( 10) = {1, 3,7, 9} and therefore (10)= 4. It is well known that (n) is multiplicative. That is, if m, n are (mn) (m)¢(n). In general, (p") p" -p Also it's well known that there are relatively prime, then...

  • Can someone please help explain this problem Find the critical numbers of f(x) . x.a- 0.3....

    Can someone please help explain this problem Find the critical numbers of f(x) . x.a- 0.3. 12 12 12 0.4,7 0,3, 12 0,3, 12 10. pts A) B The graph of a function y-f) is shown. At which V point(s) are the following true? (a) and are both positive. dx dx dy 0) dand dr are both negative (C) dx is negative but d? is positive. f(A dy g (x) HINT of the curve at that point

  • Can someone please help me with these questions? There is one example given. The solution should...

    Can someone please help me with these questions? There is one example given. The solution should be like that. Necessary lines of codes which can run in dr.Racket. thank you!! Here is an example of using the llisting package to display code. Check the preamble to see where this is imported and set up. After that you will see a sample interaction from the DrRacket console to show how this function could be tested. You should provide similar listings and...

  • Please explain step by step on how you get your answer b) 2 - th(y)+ Solve...

    Please explain step by step on how you get your answer b) 2 - th(y)+ Solve the following differential equations: dy 5 + 2x a) 1 - v3y dy c) ; y(2) = 0 dx y 21 dy 1 + y d) My(0) = -1 2 dt 1 + 2 y dx 1 + x dy dy y e) X + 2 y = x'; x > = x'; x > 0; y(1) = 0 f) X = x; x...

  • I have to use the following theorems to determine whether or not it is possible for...

    I have to use the following theorems to determine whether or not it is possible for the given orders to be simple. Theorem 1: |G|=1 or prime, then it is simple. Theorem 2: If |G| = (2 times an odd integer), the G is not simple. Theorem 3: n is an element of positive integers, n is not prime, p is prime, and p|n. If 1 is the only divisor of n that is congruent to 1 (mod p) then...

  • Can someone explain these three questions for me? Thanks. Answers are provided Use the code segment...

    Can someone explain these three questions for me? Thanks. Answers are provided Use the code segment below for problems 6-7 int x = 1; int y - 0 int z 1: if(! (x && y) ) x 0; İf ( ! (x 11 y) ) y+= (x + y) % 2 == 0 ? 1 : 0; printf ("Total #1 : %d\n", x + y + z); printf ("Total #2: %d\n", !x + !y + !2); 6. Which of the...

  • We know that we can reduce the base of an exponent modulo m: a(a mod m)k...

    We know that we can reduce the base of an exponent modulo m: a(a mod m)k (mod m). But the same is not true of the exponent itself! That is, we cannot write aa mod m (mod m). This is easily seen to be false in general. Consider, for instance, that 210 mod 3 1 but 210 mod 3 mod 3 21 mod 3-2. The correct law for the exponent is more subtle. We will prove it in steps (a)...

  • Can someone help me in number 1, 2 and 3? Thank you 1. (a) What is...

    Can someone help me in number 1, 2 and 3? Thank you 1. (a) What is the sample space S for flipping a coin until you get a head or 4 consecutive tails? Write down your sample space by listing the elements. (b) An experiment involves tossing a pair of dice, one green and one red, recording the numbers that come up. These are special dice. Each die has only 5 sides and are labeled with the numbers 1, 2,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT