100% found this document useful (3 votes)
107 views55 pages

Quickly access every chapter of Fundamentals of Logic Design 7th Edition Roth Solutions Manual via PDF download.

The document provides a collection of solutions manuals and test banks for various editions of logic design and programming textbooks available for download at testbankfan.com. It includes detailed design solutions for combinational logic problems, outlining procedures for deriving truth tables, logic equations, and circuit simulations. Additionally, it lists recommended products related to digital logic and design, with links for further exploration.

Uploaded by

danervignayv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
107 views55 pages

Quickly access every chapter of Fundamentals of Logic Design 7th Edition Roth Solutions Manual via PDF download.

The document provides a collection of solutions manuals and test banks for various editions of logic design and programming textbooks available for download at testbankfan.com. It includes detailed design solutions for combinational logic problems, outlining procedures for deriving truth tables, logic equations, and circuit simulations. Additionally, it lists recommended products related to digital logic and design, with links for further exploration.

Uploaded by

danervignayv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 55

Visit https://testbankfan.

com to download the full version and


explore more testbank or solutions manual

Fundamentals of Logic Design 7th Edition Roth


Solutions Manual

_____ Click the link below to download _____


https://testbankfan.com/product/fundamentals-of-logic-
design-7th-edition-roth-solutions-manual/

Explore and download more testbank or solutions manual at testbankfan.com


Here are some recommended products that we believe you will be
interested in. You can click the link to download.

Logic and Computer Design Fundamentals 5th Edition Mano


Solutions Manual

https://testbankfan.com/product/logic-and-computer-design-
fundamentals-5th-edition-mano-solutions-manual/

Programming Logic and Design Comprehensive 7th Edition


Joyce Farrell Solutions Manual

https://testbankfan.com/product/programming-logic-and-design-
comprehensive-7th-edition-joyce-farrell-solutions-manual/

Digital Systems Design Using VHDL 3rd Edition Roth


Solutions Manual

https://testbankfan.com/product/digital-systems-design-using-vhdl-3rd-
edition-roth-solutions-manual/

Digital Systems Design Using Verilog 1st Edition Roth


Solutions Manual

https://testbankfan.com/product/digital-systems-design-using-
verilog-1st-edition-roth-solutions-manual/
Fundamentals of Digital Logic and Microcontrollers 6th
Edition Rafiquzzaman Solutions Manual

https://testbankfan.com/product/fundamentals-of-digital-logic-and-
microcontrollers-6th-edition-rafiquzzaman-solutions-manual/

Programming Logic and Design Comprehensive 7th Edition


Joyce Farrell Test Bank

https://testbankfan.com/product/programming-logic-and-design-
comprehensive-7th-edition-joyce-farrell-test-bank/

Fundamentals of Machine Component Design 5th Edition


Juvinall Solutions Manual

https://testbankfan.com/product/fundamentals-of-machine-component-
design-5th-edition-juvinall-solutions-manual/

Digital Logic and Microprocessor Design with Interfacing


2nd Edition Hwang Solutions Manual

https://testbankfan.com/product/digital-logic-and-microprocessor-
design-with-interfacing-2nd-edition-hwang-solutions-manual/

Starting Out with Programming Logic and Design 3rd Edition


Tony Gaddis Solutions Manual

https://testbankfan.com/product/starting-out-with-programming-logic-
and-design-3rd-edition-tony-gaddis-solutions-manual/
Unit 8 Design Solutions
III. SOLUTIONS TO DESIGN, SIMULATION,
AND LAB EXERCISES
Solutions to Unit 8 Design Problems

Problems 8.A through 8.S are combinational logic design problems using NAND and NOR gates.
Problems 8.A through 8.R are of approximately equal difficulty so that different students in the
class can be assigned different problems. We ask our students to use the following procedure:
(1) Derive a truth table for the assigned problem.
(2) Use Karnaugh maps to derive logic equations in sum-of-products or product-of-sums form
depending on whether NAND gates or NOR gates are required.
(3) Enter the truth table into LogicAid, derive the logic equations, and check the answers
against the results of step (2).
(4) Draw a circuit of AND and OR gates, trying to minimize the number of gates required by
using common gates where appropriate. Factoring or multiplying out is required in some
cases.
(5) Convert to NAND or NOR gates as specified.
(6) Simulate your answer to (5) using SimUaid, and verify that the circuit works correctly.
Use switches as inputs and probes or a 7-segment indicator as outputs.

In Unit 10, we ask our students to implement the same design problem using VHDL, synthesize it
and download it to a CPLD or FPGA on a hardware board that has switches, LEDs, and 7-segment
indicators.

For each design problem, the solutions that follow show a SimUaid circuit that meets the problem
specifications, but the solution does not necessarily use the minimum number of gates. Each solution
shows the truth table and the equations derived using LogicAid, and in several cases the Karnaugh
maps are shown to help identify common terms.

8.A ABCD X1 X2 X3 X4 X5 X6 X7 X1 = B'D' + B D + A + C D = B'D' + BC'D + A + CD (used in circuit)


X1 = B'D' + B D + A + B'C
0000 1 1 1 1 1 1 0
X2 = B' + C'D' + C D
0001 0 1 1 0 0 0 0 X3 = C' + D + B
0010 1 1 0 1 1 0 1 X4 = B'D' + B'C + B C'D + C D'
0011 1 1 1 1 0 0 1 X5 = B'D' + C D'
0100 0 1 1 0 0 1 1 X6 = C'D' + B C' + B D' + A
0101 1 0 1 1 0 1 1 X7 = B'C + B C' + A + C D' (used in circuit)
0110 0 0 1 1 1 1 1 X7 = B'C + B C' + A + B D'
0111 1 1 1 0 0 0 0
1000 1 1 1 1 1 1 1 This solution uses 15 gates and 41 gate inputs.
1001 1 1 1 0 0 1 1
Students are allowed to use a maximum of 18 gates.

263
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.A X1 X2 X3
(cont.) A B A B A B
C D 00 01 11 10 C D 00 01 11 10 C D 00 01 11 10
00 1 X 1 00 1 1 X 1 00 1 1 X 1

01 1 X 1 01 1 X 1 01 1 1 X 1

11 1 1 X X 11 1 1 X X 11 1 1 X X

10 1 X X 10 1 X X 10 1 X X

X1 = B'D' + B C'D + A + C D X 2 = B' + C'D' + C D X3 = C' + D + B

X4 X5 X6
A B A B A B
C D 00 01 11 10 C D 00 01 11 10 C D 00 01 11 10
00 1 X 1 00 1 X 1 00 1 1 X 1

01 1 X 01 X 01 1 X 1

11 1 X X 11 X X 11 X X

10 1 1 X X 10 1 1 X X 10 1 X X

X 4 = B'D' + B'C + B C'D + C D' X5 = B'D' + C D' X6 = C'D' + B C' + B D' + A

X7
A B
C D 00 01 11 10
00 1 X 1

01 1 X 1

11 1 X X

10 1 1 X X

X7 = B'C + B C' + A + B D' C


D

X1
B'
D'
1 A
0
0 B
C'
A' D

1 B
0 B
0 X2
C'
B' D'

1
B' 2
X3
1 C 3
0 C D' 4
0
5
6
C' 7

C
1 D' X4
0
0 D

D' B'
C

X5

B
C'
X6

B
D'

X7

264
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.B ABCD X1 X2 X3 X4 X5 X6 X7 X1 = B' + C'D + C D' + A
X2 = C+B
0000 X X X X X X X
X3 = D' + C + A (used in circuit)
0001 X X X X X X X X3 = D' + C + B'
0010 X X X X X X X X4 = C'D + B'D + B C D' + A C' (used in circuit)
0011 1 1 1 1 1 1 0 X4 = C'D + A'C D' + B'D + A C'
0100 0 1 1 0 0 0 0 X5 = C'D + B'D
0101 1 1 0 1 1 0 1 X6 = C D + A C'
0110 1 1 1 1 0 0 1 X7 = A D + B C + C'D + A C' (used in circuit)
0111 0 1 1 0 0 1 1 X7 = A D + B C + A C' + B D
1000 1 0 1 1 0 1 1
1001 1 0 1 1 1 1 1 This solution uses 15 gates and 38 gate inputs.
1010 1 1 1 0 0 0 0
1011 1 1 1 1 1 1 1 Students are allowed to use a maximum of 16 gates.
1100 1 1 1 1 0 1 1

B X1
C'
D

C
D'
1
0 A
0 B' X2
C'
A'

C' X3
1
0 B D
0

1
B' 2
C'
3
X4
4
B 5
1 C C
1 6
0 D' 7

C'
X5
B'
D
1 D
1
0
X6
C
D' D

X7
D

B
C

265
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.C ABCDE W X Y Z W = A(C + D) (B + C) (C + E) = A(C + BDE) (used in circuit)
W = A(C + D) (B + C) (D' + E)
00000 0 0 0 0
W = A(C + D) (C + E) (B + D')
00001 0 0 0 0 W = A(C + D) (B + D') (D' + E)
00010 0 0 0 0 X = (C + D) (B' + C + E') (A + C) (B + C') =
00011 0 0 0 0 (B + C') (C + AD(B' + E')) (used in circuit)
00100 0 0 0 0 X = (C + D) (B' + C + E') (B + C') (A + D')
00101 0 0 0 0 X = (C + D) (B + C') (A + D') (B' + D' + E')
00110 X X X X X = (C + D) (B' + C + E') (B + D) (A + D')
00111 X X X X X = (C + D) (B + D) (A + D') (B' + D' + E')
01000 0 0 0 0 X = (C + D) (A + C) (B + C') (B' + D' + E')
01001 0 0 0 1 X = (C + D) (B' + C + E') (A + C) (B + D)
01010 0 0 1 0 X = (C + D) (A + C) (B + D) (B' + D' + E')
01011 0 0 1 1 Y = (A + B) (A + D) (B + E) (D + E) (A' + B' + D' + E') = (A + BD) (E + BD)
(A' + B' + D' + E') = (AE + BD)(A' + B' + D' + E')
01100 0 1 0 0
Z = BE
01101 0 1 0 1
01110 X X X X This solution uses 14 gates and 32 gate inputs.
01111 X X X X
10000 0 0 0 0 Student are allowed to use a maximum of 15 gates.
10001 0 0 1 0
10010 0 1 0 0
10011 0 1 1 0
B'
10100 1 0 0 0 D'
W
E'
10101 1 0 1 0 1
0 A 0
0 C
10110 X X X X
10111 X X X X A' B'
11000 0 0 0 0 E'
11001 0 0 1 1
1 B D' X
11010 0 1 1 0 0
0
C
0
11011 1 0 0 1
11100 1 1 0 0 B'
B
11101 1 1 1 1 C'
1 C
0
0
E'

C' Y
B' 0
D'
1 D
0
0
B'
D'
D' E'
Z
0
1 B'
0 E
0 E'

E'

266
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.D ABCDE W X Y Z W = AC+ABDE
X = B C + A B'D + A D E'
00000 0 0 0 0
Y = A'B D + A B'E + A D'E + B D E'
00001 0 0 0 0 Z = BE
00010 0 0 0 0 This solution uses 14 gates and 38 gate inputs.
00011 0 0 0 0 Students are allowed to use a maximum of 14 gates.
00100 0 0 0 0
00101 0 0 0 0 W X
B C B C
00110 X X X X D E 00 01 11 10 D E 00 01 11 10
00111 X X X X 00
1 1
00
1
01000 0 0 0 0 1

01001 0 0 0 1 1 1 1
A 01 A 01
01010 0 0 1 0 1 1
1

01011 0 0 1 1 0
11
X X 1 0
11
1 X X
X X X X
01100 0 1 0 0
X X 1 X X 1
01101 0 1 0 1 10 10
X X X X
01110 X X X X
01111 X X X X W = AC+ABDE X = B C + A B'D + A D E'
10000 0 0 0 0 Y Z
B C B C
10001 0 0 1 0 D E 00 01 11 10 D E 00 01 11 10
10010 0 1 0 0 00
00
10011 0 1 1 0
10100 1 0 0 0 1 1 1 1 1 1
A 01 A 01
10101 1 0 1 0 1 1
1 1
0 X X 1
10110 X X X X 0
11
1 X X
11
X X 1
10111 X X X X X X 1
X X 1 X X
11000 0 0 0 0 10 10
X X 1 X X
11001 0 0 1 1
11010 0 1 1 0 Y = A'B D + A B'E + A D'E + B D E' Z = BE

11011 1 0 0 1 1
0
0 A W
0
11100 1 1 0 0 A'
C

11101 1 1 1 1
B
D
E
1 B
0
0

B
C X
B'
0
B'
1 D
0
0 C

D
C' E'

1 D
0
0
B'
E

D' Y
D' 0
E

1
0
0 E B
D

B
E' D
E'

Z
0
B
E

267
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.E ABCD X1 X2 X3 X4 X5 X6 X7 X1 = A B + A'C + B'D +
0000 1 1 1 1 1 1 0 C'D' (used in circuit)
0001 1 1 1 1 1 1 0 X1 = A C' + B C + B'D + A'D'
0010 1 1 1 1 1 1 0 X1 = A D + B C + C'D' + A'B'
0011 1 1 1 1 1 1 0 X1 = A C' + B D' + C D + A'B'
0100 1 1 1 1 1 1 0 X1 = A B + C D + A'D' + B'C'
0101 0 1 1 0 0 0 0 X1 = A D + B D' + A'C + B'C'
0110 1 1 0 1 1 0 1 X2 = A' + C' + B'D' + B D
0111 1 1 1 1 0 0 1 X3 = A C + B D + C'D' +
1000 1 1 1 1 1 1 0 A'B' (used in circuit)
1001 1 1 0 1 1 0 1 X3 = A B + B'C + A'D + C'D'
1010 0 1 1 0 0 1 1 X3 = A B + C D + A'C' + B'D'
1011 1 0 1 1 1 1 1 X3 = A D' + B D + B'C + A'C'
1100 1 1 1 1 1 1 0 X3 = A D' + B C' + C D + A'B'
1101 1 1 1 1 0 0 1 X3 = A C + B C' + A'D + B'D'
1110 1 0 1 1 1 1 1 X4 = A B + A'C + B'D +
1111 1 1 1 1 0 1 1 C'D' (used in circuit)
X4 = X1
X5 = B'D + B D' + C'D' +
A'B' (used in circuit)
X5 = B'D + B D' + C'D' + A'D'
X5 = B'D + B D' + A'D' + B'C'
C
X5 = B'D + B D' + A'B' + B'C'
X6 = A'B' + C'D' + A C
B'
D
X1 X7 = B C + A D + A C
C'
1
0
0 A
D'
This solution uses 17 gates and 44 gate
inputs.
A' B
Students are allowed to use a maximum of
1
18 gates.
0
0 B
B' C X2
D'
B'
B
D
1
0 0 C
1
B' 2
X3
3
C' 4
C 5
6
7

1
0 D X4
0

D'

X5
B
D'

X6

D X7

B
C

268
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.F ABCD X1 X2 X3 X4 X5 X6 X7 X1 = A + B'C + B'D' (used in circuit)
X1 = A + B'C + C'D'
0000 1 1 1 1 1 1 0
X1 = A + B'D' + C D
0001 0 1 1 0 0 0 0 X2 = A' + C' + D
0010 1 1 1 1 0 0 1 X3 = C' + D' + A
0011 1 1 0 1 1 0 1 X4 = A C' + B'D' + A B + A'C D (used in circuit)
0100 X X X X X X X X4 = A C' + A'B'C + A D' + C'D'
0101 X X X X X X X X4 = A C' + A'B'C + B'D' + A D'
0110 0 1 1 0 0 1 1 X4 = A C' + A'B'C + B'D' + A B
0111 X X X X X X X X4 = A C' + B'D' + A D' + A'C D
1000 1 1 1 1 0 1 1 X5 = A'C'D' + A'C D + A C'D + A B'C D'
1001 1 1 1 1 1 1 1 X6 = C'D' + B + A C' + A D'
1010 1 0 1 1 1 1 1 X7 = A'C + A C' + A D' (used in circuit)
1011 1 1 1 0 0 0 0 X7 = A'C + A C' + C D'
1100 X X X X X X X
This solution uses 18 gates and 51 gate inputs.
1101 X X X X X X X
1110 1 0 1 1 0 1 1 Students are allowed to use a maximum of 20 gates.
1111 X X X X X X X

B' X1
D'
1 A
0
0 B'
C

A' X2
C
D'

C X3
1 D
0
0 B
C
D

B' X4
B
1
2
C' 3
4
1 C 5
0
0 6
C' 7
C' D'
X5
C'
D

1 B'
0 D
0 C
D'
D'
B'
C'
X6
D'

C'

X7
D'

269
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.G K N3 N2 N1 N0 M3 M2 M1 M0 M3 = N2 N1 N0 + N3 + K N2 N1 = N3 + N2 N1(K + N0)
M2 = N2 N1' + K'N2 N0' + N2'N1 N0 + K N2' N1
0 0 0 0 0 0 0 0 1
= N2 N1' + K' N2 N0' + N2' N1(K + N0)
0 0 0 0 1 0 0 1 0 M1 = K'N1 N0' + K N1' + N1'N0
0 0 0 1 0 0 0 1 1 = K' N1 N0' + N1'(K + N0)
0 0 0 1 1 0 1 0 0 M0 = K' N0' + K N0
0 0 1 0 0 0 1 0 1
0 0 1 0 1 0 1 1 0 This solution uses 13 gates and 31 gate inputs.
0 0 1 1 0 0 1 1 1
0 0 1 1 1 1 0 0 0 Students are allowed to use a maximum of 13 gates.
0 1 0 0 0 1 0 0 1
M3
0 1 0 0 1 1 0 1 0 0
0 1 0 1 0 1 0 1 1 1 K
N2 N3'
0 N0'
0 1 0 1 1 1 1 0 0 0 N1

0 1 1 0 0 1 1 0 1 K'

0 1 1 0 1 1 1 1 0 N2'
0 1 1 1 0 1 1 1 1 1
0 N3
N1 M2
0
0
0 1 1 1 1 X X X X N2
N1'
1 0 0 0 0 0 0 1 0 N3'

1 0 0 0 1 0 0 1 1
N2
1 0 0 1 0 0 1 0 0 1
0 N2
N0'

1 0 0 1 1 0 1 0 1 0

1 0 1 0 0 0 1 1 0 N2' M1
0
1 0 1 0 1 0 1 1 1 N1'

1 0 1 1 0 1 0 0 0
1 N1 N1
1 0 1 1 1 1 0 0 1 0
0
N0'

1 1 0 0 0 1 0 1 0 N1'
1 1 0 0 1 1 0 1 1
M0
1 1 0 1 0 1 1 0 0 N0' 1

1 1 0 1 1 1 1 0 1 1
0 N0
0
1 1 1 0 0 1 1 1 0 N0
1 1 1 0 1 1 1 1 1 N0'

1 1 1 1 0 X X X X
1 1 1 1 1 X X X X

8.H ABCD X1 X2 X3 X4 X5 X6 X7 X1 = A'C' + D + B + A C


X2 = A' + B'C' + B C
0000 1 1 1 1 1 1 0
X3 = B' + C + A
0001 1 1 1 1 1 1 1 X4 = X5 + D + A'B + A B'C
0010 0 1 1 0 0 0 0 X5 = A'C' + B C'
0011 1 1 1 1 0 1 1 X6 = B'C' + D + A B' + A C'
0100 1 1 0 1 1 0 1 X7 = D + A'B + A B' + B C' (used in circuit)
0101 X X X X X X X X7 = D + A'B + A B' + A C'
0110 1 1 1 1 0 0 1
0111 X X X X X X X This solution uses 17 gates and 45 gate inputs.
1000 0 1 1 0 0 1 1
1001 X X X X X X X Students are allowed to use a maximum of 20 gates.
1010 1 0 1 1 0 1 1
1011 X X X X X X X
1100 1 0 1 1 1 1 1
1101 X X X X X X X
1110 1 1 1 0 0 0 0
1111 X X X X X X X

270
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.H
C'
(cont.) B'
D'
X1

1 C
0 A
0

A' B'
C'
X2

B
C
1
0 B
0

B X3
B'
C'

B' 1
C 2
1 C
0 3
0 X5 X4
4
D' 5
C' B 6
7

1
X5
0 D B
0 C'

D'

B' X6
D'
C'

X7

D'

8.I ABCD X1 X2 X3 X4 X5 X6 X7 1
0
0 A
B' C X1
D'
0000 X X X X X X X A'
B
0001 X X X X X X X D

0010 1 1 1 1 1 1 0 1 B
B'
C
0
0011 0 1 1 0 0 0 0 0

C' X2
B'
0100 1 1 0 1 1 0 1 D

0101 1 1 1 1 0 0 1 B
D'
0110 0 1 1 0 0 1 1 1
B
C' X3
C
0111 1 0 1 1 0 1 1
1 D'
0
1

1000 1 0 1 1 1 1 1 C'
X4
2
3
4
1001 1 1 1 0 0 0 0 5
6

1010 1 1 1 1 1 1 1 1
0 D
7

0
1011 1 1 1 1 0 1 1 D' X5
C'
D'

X1 = B'D' + C' + B D + A
X2 = B'C + C'D + B D' (used in circuit) B X6
C
X2 = B'C + A'D' + C'D
X2 = B'D + C D' + B C'
X2 = B'D + A'C' + C D' C
X7

X3 = D + C + B' (used in circuit) B'

X3 = D+C+A
X4 = B'D' + B D + A C + C'D' (used in circuit)
X4 = B'D' + B D + A C + B C'
X4 = B'D' + B D + A C + A'C'
X5 = B'D' + C'D'
X6 = B C + A C + B'D'
X7 = B + A C + C'D' (used in circuit) This solution uses 15 gates and 38 gate inputs.
X7 = B + A C + A D' Students are allowed to use a maximum of 17 gates.

271
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.J ABCDE W X Y Z W = (A + B + C) (C + D) (B' + C + E) (used in circuit)
W = (A + B + C) (C + D) (A + C + E)
00000 0 0 0 0
X = (A + B + D) (B' + C + E') (A' + C + E) (B' + C + D) (used in circuit)
00001 0 0 1 0
X = (A + B + D) (B' + C + E') (A' + C + E) (C + D + E)
00010 0 1 0 0 X = (A + B + D) (B' + C + E') (A' + C + E) (A + C + D)
00011 0 1 1 0 Y = (A + B + E) (B' + C + D' + E') (A' + C + D) (A + D + E) (used in circuit)
00100 1 0 0 0 Y = (A + B + E) (B' + C + D' + E') (A' + C + D) (B' + D + E)
00101 1 0 1 0 Z = (A + B) (C + E) (A + D + E) (used in circuit)
00110 1 1 0 0 Z = (A + B) (C + E) (B' + D + E)
00111 1 1 1 0
01000 0 0 0 0 This solution uses 17 gates and 51 gate inputs.
01001 0 0 1 1
01010 0 1 1 0 Students are allowed to use a maximum of 19 gates.
01011 1 0 0 1
01100 1 1 0 0 B
01101 1 1 1 1 C W
1
01110 1 1 1 1 0
0 A 0
01111 1 1 1 1 B'
C
10000 0 0 0 0 A' E
10001 0 1 0 1
10010 1 0 1 0 C
10011 1 1 1 1 D
1 B
10100 1 1 1 1 0
0

10101 1 1 1 1
10110 1 1 1 1 B'
C
10111 1 1 1 1 E
X
1 B 0
0 C
0 D
B'
C' C
D
B'
C
1 D E'
0
0

D' B'
C
D'
E'
Y
1 C 0
0 E
0 D

E' B
E

D
E
Z
0

C
E

272
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.K ABCDE W X Y Z W =AB
X = B C + A B'
00000 0 0 0 0
Y = B'C D + A'B C' + A B'D + A C
00001 0 0 0 0
Z = A'C'D E + B D E + A'B'C D' + A B'C'D' + A'B C'D + A'B C'E + A C D + A C E
00010 0 0 0 0 = DE(B + A'C') + B'D'(A'C + AC') + A'BC'(D + E) + AC(D + E)
00011 0 0 0 1 = DE(B + A'C') + B'D'(A + C)(A' + C') + A'BC' (D + E) + AC(D + E)
00100 0 0 0 1
00101 0 0 0 1 This solution uses 19 gates and 47 gate inputs.
00110 0 0 1 0
00111 0 0 1 0 Students are allowed to use a maximum of 22 gates.
01000 0 0 1 0
01001 0 0 1 1
01010 0 0 1 1 W
0
01011 0 0 1 1
B
01100 0 1 0 0
01101 0 1 0 0 1
0 A X
0
01110 0 1 0 0 B'
0
A'
01111 0 1 0 1 B
10000 0 1 0 1 1
0 B
C
0
10001 0 1 0 1
B'
10010 0 1 1 0 C

10011 0 1 1 0 1 B
Y
0
0 C
10100 0 1 1 0 0 C'

10101 0 1 1 1 C' B'


D
10110 0 1 1 1 B'
C
10111 0 1 1 1 1
0
0 D
D

11000 1 0 0 0 D'
11001 1 0 0 0
Z
11010 1 0 0 0 D' C 0

11011 1 0 0 1 1
0
0 E E'

E'
C
B'
D'
C'

D
E
B'

8.L ABCD X1 X2 X3 X4 X5 X6 X7 X1 = (A + B' + C + D) (B' + C' + D')


X2 = (B + C) (A + B + D)
0000 1 0 0 1 1 1 1
X3 = (A + B + D) (A + C + D')
0001 1 0 0 1 1 1 1 X4 = (A + B' + C + D) (B' + C' + D') (A' + C' + D)
0010 1 0 0 1 1 1 1 X5 = (B' + D) (B' + C') (A' + D) = (B' + D) (B' + C' + D') (A' + D)
0011 1 1 1 1 1 1 0 X6 = (A' + C' + D) (A + B' + D) (A + B' + C) (used in circuit)
0100 0 1 1 0 0 0 0 X6 = (A' + C' + D) (A + B' + C) (B' + C' + D)
0101 1 1 0 1 1 0 1 X6 = (A' + C' + D) (A + B' + D) (B' + C + D')
0110 1 1 1 1 0 0 1 X7 = (A + B + C' + D') (A + B' + C + D) (A' + C' + D)
0111 0 1 1 0 0 1 1
1000 1 0 1 1 0 1 1 This solution uses 18 gates and 50 gate inputs.
1001 1 0 1 1 1 1 1
1010 1 1 1 0 0 0 0 Students are allowed to use a maximum of 18 gates.
1011 1 1 1 1 1 1 1
1100 1 1 1 1 0 1 1

273
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.L A B A B A B
(cont.) C D 00 01 11 10 C D 00 01 11 10 C D 00 01 11 10
00 0 00 0 0 00 0

01 X 01 0 X 0 01 0 0 X

11 0 X 11 X 11 X

10 X 10 0 X 10 0 X

X1 = (A + B'+ C + D) (B'+ C'+ D') X2 = (B + C) (A + B + D) X3 = (A + B + D) (A + C + D')

A B A B A B
C D 00 01 11 10 C D 00 01 11 10 C D 00 01 11 10
00 0 00 0 0 0 00 0

01 X 01 X 01 0 X

11 0 X 11 0 X 11 X

10 X 0 10 0 X 0 10 0 X 0

X4 = (A'+ C'+ D) (B'+ C'+ D') (A + B'+ C + D) X5 = (B' + D) (B' + C' + D') (A' + D) X6 = (A'+ C'+ D) (A + B'+ C) (A + B'+ D)

A B
C D 00 01 11 10
00 0

01 X

11 0 X B'
C
D
10 X 0 X1
B'
1 A C'
0
0
X7 = (A'+ C'+ D) (A + B'+ C + D) (A + B + C'+ D') D'
A'
B
C
X2

B
D
1 B
0
0
X3
B'
C
D' 1
2
X4 3
4
C' 5
D 6
1 7
0 C
0

C' D

B' X5
C'

B'
1 D D
0
0

D'
B'
D X6

B'
C

X7
B
C'
D'

274
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.M WXYZ X1 X2 X3 X4 X5 X6 X7 X1 = W'(X + Z) (Y + Z)
X2 = (X' + Y + Z') (W' + Z') (W + Y' + Z ) (W + X + Y') (used in circuit)
0000 X X X X X X X
X2 = (X' + Y + Z') (W' + Z') (W + X + Y') (X' + Y' + Z)
0001 1 1 1 0 1 1 1 X2 = (X' + Y + Z') (W' + Z') (W + Y' + Z) (X + Y' + Z')
0010 0 0 1 1 1 1 1 X3 = (X + Y' + Z') (X' + Y + Z') (X' + Y' + Z) (W' + Z')
0011 1 0 0 1 1 1 0 X4 = (X + Y) (X' + Y' + Z)
0100 0 1 1 1 1 0 1 X5 = (X' + Y' + Z')
0101 1 0 0 1 1 1 1 X6 = (W' + Y') (W + Y + Z) (used in circuit)
0110 1 0 0 0 1 1 1 X6 = (W' + Y') (X' + Y + Z)
0111 1 1 1 1 0 1 1 X7 = (X + Y' + Z') (W' + Z') (W' + Y')
1000 0 1 1 0 1 1 1
1001 0 0 0 0 1 1 0 This solution uses 19 gates and 50 gate inputs.
1010 0 1 1 1 1 0 0
Students are allowed to use a maximum of 22 gates.

X
Z

Y
Z
X1
1
0 W
0

W' X
Y'

Y'
1
0 X Z X2
0
X'
X' Y
Z'

Z'
1
0 Y
0 X'
Y
Y' Z'
X' X3
Y'
Z
X
1
1 Z Y' 1
0
Z' 2
Z' X4 3
X 4
Y 5
6
7

X'
Y' X5
Z'

Y'

X6
Y
Z

X7

275
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.N ABCDE X Y Z X = A'BC(D + E) (D' + E')
Y = ABE(C + D) (C' + D')
00000 0 0 0
Z = (A + B) (A + C' + D' + E) (A' + B' + C + D' + E') (B' + C' + D + E')
00001 0 0 0
= (A + B) (A + C' + D' + E) [B' + E'+ (A' + C + D') (C' + D)]
00010 0 0 0
00011 0 0 0 This solution uses 17 gates and 41 gate inputs.
00100 0 0 0
00101 0 0 0 Students are allowed to use a maximum of 19 gates.
00110 0 0 0
00111 0 0 0
1 A
01000 0 0 1 0
0
B'
01001 0 0 1 A' C' X
0
01010 0 0 1
D
01011 0 0 1 1
E
B
01100 0 0 1 0
0

01101 1 0 0 B' D'


E'
01110 1 0 0
01111 0 0 1 1
0 C
0 B' Y
10000 0 0 1 E'
0
C'
10001 0 0 1 C
10010 0 0 1 D
1
10011 0 0 1 0
0 D
C'
10100 0 0 1 D' D'

10101 0 0 1
10110 0 0 1 1 E
10111 0 0 1 0
0 B Z
11000 0 0 1 E' 0
C'
11001 0 0 1 D'
E
11010 0 0 1 C'
B'
11011 0 1 0 D
E'
11100 0 0 1
C
11101 0 1 0 D'
11110 0 0 1
11111 0 0 1

8.O ABCD X1 X2 X3 X4 X5 X6 X7 X1 = (A + B + C + D') (B' + D) = (A + B + C + D') (B' + C' + D) (B' + C + D)


X2 = (B' + C + D') (B' + C' + D)
0000 1 1 1 1 1 1 0
X3 = (B + C' + D)
0001 0 1 1 0 0 0 0 X4 = (B + C + D') (B' + C + D) (B' + C' + D')
0010 1 1 0 1 1 0 1 X5 = D' (B' + C) = D' (B' + C + D)
0011 1 1 1 1 0 0 1 X6 = (A + B + D') (B + C') (C' + D')
0100 0 1 1 0 0 1 1 X7 = (A + B + C) (B' + C' + D')
0101 1 0 1 1 0 1 1
0110 0 0 1 1 1 1 1 This solution uses 18 gates and 48 gate inputs.
0111 1 1 1 0 0 0 0
1000 1 1 1 1 1 1 1 Students are allowed to use a maximum of 19 gates.
1001 1 1 1 0 0 1 1

276
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.O AB AB AB AB
CD 00 01 11 10
(cont.) CD 00 01 11 10 CD 00 01 11 10 CD 00 01 11 10
00 0 X 00 X 00 X 00 0 X
01 0 X 01 0 X 01 X 01 0 X 0
11 X X 11 X X 11 X X 11 0 X X
10 0 X X
10 0 X X 10 0 X X 10 X X
X1 = (A + B + C + D)(B'+ C + D)(B'+ C' + D)
X2 = (B'+ C + D')(B'+ C'+ D) X3 = (B + C'+ D ) X4 = (B'+ C'+ D')(B'+ C + D)(B + C + D')

AB AB AB
CD 00 01 11 10 CD 00 01 11 10 CD 00 01 11 10
00 0 X 00 X 00 0 X

01 0 0 X 0 01 0 X 01 0 X

11 0 0 X X 11 0 0 X X 11 0 X X

10 X X 10 0 X X 10 X X

X5 = (D')(B'+ C + D) X 6 = (C'+ D')(B + C')(A + B + D') X7 = (B'+ C'+ D')(A + B + C)

To save one gate, use:


X6 = (B' + C' + D')(B + C')(A + B + D')

1 A
0
0
B
C
A' D'
B'
C' X1
1 B D
0
0
B'
B' C
D

1 C B'
0
0 X2
C
C' D'

1
0
D B X3
0 C'
D
D'

1
B 2
C
3
D' X4
4
B' 5
C' 6
D' 7

X5
D

B
D'

B X6
C'

C'
D'

X7
B
C

277
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.P ABCD X1 X2 X3 X4 X5 X6 X7 X1 = (A + C + D') (A + B')
X2 = (A' + C' + D)
0000 1 1 1 1 1 1 0
X3 = (A + C' + D')
0001 0 1 1 0 0 0 0 X4 = (A + C + D') (A + B') (A' + C' + D')
0010 1 1 1 1 0 0 1 X5 = B'(A + C + D') (A + C' + D) (A' + C + D) (A' + C' + D')
0011 1 1 0 1 1 0 1 = B' (A + (C + D') (C' + D)) (A' + C + D) (A' + C' + D')
0100 X X X X X X X X6 = (A + D') (A + B + C') (C' + D')
0101 X X X X X X X X7 = (A + C) (A' + C' + D')
0110 0 1 1 0 0 1 1
0111 X X X X X X X This solution uses 21 gates and 50 gate inputs.
1000 1 1 1 1 0 1 1
1001 1 1 1 1 1 1 1 Students are allowed to use a maximum of 21 gates.
1010 1 0 1 1 1 1 1 1
0
0 A

1011 1 1 1 0 0 0 0 A'
B'

X1
1100 X X X X X X X
C
1101 X X X X X X X 1
D'
B
1110 1 0 1 1 0 1 1
0
0
X2
C'
B'
1111 X X X X X X X D

1 C
0 X3
0 C'
D'
C'
1
2
3
X4 4
1 D C' 5
0
0 D' 6
7
D'
C'
D
X5
C
B
D'

C
D

D'
C' X6
D'

B
C'

X7
C

8.Q ABCD X1 X2 X3 X4 X5 X6 X7 X1 = (A + B + C' + D) (A' + B + C)


X2 = (A' + B + C') (A' + B' + C)
0000 1 1 1 1 1 1 0
X3 = (A + B' + C)
0001 1 1 1 1 1 1 1 X4 = (A + B + C' + D) (A' + B + C) (A' + B' + C')
0010 0 1 1 0 0 0 0 X5 = C'(A' + B) = C'(A' + B + C)
0011 1 1 1 1 0 1 1 X6 = (A + C' + D) (A + B' + C) (A' + B' + C')
0100 1 1 0 1 1 0 1 X7 = (A + B + D) (A' + B' + C')
0101 X X X X X X X
0110 1 1 1 1 0 0 1 This solution uses 15 gates and 40 gate inputs.
0111 X X X X X X X
1000 0 1 1 0 0 1 1 Students are allowed to use a maximum of 17 gates.
1001 X X X X X X X
1010 1 0 1 1 0 1 1
1011 X X X X X X X
1100 1 0 1 1 1 1 1
1101 X X X X X X X
1110 1 1 1 0 0 0 0
1111 X X X X X X X

278
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.Q X1 X2 X3 X4
A B
(cont.) C D
A B
00 01 11 10 C D
A B
00 01 11 10 C D
A B
00 01 11 10 C D 00 01 11 10
00 0 00 0 00 0 00 0

01 X X X 01 X X X 01 X X X 01 X X X

11 X X X 11 X X X 11 X X X 11 X X X

10 0 10 0 10 10 0 0

X 1 = (A'+ B + C ) (A + B + C'+ D ) X 2 = (A'+ B'+ C ) (A'+ B + C') X3 = (A + B'+ C ) X4 = (A'+ B'+ C') (A'+ B + C ) (A + B + C'+ D )

X5 X7
A B A B A B
C D 00 01 11 10 C D 00 01 11 10 C D 00 01 11 10
00 0 00 0 00 0

01 X X X 01 X X X 01 X X X

11 0 X X X 11 X X X 11 X X X

10 0 0 0 0 10 0 0 0 10 0 0

X5 = (C') (A'+ B + C ) X 6 = (A + B'+ C ) (A'+ B'+ C') (A + C'+ D ) X7 = (A'+ B'+ C') (A + B + D )

1
0 A
0

A'
B X1
C
1 B
0
0 B
C'
D
B'
B
1 C C' X2
0
0
B'
C' C

B' X3
1
0 D C
0 1
2
3
X4
D' 4
B' 5
C' 6
7

X5
C

C'
D

X6
B'

B'
C'

X7
B
D

279
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.R ABCD X1 X2 X3 X4 X5 X6 X7 X1 = (A + B + D') (B' + C' + D)
X2 = (B' + C' + D') (B + C + D) (used in circuit)
0000 X X X X X X X
X2 = (B' + C' + D') (A' + C + D)
0001 X X X X X X X X3 = (B' + C + D) (used in circuit)
0010 1 1 1 1 1 1 0 X3 = (A + C + D)
0011 0 1 1 0 0 0 0 X4 = (A + B + D') (B' + C' + D) (B + C + D') (used in circuit)
0100 1 1 0 1 1 0 1 X4 = (A + B + D') (B' + C' + D) (A' + C + D')
0101 1 1 1 1 0 0 1 X5 = (D') (B' + C') = D'(B' + C' + D)
0110 0 1 1 0 0 1 1 X6 = (B + C + D') (A + B + D') (A + C) (used in circuit)
0111 1 0 1 1 0 1 1 X6 = (A + B + D') (C + D') (A + C)
1000 1 0 1 1 1 1 1 X6 = (A + B + D') (C + D') (B' + C)
1001 1 1 1 0 0 0 0 X7 = (A + B) (B + C + D') (used in circuit)
1010 1 1 1 1 1 1 1 X7 = (A + B) (A' + C + D')
1011 1 1 1 1 0 1 1
This solution uses 15 gates and 37 gate inputs.
Students are allowed to use a maximum of 16 gates.

AB AB AB AB
CD 00 01 11 10 CD 00 01 11 10 CD 00 01 11 10 CD 00 01 11 10
00 X X 00 X X 0 00 X 0 X 00 X X

01 X X 01 X X 01 X X 01 X X 0

11 0 X 11 0 X 11 X 11 0 X

10 0 X 10 X 10 X 10 0 X

X1 = (B'+ C'+ D ) (A + B + D') X2 = (B'+ C'+ D') (B + C + D) X4 = (B'+ C'+ D ) (A + B + D') (B + C + D')
X3 = (B'+ C + D )

AB AB AB
CD 00 01 11 10 CD 00 01 11 10 CD 00 01 11 10
00 X X 00 X 0 X 00 X X

01 X 0 X 0 01 X 0 X 0 01 X X 0

11 0 0 X 0 11 0 X 11 0 X

10 0 X 10 0 X
10 X

X5 = (D') (B'+ C' + D) X7 = (A + B ) (B + C + D')


X 6 = (B + C + D')(A + B + D')(A + C)

1 A
0
0
B
A' D'
X1
B'
C'
D

1 B'
0 B C'
0
D' X2
B' B
C
D
1 C
1
0 B'
C X3
C' D
1
2
1 3
0 D B X4 4
0
C 5
D' 6
D' 7
X5
D

C X6
D'

X7
B

280
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions
8.S A1A2 A3 X1 X2 X3 X4 X5 X6 X7 X1 = (A1 + A2 + A3) (A1' + A3')
X2 = (A2 + A3') (A1' + A3')
0 0 0 0 1 0 0 0 1 1
X3 = 0
0 0 1 1 0 0 0 0 1 1 X4 = 0
0 1 0 1 1 0 0 0 1 0 X5 = 0
0 1 1 1 1 0 0 0 0 1 X6 = (A2' + A3') (A1' + A3')
1 0 0 1 1 0 0 0 1 1 X7 = (A1 + A2' + A3) (A1' + A3')
1 0 1 0 0 0 0 0 0 0
1 1 0 1 1 0 0 0 1 1 This solution uses 9 gates and 20 gate inputs.
1 1 1 0 0 0 0 0 0 0
Students are allowed to use a maximum of 11 gates.

1
0 A1
0

A1'
A3'
X1
A2
A3
1 A2
0
0
X2
A2'
A2 1
A3' 2
3
4
5
1 6
0 A3 X6
0 7
A2'
A3' A3'

X7

A2'
A3

281
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Unit 8 Design Solutions

282
© 2014 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Exploring the Variety of Random
Documents with Different Content
to any Camera. Lenses from the best Makers. Waxed and Iodized
Papers, &c.

PHOTOGRAPHIC PICTURES.—A Selection of the above beautiful


Productions may be seen at BLAND & LONG'S, 153. Fleet Street,
where may also be procured Apparatus of every Description, and
pure Chemicals for the practice of Photography in all its Branches.

Calotype, Daguerreotype, and Glass Pictures for the Stereoscope.

BLAND & LONG, Opticians, Philosophical and Photographical


Instrument Makers, and Operative Chemists, 153. Fleet Street.

PHOTOGRAPHIC PAPER.—Negative and Positive Papers of


Whatman's, Turner's, Sanford's, and Canson Frères' make. Waxed-
Paper for Le Gray's Process. Iodized and Sensitive Paper for every
kind of Photography.

Sold by JOHN SANFORD, Photographic Stationer, Aldine Chambers,


13. Paternoster Row, London.

PHOTOGRAPHIC PORTRAITS and VIEWS by the Collodion and


Waxed-Paper Process. Apparatus, Materials, and Pure Chemical
Preparations for the above processes, Superior Iodized Collodion,
known by the name of Collodio-iodide or Xylo-iodide of Silver, 9d.
per oz. Pyro-gallic Acid, 4s. per drachm. Acetic Acid, suited for
Collodion Pictures, 8d. per oz. Crystallizable and perfectly pure, on
which the success of the Calotypist so much depends. 1s. per oz.
Canson Frères' Negative Paper, 3s.; Positive do., 4s. 6d.; La Croix,
3s.; Turner, 3s. Whatman's Negative and Positive, 3s. per quire.
Iodized Waxed Paper, 10s. 6d. per quire. Sensitive Paper ready for
the Camera, and warranted to keep from fourteen to twenty days,
with directions for use, 11×9, 9s. per doz.; Iodized, only 6s. per doz.
GEORGE KNIGHT & SONS (sole Agents for Voightlander & Sons'
celebrated Lenses), Foster Lane, London.

PHOTOGRAPHY.—XYLO-IODIDE OF SILVER, prepared solely by R. W.


THOMAS, has now obtained an European fame; it supersedes the
use of all other preparations of Collodion. Witness the subjoined
Testimonial.
"122. Regent Street

"Dear Sir,—In answer to your inquiry of this morning, I have no


hesitation in saying that your preparation of Collodion is
incomparably better and more sensitive than all the advertised
Collodio-Iodides, which, for my professional purposes, are quite
useless when compared to yours.

"I remain, dear Sir,


"Yours faithfully,
"N. Henneman.

Aug. 30. 1852.


to Mr. R.W. Thomas."

MR. R. W. THOMAS begs most earnestly to caution photographers


against purchasing impure chemicals, which are now too frequently
sold at very low prices. It is to this cause nearly always that their
labours are unattended with success.

Chemicals of absolute purity, especially prepared for this art, may be


obtained from R. W. THOMAS, Chemist and Professor of
Photography, 10. Pall Mall.

N.B.—The name of Mr. T.'s preparation, Xylo-Iodide of Silver, is made


use of by unprincipled persons. To prevent imposition each bottle is
stamped with a red label bearing the maker's signature.
PHOTOGRAPHY.—HORNE & CO.'S Iodized Collodion, for obtaining
Instantaneous Views, and Portraits in from three to thirty seconds,
according to light.

Portraits obtained by the above, for delicacy of detail rival the


choicest Daguerreotypes, specimens of which may be seen at their
Establishment.

Also every description of Apparatus, Chemicals, &c. &c. used in this


beautiful Art.—123. and 121. Newgate Street.

BENNETT'S MODEL WATCH, as shown at the GREAT EXHIBITION,


No. 1. Class X., in Gold and Silver Cases, in five qualities, and
adapted to all Climates, may now be had at the MANUFACTORY, 65.
CHEAPSIDE. Superior Gold London-made Patent Levers, 17, 15, and
12 guineas. Ditto, in Silver Cases, 8, 6, and 4 guineas. First-rate
Geneva Levers, in Gold Cases, 12, 10, and 8 guineas. Ditto, in Silver
Cases, 8, 6, and 5 guineas. Superior Lever, with Chronometer
Balance, Gold 27, 23, and 19 guineas. Bennett's Pocket
Chronometer, Gold, 50 guineas; Silver, 40 guineas. Every Watch
skilfully examined, timed and its performance guaranteed.
Barometers, 2l., 3l., and 4l. Thermometers from 1s. each.

BENNETT, Watch, Clock, and Instrument Maker to the Royal


Observatory, the Board of Ordnance, the Admiralty, and the Queen,

65. CHEAPSIDE.

WESTERN LIFE ASSURANCE AND ANNUITY


SOCIETY,
3. PARLIAMENT STREET, LONDON.

Founded A.D. 1842.


Directors.
H. Edgeworth Bicknell, Esq.
William Cabell, Esq.
T. Somers Cocks, Jun. Esq. M.P.
G. Henry Drew, Esq.
William Evans, Esq.
William Freeman, Esq.
F. Fuller, Esq.
J. Henry Goodhart, Esq.
T. Grissell, Esq.
James Hunt, Esq.
J. Arscott Lethbridge, Esq.
E. Lucas, Esq.
James Lys Seager, Esq.
J. Basley White, Esq.
Joseph Carter Wood, Esq.

Trustees.
W. Whateley, Esq., Q.C.;
L. C. Humfrey, Esq., Q.C.;
George Drew, Esq.

Consulting Counsel.—Sir Wm. P. Wood, M.P.

Physician.—William Rich. Basham, M.D.

Bankers.—Messrs. Cocks, Biddulph, and Co., Charing Cross.

VALUABLE PRIVILEGE.

POLICIES effected in this Office do not become void through


temporary difficulty in paying a Premium, as permission is given
upon application to suspend the payment at interest, according to
the conditions detailed on the Prospectus.
Specimens of Rates of Premium for Assuring 100l., with a Share in
three-fourths of the Profits:—

Age £ s. d. Age £ s. d.
1 14 4 2 10 8
17 32
1 18 8 2 18 6
22 37
2 4 5 3 8 2
27 42

ARTHUR SCRATCHLEY, M.A., F.R.A.S., Actuary.

Now ready, price 10s. 6d., Second Edition, with material additions,
INDUSTRIAL INVESTMENT and EMIGRATION: being a TREATISE on
BENEFIT BUILDING SOCIETIES, and on the General Principles of
Land Investment, exemplified in the Cases of Freehold Land
Societies, Building Companies, &c. With a Mathematical Appendix on
Compound Interest and Life Assurance. By ARTHUR SCRATCHLEY,
M.A., Actuary to the Western Life Assurance Society, 3. Parliament
Street, London.

TO PHOTOGRAPHERS.—MR. PHILIP DELAMOTTE begs to announce


that he has now made arrangements for printing Calotypes in large
or small quantities, either from Paper or Glass Negatives. Gentlemen
who are desirous of having good impressions of their works, may
see specimens of Mr. Delamotte's Printing at his own residence, 38.
Chapstow Place, Bayswater, or at

MR. GEORGE BELL'S, 186. Fleet Street.

SECOND VOLUME OF LANDON'S ECCLESIASTICAL DICTIONARY.


Now ready, in 12mo., price 10s. 6d., carefully edited and revised,
Vol. II. (containing 700 pages) of

A NEW GENERAL ECCLESIASTICAL


DICTIONARY.
By the REV. EDWARD H. LANDON, M.A.,

FORMERLY OF CORPUS CHRISTI COLLEGE, CAMBRIDGE.

This Work includes an Account of the Sees, Patriarchates, Religious


Foundations and Brotherhoods, together with Lists of the
Archbishops and Bishops throughout Christendom from the earliest
times; also, a History of Sects; an Explanation of Rites and
Ceremonies, and of Ecclesiastical and Ecclesiological Terms; and a
Copious Biographical Dictionary of Eminent Ecclesiastical Persons,
with a List of their Writings.

RIVINGTONS, St. Paul's Church Yard, and Waterloo Place.

SAMUEL BAGSTER AND SONS,

15. PATERNOSTER ROW, LONDON.

POLYGLOT BIBLES in every Style of Elegant Flexible Bindings, with


and without the Book of Common Prayer, Indexes, Maps, Metrical
Psalms, Concordances, the Greek New Testament interleaved, &c.
&c., in various sizes, from the Small Pocket Editions to Large Print
Facsimile Editions. Detailed Catalogues by Post free.

FAMILY BIBLES (Bagster's Comprehensive Bible) in various sizes, and


in every style of durable elegant binding. Copies for presentation
sumptuously prepared. Catalogues by Post free.
BIBLES FOR MANUSCRIPT ANNOTATIONS, with either broad margins
for the Notes, or alternate blank pages, ruled and Indexed in great
variety. Catalogues by Post free.

ANCIENT ENGLISH BIBLES and TESTAMENTS, by the Reformers.


The Genevan Version, Tyndale's, Coverdale's, &c. &c. Catalogues by
Post free.

PARALLEL PASSAGE BIBLES, Pocket and Quarto sizes. Catalogues by


Post free.

HEBREW, GREEK, LATIN, FRENCH, GERMAN, ITALIAN, SPANISH,


PORTUGUESE, and SYRIAC BIBLES and TESTAMENTS, alone or
combined, in every variety of interpaging, and bound in "Bagster's
Flexible Turkey" binding. The Greek Testaments with and without
English Lexicons, &c., constitute an important feature of this class.
PSALTERS also in very great variety. Catalogues by Post free.

AIDS TO THE STUDY OF THE OLD TESTAMENT SCRIPTURES,


Critical, Philological, and Devotional; Lexicons, Grammars, Analyses,
&c. &c. Catalogues by Post free.

AIDS TO THE STUDY OF THE NEW TESTAMENT, in the same variety.

GENERAL, BIBLICAL, and MISCELLANEOUS WORKS. Catalogues by


Post free.

Specimens, Prospectuses, &c., will be forwarded by the Post, free of


expense.

Πολλαι μεν θνητοις Γλοτται μια δ' Αθανατωσιν.

London: SAMUEL BAGSTER & SONS, 15. Paternoster Row.

Third Edition, cloth, 1s.; by Post, 1s. 6d.


WELSH SKETCHES, FIRST SERIES. By the Author of "Proposals for
Christian Union."

Contents:—1. Bardism. 2. The Kings of Wales. 3. The Welsh Church.


4. Monastic Institutions. 5. Giraldus Cambrensis.

London: JAMES DARLING, 81. Great Queen Street, Lincoln's Inn


Fields.

SIR ARCHIBALD ALISON'S WORKS.

Just published, price 15s., Vol. I.

HISTORY OF EUROPE, FROM THE FALL OF NAPOLEON IN 1815 TO


THE ACCESSION OF LOUIS NAPOLEON IN 1852.

BY

SIR ARCHIBALD ALISON, Bart.

To be completed in 5 vols. 8vo., uniform with the Library Edition of


the "History of Europe from 1789 to 1815."

BY THE SAME AUTHOR.

THE HISTORY OF EUROPE, from the Commencement of the French


Revolution in 1789 to the Battle Of Waterloo.

Library Edition (Eighth), 14 vols. demy 8vo., with Portraits, 10l. 10s.

Crown Octavo Edition, 20 vols., 6l.

THE LIFE OF JOHN DUKE OF MARLBOROUGH, with some Account of


his Contemporaries, and of the War of the Succession. Second
Edition. 2 vols. demy 8vo., Portraits and Maps, 1l. 10s.
ESSAYS, POLITICAL, HISTORICAL, and MISCELLANEOUS. 3 vols.
demy 8vo., 2l. 5s.

EPITOME OF ALISON'S EUROPE, for the Use of Schools and Young


Persons. 4th Edition, bound, 7s. 6d.

ATLAS TO ALISON'S EUROPE: 109 Plates. Constructed under the


direction of SIR A. ALISON, by A. KEITH JOHNSTON, F.R.S.E., &c.,
Author of the "Physical Atlas," &c. Demy 4to., 3l. 3s.; Crown 4to., 2l.
12s. 6d.

WILLIAM BLACKWOOD & SONS, Edinburgh and London.

This day is published (fourth edition), price 15s.

[This edition contains 100 pages of additional matter, and the price
has been reduced from 18s. to 15s.]

AN ELEMENTARY COURSE OF MATHEMATICS, designed principally


for Students of the University of Cambridge. By the REV. HARVEY
GOODWIN, M.A., late Fellow and Mathematical Lecturer of Gonville
and Caius College. Fourth Edition.

"As Tennis is a game of no use in itself, but of great use in respect it


maketh a quick eye, and a body ready to put itself into all postures;
so in the Mathematics, that use which is collateral and intervenient is
no less worthy than that which is principal and intended."—Bacon,
Advancement of Learning.

Cambridge: JOHN DEIGHTON. SIMPKIN, MARSHALL & CO., and


GEORGE BELL, London.

PREPARING FOR IMMEDIATE PUBLICATION.


PHOTOGRAPHIC NOTES: Comprising Plain Directions for the Practice
of Photography, including the Collodion Process on Glass; the Paper
and Wax-Paper Processes; Printing from Glass and Paper Negatives,
&c.

By DR. DIAMOND, F.S.A.

With notes on the Application of Photography to Archæology, &c.,

By WILLIAM J. THOMS, F.S.A.

London: GEORGE BELL, 186. Fleet Street.

ROYAL IRISH ACADEMY TRANSACTIONS. Vol. XXII.

Art. Part III.—SCIENCE.


Price 7s. 6d.
VII. Description of a new
Anemometer, &c.; by
REV. T.R. ROBINSON,
D.D., &c.
VIII. On the Equilibrium and
Motion of an Elastic
Solid; by the REV. J.H.
JELLETT, M.A., &c.
IX. Account of Experiments
made with a Friction
Sledge for stopping
Railway Trains; by the
REV. SAMUEL
HAUGHTON, M.A., &c.
X. On certain Improvements
in the construction of
Galvanometers, &c.; by
MICHAEL DONOVAN,
ESQ., &c.
XI. On the Original and Actual
Fluidity of the Earth and
Planets; by the REV.
SAMUEL HAUGHTON,
M.A., &c.
XII. On the Homology of the
Organs of the Tunicata
and the Polyzoa; by
GEO. JAMES ALLMAN,
M.D., &c.
Part IV.—POLITE LITERATURE,
Price 10s.
III. On Two Medallion Busts
which are preserved in
the Library of Trinity
College, Dublin, and on
Two Inedited Patmian
Inscriptions; by REV.
JAMES KENNEDY
BAILLIE, D.D., &c.
IV. On the Assyrio-Babylonian
Phonetic Characters; by
REV. EDWARD HINCKS,
D.D., &c.

The Proceedings, Vol. V., Part II., are also ready, price 2s. 6d.

Dublin: ROYAL IRISH ACADEMY, and HODGES & SMITH, 104.


Grafton Street.
London: T. & W. BOONE, 29. New Bond Street.

This day is published, price 5s.


APOSTOLIC MISSIONS: Five Sermons preached before the University
of Cambridge in May, 1852, by the REV. W. B. HOPKINS, M.A., Fellow
and Tutor of St. Catharine's Hall, and formerly Fellow and
Mathematical Lecturer of Gonville and Caius College.

Cambridge: JOHN DEIGHTON.


London: F. & J. RIVINGTON.

This day is published, price 7s. 6d.

THE CONFIRMATION OF FAITH BY REASON AND AUTHORITY. The


Hulsean Lectures, preached before the University of Cambridge in
1852. By the REV. GEORGE CURREY, B.D., Preacher at the
Charterhouse, formerly Fellow and Tutor of St. John's College.

Cambridge: JOHN DEIGHTON; MACMILLAN & CO.


London: F. & J. RIVINGTON.

BOOKS ON SALE BY

JOHN RUSSELL SMITH,


36. SOHO SQUARE, LONDON.

HOLBEIN'S DANCE OF DEATH, with an Historical and Literary


Introduction by an Antiquary. Square post 8vo. with 54 Engravings,
being the most accurate copies ever executed of these gems of Art,
and a Frontispiece of an Ancient Bedstead at Aix-la-Chapelle, with a
Dance of Death carved on it, engraved by Fairholt, cloth, 9s.

"The designs are executed with a spirit and fidelity quite


extraordinary. They are indeed most truthful."—Athenæum.
LOWER'S (M. A.) ESSAYS ON ENGLISH SURNAMES. 2 vols. post 8vo.
Third Edition, greatly enlarged. Cloth, 12s.

BIOGRAPHIA BRITANNICA LITERARIA; or Biography of Literary


Characters of Great Britain and Ireland, arranged in Chronological
Order. By THOMAS WRIGHT, M.A., F.S.A., Member of the Institute of
France. 2 thick vols. 8vo. Cloth. Vol. I. Anglo-Saxon Period. Vol. II.
Anglo-Norman Period. 6s. each, published at 12s. each.

Published under the superintendence of the Royal Society of


Literature.

COINS. An Introduction to the Study of Ancient and Modern Coins.


By J.Y. AKERMAN. Fcp. 8vo. with numerous wood engravings, from
the original coins, 6s. 6d.

COINS OF THE ROMANS RELATING TO BRITAIN, described and


illustrated. By J.Y. AKERMAN, F.S.A. Second edition, 8vo. greatly
enlarged with plates and woodcuts, 10s. 6d. cloth.

GUIDE TO ARCHÆOLOGY. An Archæological Index to Remains of


Antiquity of the Celtic, Romano-British, and Anglo-Saxon periods. By
JOHN YONGE AKERMAN, fellow and secretary to the Society of
Antiquaries. 1 vol. 8vo. illustrated with numerous engravings,
comprising upwards of 500 objects, cloth, 15s.

"One of the first wants of an incipient antiquary is the facility of


comparison, and here it is furnished him at one glance. The
plates, indeed, form the most valuable part of the book, both by
their number and the judicious selection of types and examples
which they contain. It is a book which we can, on this account,
safely and warmly recommend to all who are interested in the
antiquities of their native land."—Literary Gazette.

"A book of such utility—so concise, so clear, so well condensed


from such varied and voluminous sources—cannot fail to be
generally acceptable."—Art Union.
WRIGHT'S (THOS.) ESSAYS ON THE LITERATURE, POPULAR
SUPERSTITIONS, AND HISTORY OF ENGLAND in the MIDDLE AGES.
2 vols. post 8vo. cloth, 16s.

WRIGHT'S (THOS.) ST. PATRICK'S PURGATORY: an Essay on the


Legends of Purgatory, Hell, and Paradise, current during the Middle
Ages. Post 8vo. cloth, 6s.

THE NURSERY RHYMES OF ENGLAND, collected chiefly from oral


tradition. Edited by J. O. HALLIWELL. Fourth edition, 12mo. with 38
Designs by W. B. Scott. 4s. 6d. cloth.

POPULAR RHYMES AND NURSERY TALES, with Historical


Elucidations; a Sequel to "The Nursery Rhymes of England." Edited
by J.O. HALLIWELL. Royal 18mo. 4s. 6d.

LOWER'S CURIOSITIES OF HERALDRY, with Illustrations from Old


English Writers. 8vo. Numerous Engravings. Cloth, 14s.

HERALDS' VISITATIONS. An Index to all the Pedigrees and Arms in


the Heraldic Visitations and other Genealogical MSS. in the British
Museum. By G. SIMS, of the Manuscript Department. 8vo. closely
printed in double columns, cloth, 15s.
* *
* An indispensable book to those engaged in genealogical or
topographical pursuits, affording a ready clue to the pedigrees and
arms of above 30,000 of the gentry of England, their residences, &c.
(distinguishing the different families of the same name, in every
county), as recorded by the Heralds in their Visitations, with Indexes
to other genealogical MSS. in the British Museum. It has been the
work of immense labour. No public library ought to be without it.

CONSUETUDINES KANCIÆ. A History of GAVELKIND, and other


remarkable Customs in the County of KENT, by CHARLES SANDYS,
Esq., F.S.A. (Cantianus), illustrated with fac-similes, a very handsome
volume, 8vo. cloth, 15s.
BRUCE'S (REV. J.C.) HISTORICAL AND TOPOGRAPHICAL ACCOUNT
OF THE ROMAN WALL FROM THE TYNE TO THE SOLWAY. Thick 8vo.
35 plates and 194 woodcuts, half morocco, 1l. 1s.

BOSWORTH'S (REV. DR.) COMPENDIOUS ANGLO-SAXON AND


ENGLISH DICTIONARY. 8vo. closely printed in treble columns, cloth,
12s.

"This is not a mere abridgment of the large Dictionary, but


almost an entirely new work. In this compendious one will be
found, at a very moderate price, all that is most practical and
valuable in the former expensive edition, with a great accession
of new words and matter."—Author's Preface.

ANALECTA ANGLO-SAXONICA. Selections in Prose and Verse from


Anglo-Saxon Literature, with an Introductory Ethnological Essay, and
Notes, critical and explanatory. By LOUIS F. KLIPSTEIN, of the
University of Giessen, 2 thick vols. post 8vo. cloth, 12s. (original
price 18s.)

A DELECTUS IN ANGLO-SAXON, intended as a First Class-book in the


Language. By the Rev. W. BARNES of St. John's College, Cambridge,
author of the Poems and Glossary in the Dorset Dialect. 12mo. cloth,
2s. 6d.

"To those who wish to possess a critical knowledge of their own


native English, some acquaintance with Anglo-Saxon is
indispensable; and we have never seen an introduction better
calculated than the present to supply the wants of a beginner in
a short space of time. The declensions and conjugations are
well stated, and illustrated by references to the Greek, Latin,
French, and other languages. A philosophical spirit pervades
every part. The Delectus consists of short pieces on various
subjects, with extracts from Anglo-Saxon History and the Saxon
Chronicle. There is a good Glossary at the end."—Athenæum,
Oct. 20, 1849.
FACTS AND SPECULATIONS ON THE ORIGIN AND HISTORY OF
PLAYING CARDS. By W.A. CHATTO, Author of "Jackson's History of
Wood Engraving," in one handsome vol. 8vo. illustrated with many
Engravings, both plain and coloured, cloth 1l. 1s.

"It is exceedingly amusing."—Atlas.

"Curious, entertaining, and really learned book."—Rambler.

"Indeed the entire production deserves our warmest


approbation."—Literary Gazette.

"A perfect fund of Antiquarian research, and most interesting


even to persons who never play at cards."—Tait's Mag.

BIBLIOTHECA MADRIGALIANA; a Bibliographical account of the


Music and Poetical Works published in England in the Sixteenth and
Seventeenth Centuries, under the Titles of Madrigals, Ballets, Ayres,
Canzonets, &c. By DR. RIMBAULT. 8vo. cloth, 5s.

A DICTIONARY OF ARCHAIC AND PROVINCIAL WORDS, Obsolete


Phrases, Proverbs, and Ancient Customs from the reign of Edward I.
By JAMES ORCHARD HALLIWELL, F.R.S., F.S.A., &c. 2 vols. 8vo.
containing upwards of 1,000 pages closely printed in double
columns, cloth 1l. 1s.

It contains about 50,000 Words (embodying all the known scattered


Glossaries of the English language), forming a complete key to the
reading of the works of our old Poets, Dramatists, Theologians, and
other authors, whose works abound with allusions, of which
explanations are not to be found in ordinary Dictionaries and books
of reference. Most of the principal Archaisms are illustrated by
examples selected from early inedited MSS. and rare books, and by
far the greater portion will be found to be original authorities.

A LITTLE BOOK OF SONGS AND BALLADS, gathered from Ancient


Musick Books, MS. and Printed. By E.F. RIMBAULT, LL.D., &c. Post
8vo. pp. 240, half-bound in morocco, 6s.
—— Antique Ballads, sung to crowds of old,
Now cheaply bought for thrice their weight in gold.

GUIDE TO THE ANGLO-SAXON TONGUE, with Lessons in Verse and


Prose, for the Use of Learners. By E.J. VERNON, B.A., Oxon. 12mo.
cloth, 5s. 6d.
* *
* This will be found useful as a Second Class-book, or to those well
versed in other languages.

Printed by Thomas Clark Shaw, of No. 8. New Street Square, at No. 5.


New Street Square, in the Parish of St. Bride, in the City of London;
and published by George Bell, of No. 186. Fleet Street, in the Parish
of St. Dunstan in the West, in the City of London, Publisher, at No.
186. Fleet street aforesaid.—Saturday, January 29. 1853.
*** END OF THE PROJECT GUTENBERG EBOOK NOTES AND
QUERIES, NUMBER 170, JANUARY 29, 1853 ***

Updated editions will replace the previous one—the old editions


will be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States
copyright in these works, so the Foundation (and you!) can copy
and distribute it in the United States without permission and
without paying copyright royalties. Special rules, set forth in the
General Terms of Use part of this license, apply to copying and
distributing Project Gutenberg™ electronic works to protect the
PROJECT GUTENBERG™ concept and trademark. Project
Gutenberg is a registered trademark, and may not be used if
you charge for an eBook, except by following the terms of the
trademark license, including paying royalties for use of the
Project Gutenberg trademark. If you do not charge anything for
copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such
as creation of derivative works, reports, performances and
research. Project Gutenberg eBooks may be modified and
printed and given away—you may do practically ANYTHING in
the United States with eBooks not protected by U.S. copyright
law. Redistribution is subject to the trademark license, especially
commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the


free distribution of electronic works, by using or distributing this
work (or any other work associated in any way with the phrase
“Project Gutenberg”), you agree to comply with all the terms of
the Full Project Gutenberg™ License available with this file or
online at www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand,
agree to and accept all the terms of this license and intellectual
property (trademark/copyright) agreement. If you do not agree
to abide by all the terms of this agreement, you must cease
using and return or destroy all copies of Project Gutenberg™
electronic works in your possession. If you paid a fee for
obtaining a copy of or access to a Project Gutenberg™
electronic work and you do not agree to be bound by the terms
of this agreement, you may obtain a refund from the person or
entity to whom you paid the fee as set forth in paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only


be used on or associated in any way with an electronic work by
people who agree to be bound by the terms of this agreement.
There are a few things that you can do with most Project
Gutenberg™ electronic works even without complying with the
full terms of this agreement. See paragraph 1.C below. There
are a lot of things you can do with Project Gutenberg™
electronic works if you follow the terms of this agreement and
help preserve free future access to Project Gutenberg™
electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright
law in the United States and you are located in the United
States, we do not claim a right to prevent you from copying,
distributing, performing, displaying or creating derivative works
based on the work as long as all references to Project
Gutenberg are removed. Of course, we hope that you will
support the Project Gutenberg™ mission of promoting free
access to electronic works by freely sharing Project Gutenberg™
works in compliance with the terms of this agreement for
keeping the Project Gutenberg™ name associated with the
work. You can easily comply with the terms of this agreement
by keeping this work in the same format with its attached full
Project Gutenberg™ License when you share it without charge
with others.

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. Unless you have removed all references to Project


Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project
Gutenberg™ work (any work on which the phrase “Project
Gutenberg” appears, or with which the phrase “Project
Gutenberg” is associated) is accessed, displayed, performed,
viewed, copied or distributed:

This eBook is for the use of anyone anywhere in the United


States and most other parts of the world at no cost and
with almost no restrictions whatsoever. You may copy it,
give it away or re-use it under the terms of the Project
Gutenberg License included with this eBook or online at
www.gutenberg.org. If you are not located in the United
States, you will have to check the laws of the country
where you are located before using this eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is


derived from texts not protected by U.S. copyright law (does not
contain a notice indicating that it is posted with permission of
the copyright holder), the work can be copied and distributed to
anyone in the United States without paying any fees or charges.
If you are redistributing or providing access to a work with the
phrase “Project Gutenberg” associated with or appearing on the
work, you must comply either with the requirements of
paragraphs 1.E.1 through 1.E.7 or obtain permission for the use
of the work and the Project Gutenberg™ trademark as set forth
in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is


posted with the permission of the copyright holder, your use and
distribution must comply with both paragraphs 1.E.1 through
1.E.7 and any additional terms imposed by the copyright holder.
Additional terms will be linked to the Project Gutenberg™
License for all works posted with the permission of the copyright
holder found at the beginning of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files
containing a part of this work or any other work associated with
Project Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute


this electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the
Project Gutenberg™ License.

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.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™
works unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or


providing access to or distributing Project Gutenberg™
electronic works provided that:

• 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 provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project


Gutenberg™ electronic work or group of works on different
terms than are set forth in this agreement, you must obtain
permission in writing from the Project Gutenberg Literary
Archive Foundation, the manager of the Project Gutenberg™
trademark. Contact the Foundation as set forth in Section 3
below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on,
transcribe and proofread works not protected by U.S. copyright
law in creating the Project Gutenberg™ collection. Despite these
efforts, Project Gutenberg™ electronic works, and the medium
on which they may be stored, may contain “Defects,” such as,
but not limited to, incomplete, inaccurate or corrupt data,
transcription errors, a copyright or other intellectual property
infringement, a defective or damaged disk or other medium, a
computer virus, or computer codes that damage or cannot be
read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except


for the “Right of Replacement or Refund” described in
paragraph 1.F.3, the Project Gutenberg Literary Archive
Foundation, the owner of the Project Gutenberg™ trademark,
and any other party distributing a Project Gutenberg™ electronic
work under this agreement, disclaim all liability to you for
damages, costs and expenses, including legal fees. YOU AGREE
THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT
EXCEPT THOSE PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE
THAT THE FOUNDATION, THE TRADEMARK OWNER, AND ANY
DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE
TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL,
PUNITIVE OR INCIDENTAL DAMAGES EVEN IF YOU GIVE
NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of
receiving it, you can receive a refund of the money (if any) you
paid for it by sending a written explanation to the person you
received the work from. If you received the work on a physical
medium, you must return the medium with your written
explanation. The person or entity that provided you with the
defective work may elect to provide a replacement copy in lieu
of a refund. If you received the work electronically, the person
or entity providing it to you may choose to give you a second
opportunity to receive the work electronically in lieu of a refund.
If the second copy is also defective, you may demand a refund
in writing without further opportunities to fix the problem.

1.F.4. Except for the limited right of replacement or refund set


forth in paragraph 1.F.3, this work is provided to you ‘AS-IS’,
WITH NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of
damages. If any disclaimer or limitation set forth in this
agreement violates the law of the state applicable to this
agreement, the agreement shall be interpreted to make the
maximum disclaimer or limitation permitted by the applicable
state law. The invalidity or unenforceability of any provision of
this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the


Foundation, the trademark owner, any agent or employee of the
Foundation, anyone providing copies of Project Gutenberg™
electronic works in accordance with this agreement, and any
volunteers associated with the production, promotion and
distribution of Project Gutenberg™ electronic works, harmless
from all liability, costs and expenses, including legal fees, that
arise directly or indirectly from any of the following which you
do or cause to occur: (a) distribution of this or any Project
Gutenberg™ work, (b) alteration, modification, or additions or
deletions to any Project Gutenberg™ work, and (c) any Defect
you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new
computers. It exists because of the efforts of hundreds of
volunteers and donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project
Gutenberg™’s goals and ensuring that the Project Gutenberg™
collection will remain freely available for generations to come. In
2001, the Project Gutenberg Literary Archive Foundation was
created to provide a secure and permanent future for Project
Gutenberg™ and future generations. To learn more about the
Project Gutenberg Literary Archive Foundation and how your
efforts and donations can help, see Sections 3 and 4 and the
Foundation information page at www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-
profit 501(c)(3) educational corporation organized under the
laws of the state of Mississippi and granted tax exempt status
by the Internal Revenue Service. The Foundation’s EIN or
federal tax identification number is 64-6221541. Contributions
to the Project Gutenberg Literary Archive Foundation are tax
deductible to the full extent permitted by U.S. federal laws and
your state’s laws.

The Foundation’s business office is located at 809 North 1500


West, Salt Lake City, UT 84116, (801) 596-1887. Email contact
links and up to date contact information can be found at the
Foundation’s website and official page at
www.gutenberg.org/contact
Section 4. Information about Donations to
the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission
of increasing the number of public domain and licensed works
that can be freely distributed in machine-readable form
accessible by the widest array of equipment including outdated
equipment. Many small donations ($1 to $5,000) are particularly
important to maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws


regulating charities and charitable donations in all 50 states of
the United States. Compliance requirements are not uniform
and it takes a considerable effort, much paperwork and many
fees to meet and keep up with these requirements. We do not
solicit donations in locations where we have not received written
confirmation of compliance. To SEND DONATIONS or determine
the status of compliance for any particular state visit
www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states


where we have not met the solicitation requirements, we know
of no prohibition against accepting unsolicited donations from
donors in such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot


make any statements concerning tax treatment of donations
received from outside the United States. U.S. laws alone swamp
our small staff.

Please check the Project Gutenberg web pages for current


donation methods and addresses. Donations are accepted in a
number of other ways including checks, online payments and
credit card donations. To donate, please visit:
www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could
be freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose
network of volunteer support.

Project Gutenberg™ eBooks are often created from several


printed editions, all of which are confirmed as not protected by
copyright in the U.S. unless a copyright notice is included. Thus,
we do not necessarily keep eBooks in compliance with any
particular paper edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg
Literary Archive Foundation, how to help produce our new
eBooks, and how to subscribe to our email newsletter to hear
about new eBooks.

You might also like