95004
95004
https://ebookgate.com/product/introduction-to-graph-theory-5th-
edition-robin-j-wilson/
ebookgate.com
https://ebookgate.com/product/introduction-to-graph-
theory-2-2002-reprint-edition-douglas-b-west/
ebookgate.com
https://ebookgate.com/product/introduction-to-continuum-mechanics-
solutions-manual-4th-edition-w-michael-lai/
ebookgate.com
https://ebookgate.com/product/solutions-manual-to-matlab-an-
introduction-with-applications-5th-edition-amos-gilat/
ebookgate.com
Solutions Manual to Accompany Introduction to Linear
Regression Analysis 5th Edition Ann G. Ryan
https://ebookgate.com/product/solutions-manual-to-accompany-
introduction-to-linear-regression-analysis-5th-edition-ann-g-ryan/
ebookgate.com
https://ebookgate.com/product/a-walk-through-combinatorics-an-
introduction-to-enumeration-and-graph-theory-3rd-edition-miklos-bona/
ebookgate.com
https://ebookgate.com/product/solutions-manual-to-accompany-nonlinear-
programming-theory-and-algorithms-3rd-edition-mokhtar-s-bazaraa/
ebookgate.com
Introduction to
Graph Theory
Solutions Manual
World Scientific
Introduction to
Graph Theory
Solutions Manual
This page intentionally left blank
Introduction to
Graph Theory
Solutions Manual
Dong Fengming
Tay Eng Guan
Nanyang Technological University, Singapore
World Scientific
NEW JERSEY • LONDON . SINGAPORE . BEIJING • SHANGHAI • HONG KONG • TAIPEJ • CHENNAI
Published by
World Scientific Publishing Co. Pte. Ltd.
5 Toh Tuck Link, Singapore 596224
USA office: 27 Warren Street, Suite 401-402, Hackensack, NJ 07601
UK office: 57 Shelton Street, Covent Garden, London WC2H 9HE
For photocopying of material in this volume, please pay a copying fee through the Copyright
Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, USA. In this case permission to
photocopy is not required from the publisher.
Printed in Singapore.
Preface
v
vi Introduction to Graph Theory, Solutions Manual
has worked on the problems himself will find the solutions presented here
useful as a check and as a model for rigorous mathematical writing. For
ease of reference, each chapter begins with a recapitulation of some of the
important concepts and/or formulae from the earlier book.
We would like to thank Prof. G.L. Chia, Ms Goh Chee Ying, Dr Jin
Xian’an, Dr Ng Kah Loon, Prof. Y.H. Peng, Dr Roger Poh, Ms Ren
Haizhen, Mr Soh Chin Ann, Dr Tan Ban Pin, Dr Tay Tiong Seng and
Dr K.L. Teo for reading the draft and for checking through the solutions -
any mistakes that remain are ours alone.
N= {1, 2, 3, · · · }
|S|
n
= the number of elements in the finite set S
n!
r = the number of r-element subsets of an n-element set = r!(n−r)!
B\A= {x ∈ B|x ∈ / A}, where A and B are sets
Si = {x|x ∈ Si for some i ∈ I}, where Si is a set for each i ∈ I
i∈I
(⇒) proof of the implication “if P then Q” in the statement “P if and
only if Q”
(⇐) proof of the implication “if Q then P” in the statement “P if and
only if Q”
[Necessity] proof of the implication “if P then Q” in the statement “P if and
only if Q”
[Sufficiency] proof of the implication “if Q then P” in the statement “P if and
only if Q”
vii
viii Introduction to Graph Theory, Solutions Manual
G : the complement of G
[A] : the subgraph of G induced by A, where A ⊆ V (G)
e(A, B) : the number of edges in G having an end in A and the other in B,
where A, B ⊆ V (G)
G − v : the subgraph of G obtained by removing v and all edges incident
with v from G, where v ∈ V (G)
G − e : the subgraph of G obtained by removing e from G, where e ∈ E(G)
G − F : the subgraph of G obtained by removing all edges in F from G,
where F ⊆ E(G)
G − A : the subgraph of G obtained by removing each vertex in A together
with the edges incident with vertices in A from G, where A ⊆ V (G)
G + xy : the graph obtained by adding a new edge xy to G, where x, y ∈
V (G) and xy ∈ / E(G)
NG (u) : the set of vertices v such that uv ∈ E(G)
N(u) = NG (u)
N(S) = N(u), where S ⊆ V (G)
u∈S
d(v) = d G(v) : the degree of v in G, where v ∈ V (G)
id(v) : the indegree of v in D, where v ∈ V (D)
od(v) : the outdegree of v in D, where v ∈ V (D)
d(u, v) : the distance between u and v in G, where u, v ∈ V (G)
d(u, v) : the distance from u to v in D, where u, v ∈ V (D)
c(G) : the number of components in G
δ(G) : the minimum degree of G
∆(G) : the maximum degree of G
χ(G) : the chromatic number of G
α(G) : the independence number of G
G+H : the join of G and H
G∪H : the disjoint union of G and H
kG : the disjoint union of k copies of G
G(D) : the underlying graph of D
nG(H) : the number of subgraphs in G which are isomorphic to H
Cn : the cycle of order n
Kn : the complete graph of order n
Nn : the null graph or empty graph of order n
Pn : the path of order n
Wn : the wheel of order n, Wn = Cn−1 + K1
K(p, q) : the complete bipartite graph with a bipartition (X, Y ) such that
|X| = p and |Y | = q
Contents
Preface v
Notation vii
1. Fundamental Concepts and Basic Results 1
Exercise 1.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Exercise 1.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Exercise 1.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
4. Vertex-colourings of Graphs 99
Exercise 4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
Exercise 4.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
Exercise 4.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
Exercise 4.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
Exercise 4.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
ix
x Introduction to Graph Theory, Solutions Manual
Exercise 1.2
Problem 1. Let G be the multigraph representing the following diagram.
Determine V (G), E(G), v(G) and e(G). Is G a simple graph?
w m
x
y
u v z
E(G) = {my, uv, uw, ux, vx, vy, wx, xz, yz}, v(G) = 8 and e(G) = 9.
1
2 Introduction to Graph Theory, Solutions Manual
(Note that you may use ‘A’ to represent ‘Asuncion’, ‘B’ to represent
‘Beijing’, ‘C’ to represent ‘Canberra’, etc.)
Solution.
A
Z
S D
Exercise 1.2 3
Problem 3. Define a graph G such that V (G) = {2, 3, 4, 5, 11, 12, 13, 14}
and two vertices ‘s’ and ‘t’ are adjacent if and only if gcd{s, t} = 1. Draw
a diagram of G and find its size e(G).
Solution.
13 4
11
e(G) = 21.
Solution.
Problem 5. Let G be a graph with V (G) = {1, 2, · · · , 10}, such that two
numbers ‘i’ and ‘j’ in V (G) are adjacent if and only if |i − j| ≤ 3. Draw
the graph G and determine e(G).
Solution.
1 2
10
9 4
7 6
e(G) = 24.
Exercise 1.2 5
Problem 6. Let G be a graph with V (G) = {1, 2, · · · , 10}, such that two
numbers ‘i’ and ‘j’ in V (G) are adjacent if and only if i + j is a multiple
of 4. Draw the graph G and determine e(G).
Solution.
1 2
9 4
7 6
e(G) = 10.
Problem 7. Let G be a graph with V (G) = {1, 2, · · · , 10}, such that two
numbers ‘i’ and ‘j’ in V (G) are adjacent if and only if i × j is a multiple
of 10. Draw the graph G and determine e(G).
Solution.
1 2
9 4
7 6
e(G) = 13.
6 Introduction to Graph Theory, Solutions Manual
v1
v2 v5
v3 v4
Solution.
⎛ ⎞
0 1 1 1 1
⎜1 0 1 0 0⎟
⎜ ⎟
⎜1 1 0 1 0⎟
⎜ ⎟
⎝1 0 1 0 1⎠
1 0 0 1 0
Solution.
v1
v5 v2
v4 v3
Exercise 1.2 7
Problem 10. Four teams of three specialist soldiers each (a scout, a sig-
naler and a sniper) are to be sent into enemy territory. However, some of
the soldiers cannot work well with some others. The following table shows
the soldiers, their specializations and who they cannot work with.
Soldier Specialization Cannot cooperate with
1 Scout 5, 7, 10
2 Scout −
3 Scout 5, 6, 8, 9, 11
4 Scout 8, 12
5 Signaler 1, 3, 9
6 Signaler 3, 10, 11
7 Signaler 1, 9, 12
8 Signaler 3, 4, 9, 10
9 Sniper 3, 5, 7, 8
10 Sniper 1, 6, 8
11 Sniper 3, 6
12 Sniper 4, 7
(i) Draw a multigraph to model the situation so that we may see how to
form 3-man teams such that each specialization is represented and every
member of the team can work with every other. State clearly what the
vertices represent and under what condition(s) two vertices are joined by
an edge.
(ii) Can you form four 3-man teams such that each specialization is repre-
sented and all members of the team can work with one another?
3 4
1 5
1 6
10 7
9 8
8 Introduction to Graph Theory, Solutions Manual
Exercise 1.3
a e g
b
w y
c x z
Is your answer for (iii) double your answer for (i)? Is your answer for
(iv) an even number?
Yes, the answer for (iii) is double that for (i); and the answer for (iv) is
an even number.
...
...
n= 4 :
n= 5 :
n= 6 :
12 Introduction to Graph Theory, Solutions Manual
Problem 10.
(i) Does there exist a graph G of order 5 such that δ(G) = 1 and ∆(G) =
4?
(ii) Does there exist a graph G of order 5 which has two vertices of degree
4 and δ(G) = 1?
(ii) No. Suppose G were such a graph having the vertices u and v of degree
4. As v(G) = 5, each of the other vertices must be adjacent to both u and
v, and so δ(G) ≥ 2.
Problem 11. Let H be a graph of order 8 and size 13 with δ(H) = 2 and
∆(H) = 4. Denote by ni the number of vertices in H of degree i, where
i = 2, 3, 4. Assume that n3 ≥ 1. Find all possible answers for (n 2 , n3 , n4 ).
For each of your answers, construct a corresponding graph.
2n 2 + 3n 3 + 4n 4 = 26.
Solution. By Theorem 1.1, kn = d(x) = 2m.
x∈V (G)
Problem 13. Does there exist a 3-regular graph with eight vertices? Does
there exist a 3-regular graph with nine vertices?
'
\V
\r7
No, there does not exist any 3-regular graph of order 9 by Corollary 1.2 (or
the result of Problem 12).
Problem 14. Construct a cubic (i.e., 3-regular) graph of order 12. What
is its size? Does there exist a cubic graph of order 11? Why?
Exercise 1.3 15
Problem 17. Find all integers n such that 100 ≤ e(Kn ) ≤ 200.
Problem 19. (+) Let G be a graph of order n in which there exist no three
vertices u, v and w such that uv, vw and wu are all edges in G. Show that
n ≥ δ(G) + ∆(G).
Problem 21. The preceding problem says that in any graph of order n ≥ 2,
there exist two vertices having the same degree. Is the result still valid for
multigraphs?
Solution. No! A multigraph in which no two vertices have the same degree
is shown below.
Problem 22. (+) Mr. and Mrs. Samy attended an exclusive party where
in addition to themselves, there were only another 3 couples. As usually
happens, some shook hands with others. No one shook hands with the same
person more than once and no one shook hands with his/her spouse. After
all the handshakes had been done, Mr. Samy asked each person, including
his wife, how many hands he/she had shaken. To everyone’s amusement,
each one gave a different answer. How many hands did Mrs. Samy shake?
v1 v8
v2
v7
v3 v6
v4 v5
e 1.3
rcis
Exe
v8
v1
v7
v6
v2
Then
y.
v3 v5 v }, sa
2,
v 4, 5
v4 v1 , v
) = {
( v 3
a n d N b elow).
) = 4 es (see
d( v s
ha t
3
e s pou
t ar
b e s uch and v 6 v8
v d v 3
3
Let = 2 an v1
v ) v7
d( 6
v6
v2
v3 v5 s . t s Mrs
s e e n
v4 r e sp ou r e pres
v5 a or v 5
v a n d her v 4 lto-
n d 4
, e i t r s. le s a
,a s he coup eplaced
) =3 a n swer hree ot u r
(v 5 t t fo r
v ) = d differen s with
e w ere p le s’ is
d( 4 d nd r
, the ‘four c
ou
s t hat r e c eive oo k ha l em
llow my y sh prob whe
re
It fo Mr Sa rs Sam ced in g
ble m robl
em
As u s M e p r e
al p ro
o f P
m y. Th ) I n th e gener o l u tio n
o b l em.
Sa +
3. ( Solve t
h
the
s
r al p
r
l e m 2
r t y . w n i n
i s g e n e
ch that
b o u
Pro in a pa ples’. t
h
as s 1’ for t
h
p la ne s are at
er u en he ere
geth ≥ 2) co ar gum er is ‘n
−
s in t that th
n ( la r t
by ‘ simi the ans
w
ct poin Prove
g a t sti n e.
. Usin wn tha ≥ 2 di least on one. a
t io n s h o e n a t t ly F o rm
Solu can be h e
r
re a oints i nce exa
s c
p l ane. djacent
i t T p ista h e a
22, ∗)
4. ( en any ts at d
2
s i n t ces are
2 in t rti
r o blem ce betw ese poi
e n
i v e n p o two ve
P n h g
d ista irs of t t h en w hich
th e a be in
s t 3n p · , p n
· · , p n}
mo ·· ·
p 1 , p 2, {p 1, p 2,
. Let (G) =
ti o n V
Solu G with
h
grap
18 Introduction to Graph Theory, Solutions Manual
if their distance in the plane is ‘1’. What is the largest possible value that
each d(p i) can have? By the assumption that the distance between any 2
points is at least one, it follows that d(p i) ≤ 6 (see the figure below).
60o
pi
Exercise 1.4
v e4 x
e1 e7
u e3 e9 e6 z
e2
e8
w e5 y
v
u w
e1 e2
x
V
y z
(a) Find d(t, v), d(t, y), d(x, w) and d(u, z).
(b) For k = 2, 3, 4, 5, 6, 7, find a cycle of length k in G.
(c) Find a circuit of length 6 in G that is not a cycle.
(d) Find a circuit of length 8 in G that does not contain t.
(e) Find a circuit of length 9 in G that contains t and v.
Solution.
1 6 11
...
2 7 12
...
3 8 13
...
4 9 14
...
5 10 15
...
Then P can be cut short by deleting the section (b) internally resulting in
a shorter u − v walk P as shown below:
P : u · · · x ·
··v .
(a) (c)
Then Q can be cut short by deleting the section (b) internally resulting
in a shorter circuit Q0 as shown below:
Q : u
· · · x ·
··u.
(a) (c)
Problem 7. (+) Show that any graph G with δ(G) ≥ k contains a path of
length k.
Problem
n−1 9. (+) Let G be a graph of order n and size m such that m >
2 . Show that G is connected.
as was shown.
Problem 13. (+) Let G be a connected graph that is not complete. Show
that there exist three vertices x, y, z in G such that x and y, y and z are
adjacent, but x and z are not adjacent in G.
24 Introduction to Graph Theory, Solutions Manual
y1 y2 yn-2
Solution. The least possible size of H is ‘n’ (note that the given conditions
imply that n ≥ 3). The justification is as follows.
Firstly, the following graph of order n satisfying the given conditions
contains exactly ‘n’ edges:
u v
n -3 vertices
Now we show that every graph H satisfying the given conditions must have
at least n edges.
The vertices u and v must be adjacent; for if not, then u is not in
N(u) ∪ N(v), and so N (u) ∪ N(v) = V (H), violating the condition (i).
By (ii), there exists a vertex, say w, in N(u)∩N (v), and so w is adjacent
to both u and v.
By (i) again, each of the (n − 3) vertices other than u, v and w must be
adjacent to either u or v.
Summing up, H contains at least 1 +2 + (n−3) edges; that is, e(H) ≥ n,
as required.
Solution. Yes, the two odd vertices u and v must be in the same component
of G. Otherwise, let H be the component of G containing u but not v; then
H is a graph containing exactly one odd vertex, contradicting Corollary
1.2.
26 Introduction to Graph Theory, Solutions Manual
Problem 18. (∗) Show that any two longest paths in a connected graph
have a vertex in common.
Solution. Let P and Q be two longest paths (of length k each, say) in a
connected graph G, and suppose on the contrary that they have no vertex
in common. As G is connected, there exist a vertex u in P and a vertex v
in Q which are joined by a path R, say. Without loss of generality, we may
assume (see the figure below) that (i) this u − v path R contains no vertex
in P or Q other than u and v, (ii) the length of the subpath (a) in P is
greater than or equal to that of (b) and (iii) the length of the subpath (d)
in Q is greater than or equal to that of (c).
(a) u ( b)
P: ... ...
R
...
Q: ... ...
v (d )
(c)
With this, however, we observe that the path consisting of the subpath (a)
in P , the u − v path R and the subpath (d) in Q is of length greater than
k, a contradiction.
Problem 19. (+) Show that a graph G is connected if and only if for any
partition of V (G) into two non-empty sets A and B, there is an edge in G
joining a vertex in A and a vertex in B.
Problem 20. (∗) Suppose G is a connected graph with k edges. Prove that
it is possible to label the edges 1, 2, · · · , k in such a way that at each vertex
which belongs to two or more edges (i.e. which is of degree at least two),
the greatest common divisor of the integers labeling those edges is 1 (32nd
IMO, 1991/4). (Recall that the greatest common divisor of the positive
integers x1 , x 2, · · · , xn is the maximum positive integer that divides each of
x1, x2 , · · · , x n .)
v0 1
>
/\
4 2
\/
v0 1 rd 5 >
4 2 6
N/
3 7
We repeat the above procedure until all edges in G are labeled (see the
diagram below).
28 Introduction to Graph Theory, Solutions Manual
1 5
v0 4 10
A
2 6 9
4
>
3 7 8
We now show that for each vertex v with d(v) ≥ 2 in G, the gcd of the
labels of the edges incident with v is 1. If v = v0 , the situation is clear
as the first edge incident with it is labeled 1. Assume that v = v0 . Let e
be the edge with which we first visit v via a trail. As d(v) ≥ 2, along the
same trail, we leave v with a new edge, say f. By the above procedure,
the labels of e and f are consecutive numbers, say t and t + 1, and so the
corresponding gcd (that is, gcd{t, t + 1, · · · }) is 1.
Chapter 2
Result (1). If G ∼
= H, then v(G) = v(H) and e(G) = e(H).
Result (3). Let G and H be graphs such that G ∼= H. Then for any graph
R, nG (R) = nH (R).
Result (4). For any graph G of order n, e(G) + e(G) = e(K n ) = n2 .
29
30 Introduction to Graph Theory, Solutions Manual
Exercise 2.2
Problem 1. Draw all non-isomorphic graphs of order n with 1 ≤ n ≤ 4.
Solution.
n= 1
n=2
: i
n= 3
n= 4
Problem 2.
Solution. (i)
(ii)
Exercise 2.2 31
Solution.
No, since the degree sequences (4, 4, 4, 4, 4, 2, 2) and (4, 4, 4, 3, 3, 3, 3) are
not the same.
4 4
4 3 4 3
2 2 3 3
4 4 4 4
It can be checked that the mapping f : V (G) −→ V (H), such that f(i) = i
for all i = 1, 2, · · · , 10, is an isomorphism from G to H.
32 Introduction to Graph Theory, Solutions Manual
6'
1 8' 9'
6
G: 5 10 2 H: 10' 7'
7 1'
9 8
5' 2'
4 3 4' 3'
Problem 5. The following two graphs G and H are isomorphic. List all
the isomorphisms from G to H.
a
w
G: b H:
x
c d e z
u v
f y
Solution. (i) Since there are at least two vertices of degree 4, the other
three vertices must have degree at least 2. Since not all vertices are even
34 Introduction to Graph Theory, Solutions Manual
and we know that there must be an even number of odd vertices, there are
exactly two vertices of degree 3.
Thus, the possible degree sequences are (4, 4, 4, 3, 3) and (4, 4, 3, 3, 2). Their
graphs are shown below.
(4, 4, 4, 3, 3) (4, 4, 3, 3, 2)
(ii) Since there are at least two vertices of degree 4, the other three
vertices must have degree at least 2. Since all vertices are even, if there
is among these three vertices, one of degree 4, then all the vertices are of
degree 4. Otherwise, all the other three vertices are of degree 2.
Thus, the possible degree sequences are (4, 4, 4, 4, 4) and (4, 4, 2, 2, 2). Their
graphs are shown below.
(4, 4, 4, 4, 4) (4, 4, 2, 2, 2)
(1, 1, 1, 1, 0), (2, 1, 1, 1, 1), (3, 1, 1, 1, 0), (3, 2, 1, 1, 1), (3, 3, 2, 1, 1),
(3, 3, 3, 2, 1), (3, 3, 3, 3, 0), (3, 3, 3, 3, 2), (4, 1, 1, 1, 1) and (4, 3, 3, 3, 3).
Random documents with unrelated
content Scribd suggests to you:
along the base of the overhanging hills, crossed the mouth of Wady
Kelt, and struck the carriage road leading from Jericho to Jerusalem.
Deep, dark, and forbidding is the great cleft in the hills which, since
the days of the learned and acute Robinson, has been by many
identified with the brook Cherith, where Elijah hid from Jezebel’s
wrath, and was miraculously supplied with food. The probabilities
are, however, that the old Gileadite turned not southward, but
eastward. In the ravines of his own native highlands there must have
been many retired spots known to him in youth, where he might foil
the most earnest search by strangers. The great grim mountain
Karantal, whether the scene of Christ’s Temptation or not, has yet a
Christian history of deep interest. The caverns in his frowning sides
have been the haunts of Christian hermits from early days. Even yet,
at times, a devotee takes refuge there from the vain world. On Mount
Tabor, at a Feast of the Transfiguration, I met an Austrian monk who
told me he had spent six years in solitary meditation and prayer in a
cave in the Jordan Valley.
Now, as we ascend the winding path along the steep mountain
sides, we pause for one last look over the plain and the sea and the
dark heights beyond, whence came Israel’s hosts of old to possess
the land. There, beneath us, where the plain is lost in green, stood
the ancient Jericho, where the worshippers from the east of Jordan
were wont to assemble ere going up in company to the great feasts.
Doubtless these very hills have echoed to the voice of psalms, as
the pilgrims marched up the steep ascents. So was it our privilege to
turn our faces towards Zion, planting our feet in their footsteps—the
footsteps of the tribes of God who went up thither. Very heartily could
we wake the echoes again with their old song, “Pray for the peace of
Jerusalem,” as we pressed upward to realise a long-cherished
dream in the vision of the Holy City.
Thus may we all press up the steeps of life, Zion’s love in our hearts,
her songs upon our lips, until with joy the pilgrims’ eyes behold, amid
the light and splendour of the Eternal City, the face of the great King!
THE END
Printed by R. & R. Clark, Limited, Edinburgh.
FOOTNOTE:
[1] For inscriptions copied here and in other places on a
later journey, see Palestine Exploration Fund Quarterly
for 1895.
TRANSCRIBER’S NOTES:
Obvious typographical errors have been corrected.
Inconsistencies in hyphenation have been
standardized.
Archaic or variant spelling has been retained.
*** END OF THE PROJECT GUTENBERG EBOOK ARAB AND
DRUZE AT HOME ***
1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside
the United States, check the laws of your country in addition to
the terms of this agreement before downloading, copying,
displaying, performing, distributing or creating derivative works
based on this work or any other Project Gutenberg™ work. The
Foundation makes no representations concerning the copyright
status of any work in any country other than the United States.
1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if
you provide access to or distribute copies of a Project
Gutenberg™ work in a format other than “Plain Vanilla ASCII” or
other format used in the official version posted on the official
Project Gutenberg™ website (www.gutenberg.org), you must, at
no additional cost, fee or expense to the user, provide a copy, a
means of exporting a copy, or a means of obtaining a copy upon
request, of the work in its original “Plain Vanilla ASCII” or other
form. Any alternate format must include the full Project
Gutenberg™ License as specified in paragraph 1.E.1.
• You pay a royalty fee of 20% of the gross profits you derive from
the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”
• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.
1.F.
Most people start at our website which has the main PG search
facility: www.gutenberg.org.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebookgate.com