Math 502
Written Assignment No. 2

due Wednesday, March 7, 2007

Directions: Use Maple for assistance in responding to the following problems. Please typeset your solutions. Explain what you have done. Maple session details are not necessary unless you think it important to include them. Accuracy is important.

Although you may refer to books and notes, you may not seek help from others on this written assignment.

Answer the following questions:

  1. What is the length of the repeating pattern in the decimal expansion of

     {1}/{1 + 2^{100}}  ?  

    (Don't even think about trying to compute the expansion.)

  2. If P = a + b x + c x^{2} + d x^{3} + e x^{4} + f x^{5} is a polynomial, find polynomials q_{0}, q_{1}, q_{2}, … of degree at most 1 such that

     P  =  SUM_{j  >=  0}^{2}[ q_{j} (x + 1)^{j} ]    . 

  3. Factor the polynomial x^{31} - 1 as

    1. a rational polynomial.

    2. a polynomial mod 2.

    3. a polynomial mod 3.

    4. a polynomial mod 5.

  4. Find the partial fraction expansion of

     {1}/{x^{31} - 1} 

    regarded as a “rational function” with coefficients mod 2.

  5. The sequence of integers

     [61, 13, 25, 37, 13, 28, 17, 81, 40, 3, 75, 91, 13, 25, 20, 37, 81,
      25, 91, 95, 25, 91, 17, 70, 37, 17, 25, 77, 25, 75, 85, 25, 13, 91,
      3, 25, 19, 75, 20, 37, 19, 81, 25, 3, 91, 25, 23, 37, 25, 73, 37,
      17, 81, 25, 85, 37, 28, 59, 17, 37, 6]
    is the sequence of 17-th powers mod 97 of numbers obtained from a sequence of ASCII codes by left-shifting each code 30 units so the sequence occupies the interval
    [2, 96]
    instead of the normal printable ASCII interval
    [32, 126]
    . What text string led to the original sequence?