1.
Telephone numbering system has some design strategies so that no
one get the same number means unique number.This design strategies
varies from country to country. For example :in India:
Landline format =area code+number
Mobile number = country code+10 digit number
As we know with the increase in technology, demands are also
increases which need an extending plan:
1)Relocating the existing numbers for paging services and
re-allocating some of the numbers in the “7(0-3)X” levels for
mobile services.
for X = n digits can support "4\\cdot10^n" numbers
2) Re-allocating numbers in the “4X” level for mobile services,
which will be able to release 5.6 million numbers to meet the
demand
for X = n digits can support "10^n" numbers
3) Re-allocating vacant numbers in the “8(1-3)X” levels for
mobile services
for X = n digits can support "3\\cdot10^n" numbers
4) Raising the threshold of utilisation rate for allocation of
additional numbers to network operators, which will be able to
release 2.42 million numbers to meet the demand
5) Releasing most of the Special Number Blockss1for normal
allocation, which will be able to release a maximum of 3.52 million
numbers to meet the demand.
3.
Let G be a graph with e edges and n vertices v1,v2,v3,...,vn.
Since each edge is incident on two vertices, it contributes 2 to the sum of degree of vertices in graph G. Thus the sum of degrees of all vertices in G is twice the number of edges in G:"\u2211^n_{i=1}degree(v_i)=2e"
Let the degrees of first r vertices be even and the remaining (n−r) vertices have odd degrees, then:
"\u2211^n_{i=1}degree(v_i)=\u2211^r_{i=1}degree(v_i)+\u2211^n_{i=r+1}degree(v_i)"
"\\implies \u2211^n_{i=1}degree(v_i)+\u2211^r_{i=1}degree(v_i)"
"\\implies \u2211^n_{i=r+1}degree(v_i)" is even.
But, the for "i=r+1,r+2,...,n" each "d(v_i)" is odd. So, the number of terms in
"\u2211^n_{i=r+1}degree(v_i)" must be even. So, "(n-r)" is even.
2.
A partition of a positive integer n is a multiset of positive integers that sum to n. We denote the number of partitions of n by pn
we seek a product of factors so that when the factors are multiplied out, the coefficient of xn
is pn. We would like each xn term to represent a single partition, before like terms are collected. A partition is uniquely described by the number of 1s, number of 2s, and so on, that is, by the repetition numbers of the multiset. We devote one factor to each integer:
"(1+x+x^2+x^3+...)(1+x^2+x^4+x^6+...)...(1+x^k+x^{2k}+x^{3k}+...)"
Each factor is a geometric series; the kth factor is
"1+x^k+x^{2k}+x^{3k}+...=\\frac{1}{1-x^k}"
so the generating function can be written
"\\displaystyle{\\Pi}_{k=1}^n\\frac{1}{1-x^k}"
4.
A simple graph with n vertices in which the sum of the degrees of any two non-adjacent vertices is greater than or equal to n has a Hamiltonian cycle.
Comments
Leave a comment