Вы находитесь на странице: 1из 24

Appendix D Answers to Problem Sets A and Practice Exams

Chapter 1 Problem Set A


1. (a) 5(10 3 )+7(10 2 )+9(10')+4(10°)
(b) l(24)+0(23) + l(2 2 )+}(2 1 )+0(2°)
(c) 7(8 3 )+6(8 2 )+5(8»)+7(8°)
(d) A(16 2 )+0(16»)+F(16°) = 10(162)+0(16») +15(16°)
(e) Ιίβ^+Κβ^+Οίβ'ΗΙίβ0)
(f) F(16 3 )+2(16 2 )+D(16')+A(16°) = 15(16 3 )+2(16 2 )+13(16 I ) + 10(160)
2. (a) (19),o (b) (12) 10 (c) (2),o i (d) (17) 10 (e) (31) 10
3. (a) (8),o <(b) (63),o (c) (386),o (d) (3),o (e) (3527) 10
4. (a) (1402)10 (b) (16),o (c) (4011),o (d) (22),o (e) (512) 10
5. (a) (11000)2 (b) (13) 10 (c) (113), (d) (64) 16 (e) (12202) 10
(f) (100010)2 (g) (1001011) 2 (h) (20),o
6. (a) (E9)16 (b) (101011111001) 2 (c) (110000101010) 2 (d) (5E) I6

Chapter 2 Problem Set A


1. (a) 1010 (b) 11100 (c) 10000 (d) 1100101
(e) 100 (f) 1101
2. (a) 123 (b) 1241 (c) 2512 (d) 10263
3. (a) 12CF (b) C93 (c) 7E85 (d) 4A2B
(e) 10051 (f) 1AB9A
4. (a) (56), (b) (1100)2 (c) (CCE)16 (d) (-593)16
(e) (-2005), (f) (-10010)2

Chapter 3 Problem Set A


1. (a) 0000000001100011 (b) 0000000000111000
(c) 1111111111111000 (d) 1111111110011100
(e) 0000000001111010
2. (a) 12 (b) 11 (c) 1 (d) 6 (e) 60
(f) 8 (g) -158 (h) 36
3. (a) 3.356E3 = .3356E4 (b) 4.8 E-5 = .48 E-^
(c) 3.636E7=.3636E8 (d) 1.101 E-5 = .1101 E^l
(e) 1.1011 E - l = .11011 E0 (f) 1.2611 E2=.12611 E 3
(g) 2.34E0=.234E1 (h) 4.0E5 = .4E6
4. (a) .1011 E 6 (b) .101 E 5 (c) . H U E 8
(d) .11E-2 (e) .1101 E - 5 (f) .1101 E - 2
5. (a) .10111 E5 (b) .111011 E 9 (c) .110010011 E7
(d) .10101 E 0 (e) .11000111001 E 7
6. (a) 44 (b) -44

Appendix D / Answers to Problem Sets A and Practice Exams 311


7. (a) 0 10000110 1011111000... (b) 1011110010100000011..
(c) 0 10000000 1001... (d) 10111111101010111...
8. (a) 2816 (b) -2816 (c) 12 (d) -2560
9. (a) 0 1000010 00101111100... (b) 11000010 001011111100.
(c) 0 1000000 101... (d) 1 1000000 10001
10. (a) .8E6 (b) .77034 E 5 (c) .45398 E 9
(d) .555 E - 4 (e) .77171 E - 3
11. (a) .101111 E 4 (b) .1010E6
(c) .110001 E - 2 (d) .11 E - 8

Chapter 4 Problem Set A


1. Algorithm:
(a) Input total sales
(b) Compute commission=. 12 * total sales
(c) Output total sales and commission
(d) End
Flowchart:

( Start J

yr
1 Input /
/ total sales /

1T

Commission = .12
* total sales

1'

/ Output /
/ total sales, /
/ commission/


C Stop Λ

312 Appendix D / Answers to Problem Sets A and Practice Exams


2. Algorithm:
(a) Input number of parts
(b) Compute pay =. 5 * number of parts
(c) Output number of parts and pay
(d) End
Flowchart:

ί Start J

1f

/ Input /
/ number of /
/ parts /

Pay = .5 * number of parts

'f
/ Output /
/ number of /
/ parts, pay /

,
r
C Stop Λ

Appendix D / Answers to Problem Sets A and Practice Exams 313


3. Algorithm:
(a) Input name of student
(b) Input score 1, score2, score3, score4, and score5
(c) Compute sum=score 1 + score24-score3 + score44-score5
(d) Compute average = sum/5
(e) Output name and average
(f ) If there is more data, repeat steps a through f
(g) End
Flowchart:

Ç Start J

Input
name

Input
' score 1, score 2, score 3,
score 4, score 5

Sum = score 1 4- score 2 4- score 3


4- score 4 4- score 5

314 Appendix D / Answers to Problem Sets A and Practice Exams


4. Algorithm:
(a) Input name, code, and price
(b) If code =p then price=. 83 * price
(c) Output name and price
(d) If there is more data, repeat steps (a) through (d)
(e) End
Flowchart:

f Start J

5
Input
name, code, price

Appendix D / Answers to Problem Sets A and Practice Exams 315


5. Algorithm:
(a) Input amount, Y rate, and N years
(b) Compute M rate=Y rate/12
(c) Compute N months=12 * N years
amount * M rate * (1+M rate)" months
(d) Compute M payment=-
(1+Mrate).N months - 1
(e) Output amount, Y rate, N years, and M payment
(f) End
Flowchart:

f Start J

Input
amount, y rate,
N years

Z3Z
Λ/rate = Y rate/12

N months = 12 *N years

amount * M rate * (1 + M rate)""10"*5


Compute M payment =
(1 + Mrate) Nmonths - 1
,f

Output
amount, y rate,
N years, M payment

ί Stop ^

316 Appendix D / Answers to Problem Sets A and Practice Exams


6. Algorithm:
(a) Input amount, Y rate, and N years
(b) Compute M rate=Y rate/12
(c) Compute N months=12 * N years
/A ^ w amount* M rate *(l+Mrate) 7 V m o n t h s
(d) Compute M payment= _ _ _ ^
(e) Output amount, Y rate, N years, and M payment
(f) Set month=0 and T interest=0
(g) Output heading
(h) Set month=month +1
(i) Compute M interest=amount * M rate
(j) Compute T interest=T interest+M interest
(k) Compute P payment=M payment - M interest
(1) Compute amount=amount - P payment
(m) Output month, M interest, P payment, amount
(n) If month is less than N months - 1 then repeat steps (h) through (n)
(o) month=month+1
(p) Compute M interest=amount * M rate
(q) Compute T interest=T interest+M interest
(r) Compute P payment=amount+M interest
(s) Compute amount=amount - P payment
(t) Output month, M interest, P payment, and amount
(u) Output T interest
(v) End
Flowchart:

Appendix D / Answers to Problem Sets A and Practice Exams 317


ί Start J

Input Output
amount, Krate, month, Mint,
N years P pay, amount

N months = 12 * N years

1
amount * M rate * (1 + M rate)"™"1115
M pay =
(1 + Mmte)Nmonths - 1 month = month + 1
M int = amount * rate
T Tint =Tint + Mint
Output Ppay = amount + Mint
amount, y rate,
N years, M pay t
Ouput
month, Mint,
P pay, amount

Output
Tint

C Stop J
Month = Month + 1
M int = amount * M rate
Tint = Tint + Mint
Ppay = Mpa> - Mint
Amount = amount - Ppay

318 Appendix D / Answers to Problem Sets A and Practice Exams


7. Algorithm:
(a) Input name, number of grades
(b) SetN=l and sum=0
(c) Input grade
(d) Compute sum=sum+grade
(e) Compute N=N+1
(f) If N is less than number of grades, then repeat steps (c) through (f)
(g) Compute average=sum/iV
(h) Output name and average
(i) If there is more data, then repeat steps (a) through (i)
Ü) End
Flowchart:

Start

31
Input
name,
N grades

N = 1
Sum = 0

Input
grade

Sum =
Sum + grade
N = N +1

Sum
Avg =

Yes

Appendix D / Answers to Problem Sets A and Practice Exams 319


Chapter 5 Problem Set A
1. (a) 5 (b) -18 (c) 45 (d) 11 (e) 5
2. (a) 10 (b) 20 (c) 50 (d) 32.9 (e) -2 (f) 20
(g) 6 (h) 336 (i) 1.1 (j) 29
3. (a) -2x (b) Ax (c) &C-15 (d) -ay-6
2
(e) I2y +2x (f) -3ab-2a2b (g) I2y+y2
(h) 4 * - 2 (i) yes (j) yes
4. (a) - 3 Λ ; - 1 0 (b) 1 2 - * (C) -4*+8
(d) 9 a - 1 6 (e) - 1 1 - j (f) -12
(g) 20;c-27 (h) - l l j + 2 (i) -12x+5;y+ll Φ 20-7c
5. (a) x=4 (b) x=4 (c) x= 12/5 or 2.4
(d) j = 1 4 / 3 (e) JC=2 (f) B=-\
(g) A = \ (h) Λ:=2 (i) z = 3
U) ^ = 3 (k) y=2/3 (1) f = l
(m) Λ:=10/7 (η) α = - 1 9 / 2 (o) d=l/U
(P) i = l / 3 (q) F = l (r) W= - 6
6. (a) yes (b) yes (c) no (d) yes (e) yes
7. (a) * = l , ; y = 3 (b) * = - 2 , y = 4
(c) x=3,y=-2 (d) * = l , ; y = 5
(e) inconsistent (f) x= -3/2, y=0 (g) dependent
8. (a) x=2,y=3 (b) ^ = - 1 , ^ = 3
(c) ^ = 2 / 3 , ^ = 1 / 6 (d) ;c=0,;y=.-2
(e) x = 1 7 / l l , j = 2 6 / l l (f) dependent (g) * = -31/26, y= 1/13

Chapter 6 Problem Set A


1. (a) {2,3,4,5,7,8} (b) φ (c) {1,4,5,6,8,9} (d) {1,2,3,4,6,7,9}
(e) {1,2,3,4,6,7,9} (f) {2,3,4,5,7,8} (g) φ
(h) {1,2,3,4,5,6,7,8,9}
2. (a) {s,t} (b) {a,b,i} (c) {d,o,u,t,s}
(d) {d,o,n,u,t,s,a,b,y} (e) {a,b,i,n,o,s,t} (f) {o}
(g) {a,b,n,o} (h) {a,b,d,i,n,o,u,y}
3. (a) {a,b,d,i,o,u,y} = {a,b,d,i,o,u,y} (b) {a,b,y} = {a,b,y}
4. (a) no (b) yes (c) no (d) no (e) yes (f) no
(g) yes (h) yes
5. (a) (b) (0 (d)

(e) (f)

320 Appendix D / Answers to Problem Sets A and Practice Exams


m■H
6. (a) (b) (0 (d) (e)

7. (a) (b) (c) (d) (e)

8. (a) 35 (b) 10 (c) 27 (d) 92


9. (a) 1.
AU students who are veterans or students with a B or better average, who
are not taking accounting.
2. All female students who are not taking accounting.
(b) 1. BH(AUD)
2. . C n D H A
10. (a) 10 (b) 48 (c) 6

Chapter 7 Problem Set A


1. (a) x equals five or y equals ten.
(b) If x equals five and y equals ten, then z is not equal to zero.
2. (a) Jim is smart and Jill is smarter than Jim.
(b) Jim is smart and he will get a B.
(c) If Jim is smart, then he will get a B.
(d) If Jim will get a B and Jill is smarter than Jim, then Jill will get an A.
(e) If Jim gets a B and Tom is as smart as Jim, then Tom will get a B.
(f) If Tom is as smart as Jim and if Jim is smart, then he will get a B, then Tom
will get a B.
3. (a) c-+b (b) -(*-►/) (c) bA(c~>t) (d) dA(pAr)
(e) (aVl)A(~h) (f) (cM)V((rA(~c)) (g) ( W ->r)A((~w)-(~r))
(h) rV((~r)->(~g)) (i) (eVm)A((cA(~r))
4. (a) equivalent (b) equivalent (c) equivalent (d) contradictory
(e) contradictory (f) equivalent (g) equivalent (h) contradictory
(i) contradictory (j) contradictory (k) unrelated
(a) T (b) T (c) T (d) T F (e) T F (f) F
T F F T F T F T
T T F T F F T T
F T T F T T F T
(g) F (h) T F (i) T F a) T F (k) T F
F F T F T T F T T
F F T T F F T T T
T F T T F T F F T
5. (a) F (b) F (c) F (d) T (e) F (f) F
6. (a) F (b) Need more information (c) T (d) T
(e) T (f) Need more information (g) Need more information

Appendix D / Answers to Problem Sets A and Practice Exams 321


7. (a) T (b) F
F T
T F
F F
T F
F F
T F
T T

Chapter 8 Problem Set A

1. (a) A B AB BA (b) A B A+AB A+B


0 0 0-0=0 0-0=0 0 0 0+1-0=0 0+0=0
0 1 0-1=0 1-0=0 0 1 0+1-1 = 1 0+1 = 1
1 0 1-0=0 0-1=0 1 0 1+0-0=1 1+0=1
1 1 1-1 = 1 1-1 = 1 1 1 1 + 1-0=1 1+1=1

(0 X Y XY+Y Y (d) A B c A+AB+AC A


0 0 0-0+0=0 0 0 0 0 0+0-0+0-0=0 0
0 1 0-1 + 1 = 1 1 0 0 1 0+0-0+0-1=0 0
1 0 1-0+0=0 0 0 1 0 0+0-1+0-0=0 0
1 1 1-1 + 1 = 1 1 0 1 1 0+0-1+0-1=0 0
1 0 0 1 + 1-0+1-0=1 1
h 0 1 1 + 1-0+1-1 = 1 1
1 1 0 1 + 1-1 + 1-0=1 1
1 1 1 1 + 1-1 + 1-1 = 1 1

2. (a) X+Y (b) XY (c) A (d) XY (e) Y (f) Y (g) Y


(h) Ä-BoTÄ+B (i) BA+AB (j) AB+BA (k) X
0) Q+R+S (m) AY+AWorA(Y+W) (n) X
(o) BCJ+BGJ (p) DE (q) C (r) no reduction
(s) C(Â+B) (t) AC+ABC+BC (u) BD+C(A+E)
3. Y Y
X a bc

bd bd

4. (a) B B
A 1 C) 1

(b) Y

X 1
-Θ-
X

(c) B B

A 1 1

Bill
—AB
Ä 1

322 Appendix D / Answers to Problem Sets A and Practice Exams


(d)
lllll
B B

A 1

^H
*- AB + AB
 1

(e) B B

A 1 1
^^^^^^^^ —A + B
A 1
Bllll
AB = A + B = A + B

5. Y
a b
X b c b b
c b
X c c b

6. (a)

A 1
VJ
Ä > 1 1 C

BC+ A Cor C(B+ A) or C(AB) or C + AB


(b) B B

A 1 () 1
<J
Ä 1 1

AC + BC_+ ABC_
or C(A + B) + ABC

(C) B B
r "v v "
) 1
A ) 1 C 1 C

Ä 1

7.

A 1 φ 1
— B + AC
Λ

Appendix D / Answers to Problem Sets A and Practice Exams 323


8. (a) Β(Α+Β)=0 An open circuit

(b) AB+B=B
i>
(c) AB+(A+B)=A
o
(d) AB+AB+AB=AB
CH>-
Chapter 9 Problem Set A
1. 6 1 2. ["-2 f
0 5 6 3_
3. N.P. 4. [" 8 4~
-3 1_
5. N.P. 6. f"3 15 12"
0 3 -15
7. Γ-8 0 8. "22 5"
6 -2 6 23
9. 6 16 8 10. -70 175
0 2 -30 -105 350 1
11 Γ"66 2 5" 12. 0 4 3"
7 2 5
7 3 0 7
8 0 8_ 6 0 8_
13. N.P. 14. '3 3 A~
0 0 0_
15. 8 -1 1 16. ' 3 0 15
-2 2 -2 -3 3 -3_
17. -6 2 -2" 18. "24 12 23
^ -2 2 31 8 27
-2 0 0 38 0 40
19. Γ 2 0 20" 20. N.P.
[-4 4 -4
21. (a) " 7 15 14" "12 8 16"
and5 2 =
13 17 0 34 15 11

(b) "19 23 30" (0 "11 9 18"


47 32. 11 36 19 9
(d) 62 62 92
162 94 44

324 Appendix D / Answers to Problem Sets A and Practice Exams


22. (a) [50 47" (b) "35 44" (c) "35 U~]
_33 12_ 25 12_ _37 62 J
23. (a) *=2 (b) *=3 (c) x=-2 (d) *=.5
y=i y=-2 y=5 y=1.5
(e) * = - l (f) *=2 (g) *=2.25 (h) x=.5
?=3 y=3 y=2.5 ^=1-5
(i) *=3 (i) *=.7 (k) x = l 0) x=0
y=-2 y=1.3 y=\ y=2
z=l z=-l

Chapter 10 Problem Set A


1. Here are tables for part I. Your tables may not be the same, but these points should
be on the graph of your lines.

(a) X 0 5 2 (b) X 0 3 1
y 5 0 3 y -6 0 -4

(0 X 0 5 10 (d) X 0 3 2
y -3 0 3 y 3 0 1

(e) X 0 1 2 (f) X 0 2 4
y 0 3 6 y 0 5 10

(g) X -4 -4 -4 (h) * -1 0 2
y -3 0 3 y 3 3 3

(i) X 0 5 6 0) X 0 3 1
y -5 0 1 y 6 0 4

(k) X 0 5 10 0) X 0 3 2
y 3 0 -3 y -3 0 -1

(m) X 0 -4 -8 (n) Jt 0 3 6
y 0 1 2 y 0 4 8

(o) X 6 6 6 (P) X 0 2 4
y -3 0 4 y -4 -4 -4
2. The answers to this section are given as (x,y) ordered pairs:
(a) (1,1) (b) (2,1) (c) (5,5)
(d) Inconsistent system (e) (-1,3) (f) (.5,1.5)
(g) Dependent system (h) (16,3) (i) (3,-2)
(j) (.5,1.5) (k) (.7,.3) (1) Inconsistent system

Appendix D / Answers to Problem Sets A and Practice Exams 325


326 Appendix D / Answers to Problem Sets A and Practice Exams
5. (a) jc=3andj=0 (b) jc=0andj=30
(c) x=0andj=45 (d) jc=16andj=0
6. (a) C=8.44 x=0,y=l.5
(b) C=91.5 x =30 9y=0
(c) C=68.62 x=22.5,y=0
(d) C=45.04 x=0,y=S
7. P=$22,500 (45,0)
8. C=$5.76 (7.2,1.2)

Chapter 11 Problem Set A


Thefirsttwo answers were obtained by using Program A. 10 in Appendix A.
1. LON DATA ITEM = 1 1 1
HIGH DATA ITEM = 263

FIRST GLASED START? END? GAP ? ΙΘΘΡ149?1

CLASS FREQ. BARS

1ΘΘ - 149 7 i**!****:*.*.***:*


15Θ - 199 23 *!*=*****=♦·**!*****!**
2ΘΘ ~ 249 17 M****************************
258 - 299 3 **=**=«

Appendix D / Answers to Problem Sets A and Practice Exams 327


2. LOW DATA ITEM =111
HIGH DATA ITEM = 263

FIRST CLASS= START5 END? GAP ? 100»124»1

CLASS FREQ. EARS

1ΘΘ - 124 2 ******


125-149 5 ***************
150 - 174 13 ****************************************
175 - 199 10 ******************************
200 - 224 9 ***************************
225 - 249 S ************************
25Θ - 274 3 *********
The graph in Problem 2 has more information.
3. 66, no mode, 66, 5.89
4. 66, no mode, 66, 6.93
5. (a) .5 (b) .25 (c) .125 (d) .5
6. (a) .006 (b) .9773 (c) .063 (d) .0993
7. (a) -.84 (b) 1.28 (c) 1.74 (d) 2.575
8. (a) .0808 (b) .9861 (c) .2119 (d) .1359
(e) .6826 (f) .9544 (g) .9972
9. .2254
10. 1.0466 quarts
11. 23,000 to 23,200 miles
12. 13.3 to 15.3 hours
13. (a) yes (b)- no (c) no (d) no
14. (a) 90 (b) 11.45

Chapter 1 Practice Exam


I. (a) 111010 (b) 426 (c) 19 (d) 2803 (e) 1375
(f) 10B (g) 1001101 (h) 11 (i) 22
II. (a) (269) 16 (b) (i) (101001100011) 2
(ii) (100101) 2

Chapter 2 Practice Exam


I. (a) (1001110)2 (b) (1042)8 (c) (1EB3)16 (d) (101010)2
(e) (1E689)I6 (f) (10E19),,
II. (a) (1001)2 (b) (227)8 (c) (3BAE)16 (d) (22B0)16
(e) (-10010)2 (f) (-AA8C)16
III. (a) 777, 1000 (b) HO, 111 (c) 1111, 10000
(d) FFF, 1000 (e) DOO, D01

328 Appendix D / Answers to Problem Sets A and Practice Exams


Chapter 3 Practice Exam
I. 0000000001100011
Π. (a) 50 (b) 1 (c) 600 (d) 0 (e) 30
ΙΠ. (a) .345 E 9 (b) .987 E-2
IV. (a) .11001E9 (b) .1011E-2
V. .100101100101 E 9
VI. 52
Vn. 0 1000010 0011100111...
VIII. (a) .77823 E 7 (b) .861 E-6
IX. (a) .1001 E 9 (b) .101101 E-7

Chapter 4 Practice Exam


I. Algorithm:
(a) Input weekly sales
(b) Set excess=0
(c) If weekly sales are greater than 4,000, then compute excess
=weekly sales-4,000
(d) Compute weekly salary=500 + .05 * excess
(e) Output weekly sales and weekly salary
Flowchart:

c Start

t
)

/ Input /
/ W sales /

i
Excess = 0

Excess =
W sales - 4000

Wsal = 500
+ .05 * excess

Output
/Wsales, Wsal/

Γ Stop J

Appendix D / Answers to Problem Sets A and Practice Exams 329


II. Algorithm:
(a) Set C balance=4,000 and month=0
(b) Compute M rate = .08/12
(c) Input amount
(d) Output heading
(e) Compute month=month +1
(f) Compute interest=M rate * C balance
(g) Compute C balance = C balance+interest+amount
(h) Output month, interest, and C balance
(i) If C balance is less than 10,000, then repeat steps (e) through (i)
(j) End
Flowchart:

f Start )

Cbal = 4000
month = 0
M rate = .08/12

Input
amount

Output
heading

Month = month + 1
int = M rate * C bal
Cbal = Cbal + int + amount

No
-i Stop J

Chapter 5 Practice Exam


I. (a) -lax (b) 8+3* (c) -3a2+2a (d) -2+7*
II. (a) 16 (b) 13 (c) 19
III. (a) * = 6 (b) y=-A (c) x=7/2 (d) a=-10 (e) y=2,x-6
IV. yes: 3(3)-5(-2)=9 + 10=19
V. x=23IU,y= 18/11
VI. x=2,y=-2

330 Appendix D / Answers to Problem Sets A and Practice Exams


Chapter 6 Practice Exam
I. (a) 1. AU NSTI students who are left-handed or married.
2. All married NSTI students taking MA 154.
3. All NSTI students who are not left-handed.
(b) 1. B' 2. CO A'
II. (a) {4,8,16,18,20,22,24} (b) {4,8,16,18,20,22,24}
(c) φ (d) U
III. (a) no (b) yes (c) yes (d) no
IV.

V. (a) (b)

VI. (a) 6 (b) 7

Chapter 7 Practice Exam


I. (a) If a car costs $8,000, then the payments are less than $200.
(b) Payments are less than $200 and payments are more than $200.
(c) Payments are less than $200 and the car costs $8,000.
(d) A car costs $8,000 if and only if the payments are less than $200.
(e) A car costs $8,000 if and only if the payments are not less than $200.
(f) If a car costs $8,000 or a car costs $12,000, then the payments are less than
$200 or more than $200.
(g) b,e

II. (a) P q ~q PA(~q) (b) P q ~P ~ 4 i~pM~q)


T T F F T T F F F
T F T T T F F T T
F T F F F T T F T
F F T F F F T T T

(c) p q pAq (pAq)~>q (d) P q p-+q q-+p (P^q)"(q-*P)


T T T T T T T T T
T F F T T F F T F
F T F T F T T F F
F F F T F F T T T

(e) P q -p (~P)-+P (f) none


T T F T
T F F T
F T T F
F F T F

Appendix D / Answers to Problem Sets A and Practice Exams 331


m. P q ~q pV(~q) -p p-*q (~p)Mp^>q)
T T F Φ F T F
T F T φF F F F Need more information
F T F
F F T Φ T T T
IV. P 9 r ~P (~p)Ar ((~p)Ar)"q
T T T F F F
T T F F F F
T F T F F T
T F F F F T
F T T T T T
F T F T F F
F F T T T F
F F F T F T

Chapter 8 Practice Exam


I. A B C (A+B)C ABC
0 0 0 (0+1)·0=0 0·0·0=0
0 0 1 (0+1)·1 = 1 0·0·1=0
Π. (a) W+X (b) Α+Β (c) YX+XY (d) 1 (e) 1
III. (a) Y ?
X 1 1
-θ- -X + Y
X 1

(b) Y Y
X 1
» Y
*/
X 1

(c)
t N-f \
A 1 1
(> -c
Ä 1 1

IV. W=ABC+ABC+ABC+ABC+ABC
B B

A
+ B + AC
Af1 1S
^ _
C

332 Appendix D / Answers to Problem Sets A and Practice Exams


Chapter 9 Practice Exam
i. (a)) -5 8 (b) N.P.
-15 -20
(c) 3 21 -7" (d) N.P.
1 1 -6·
26 -4 -44
(e) 5 -10" (f) -20 -20 40
15 25 -5 0 0
-45 -5 -25
(g) N.P. 0») "-490 -20 -380'
550 130 90
180 130 -190
(i) N.P. (j) N.P.
Π. (a) Γ55 46" (b) "75 40" (c) "60 38"
[42 20 45 20 47 19_
m. (a) x=2 (b) ^=2.3
y=l y=lA

Chapter 10 Practice Exam

I. (a) (b) (c)

II. (a) (5,2) (b)


in. (a) (b)

IV.

Appendix D / Answers to Problem Sets A and Practice Exams 333


V. (*,y)=(2,2)
VI. (*,y)=(2,3)
VII. 22 of lamp I
31 of lamp II

Chapter 11 Practice Exam


I. 20, 17, 17, 5.20
II. Answer was obtained by using Program A. 10 in Appendix A.
LOW DATA ITEM = 1Θ5
HIGH DATA ITEM = 21Θ

FIRST CLASS' START? END? GAP ? 1ΘΘ?119*1

CLASS FREQ. EARS


1ΘΘ - 119 3 ft*******************
12Θ - 139 5
140 - 159 6
160 - 179 4
18Θ - 199 2
20Θ - 219 1 ******
III. (a) .0526 (b) .4522 (c) .8138
IV. (a) .9719 (b) .7939 (c) .2177
V. .0668
VI. 159 to 167 lb
VII. 400

334 Appendix D / Answers to Problem Sets A and Practice Exams

Вам также может понравиться