Math Problem Statement

Question 3 For n ∈ N 0 n∈N 0 ​ let w ( n ) w(n) denote the number of 1 1s in the binary representation of n n. For example, w ( 9 )

2 w(9)=2, since $9$ is 1001 1001 in binary. Try to find a closed formula for g ( n ) g(n) in terms of n n and w ( n ) w(n). If you succeed, the following question will be very easy.

Let n

10000000000000011 n=10000000000000011 in binary notation. What is g ( n ) g(n)? Write your answer in binary!

0 / 1 point Incorrect 4. Question 4 Let n

1152921504606846987 n=1152921504606846987. If we compute ( n k ) m o d     2 ( k n ​ )mod2 for k

0 … 7 k=0…7, which sequence do we get?

Write your answer as a simple 0/1 string. For example, if your sequence is ( 1 , 0 , 1 , 0 , 1 , 0 , 1 , 0 ) (1,0,1,0,1,0,1,0), answer 10101010 10101010.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Number Theory
Binary Representation
Combinatorics

Formulas

w(n): Number of 1s in the binary representation of n
g(n): Hypothetical function involving binary operations

Theorems

Lucas' Theorem

Suitable Grade Level

Grades 11-12