7 Pages

sol2p

Course: MA 320, Spring 2011
School: Kentucky
Rating:
 
 
 
 
 

Word Count: 1048

Document Preview

ARITHMETIC Milo 1 DIGITAL D. Ercegovac and Toms Lang s a Morgan Kaufmann Publishers, an imprint of Elsevier, c 2004 Updated: February 13, 2004 Chapter 2: Solutions to Selected Exercises with contributions by Elisardo Antelo Exercise 2.1 Assuming that ci is connected to the XOR input with load factor 1.1 (Fig. 2.5(c)), the average delay of the carry-out is T1 = tN AN D (1) + tN AN D (2.1) = 0.07 + 0.033 +...

Register Now

Unformatted Document Excerpt

Coursehero >> Kentucky >> Kentucky >> MA 320

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
ARITHMETIC Milo 1 DIGITAL D. Ercegovac and Toms Lang s a Morgan Kaufmann Publishers, an imprint of Elsevier, c 2004 Updated: February 13, 2004 Chapter 2: Solutions to Selected Exercises with contributions by Elisardo Antelo Exercise 2.1 Assuming that ci is connected to the XOR input with load factor 1.1 (Fig. 2.5(c)), the average delay of the carry-out is T1 = tN AN D (1) + tN AN D (2.1) = 0.07 + 0.033 + 0.07 + 0.033 2.1 = 0.242ns Adding an inverter and changing the XOR into XNOR, we obtain for the carry delay: T2 = tN AN D (1) + tN AN D (2) = 0.239ns This represents a 1.4% reduction in the carry delay. Note that the dierence is very small because of the XOR input with load factor 1.1. A larger reduction would result if the XOR input load factors were symmetrical at 2. Exercise 2.4 TSRA = tsw + (n 1)tp + (n/m)tbuf + ts (Expression (2.27)) tsw = max(tgi , tki , tpi ) + tN AN D2(L=2) = tpi + tN AN D2(L=2) = 0.329 + 0.136 = 0.465ns where, assuming a switch has one standard load, tgi = tAN D2 = 0.16 + 0.027 1 = 0.187ns tki = tN OR2 = 0.07 + 0.046 1 = 0.116ns tpi = tXOR2 = 0.30 + 0.029 1 = 0.329ns tp = tN AN D2 = 0.07 + 0.033 2 = 0.136ns (L = 2) tbuf = 1.5 0.136 = 0.204 ts = 0.46 + 0.03 L = 0.46ns (Table 2.2, delay ci to si with L = 0) Therefore, TSRA = 0.465 + 31 0.136 + 8 0.204 + 0.46 6.8ns From Exercise 2.2, TCRA = 13.8ns so the SRA aproximately halves the delay. Note that to reduce the load the network for computing the sum bits uses separately obtained pi signals Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises 2 Exercise 2.5 Figure E2.5 shows the carry chains for the given operands. group 3 X Y 0 1 1 0 15 c11 c9 c12 c10 c16 c13 c3 c4 c8 c14 c15 group 2 0 01 1 10 1 1 group 1 0 00 1 01 12 1 0 8 group 0 1 10 0 01 1 1 4 10 00 0 position c1 c2 2 c5 c6 4 c7 s 15 6 carry-skip path carry-ripple path t group size m = 4 Figure E2.5: Carry chains in carry-skip adder (Exercise 2.5). Exercise 2.10 (a) T = mtc + (s 1)tmux + (p 2)tmux + (s 1)tmux + (m 1)tc + ts . (b) Let tc = tmux and m = s. T = (4m 3 + n/m2 )tc + ts and mopt = (n/2)1/3 . Exercise 2.13 The gi and ai signals are x y gi ai 0 1 0 1 1 0 0 1 0 0 0 0 1 1 1 1 The expressions and values for the CLG-4 carries are c0 c1 c2 c3 c4 =1 = g 0 a0 c 0 = 1 1 1 = 1 = g 1 a1 g 0 a1 a0 c 0 = 0 0 1 0 1 1 = 0 = g 2 a2 g 1 a2 a1 g 0 a2 a1 a0 c 0 = 0 1 0 1 0 1 1 0 1 1 1 = 0 = g 3 a3 g 2 a3 a2 g 1 a3 a2 a1 g 0 a3 a2 a1 a0 c 0 = 0 10 110 1101 11011=0 Exercise 2.15 A 64-bit, three-level carry-lookahead adder is shown in Figure E2.15. Exercise 2.17 n = 128, m = 4, tclg = tAG = 6tag = 3ts T1CLA = tag + (n/m)tclg + ts = 1 + 32 6 + 2 = 195tag Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises 3 c60 c56 c52 c48 c44 c40 c36 c32 c28 c24 c20 c16 c12 c8 c4 c0 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 CLA4 A15 G15 A14 G14 A13 G13 A12 c 48 G12 A11 G11 A10 G10 A9 G9 A8 c 32 G8 A7 G7 A6 G6 A5 G5 A4 c 16 G4 A3 G3 A2 G2 A1 G1 A0 c 0 G0 CLG-4 A15-12 G15-12 c 60 c56 CLG-4 A11-8 G11-8 c 44 c52 CLG-4 c40 A7-4 G7-4 c36 c28 c24 CLG-4 A3-0 G3-0 c20 c12 c8 c4 CLG-4 c48 c64 c32 c16 Figure E2.15: 64-bit three-level carry-lookahead adder. T2CLA = tag + tAG + (n/m2 )tclg + tclg + ts = 1 + 6 + 8 6 + 6 + 2 = 63tag T3CLA = tag +2tAG +(n/m3 )tclg +2tclg + ts = 1+12+12+12+2 = 39tag For the 4-level CLA we use another level with a group size of 2. Because of the smaller size of this group the delay of this level is smaller, we assume it to be tclg2 = 2ta,g . T4CLA = tag + 2tAG4 + tclg2 + 3tclg + ts = 1 + 12 + 2 + 18 + 2 = 35tag Exercise 2.20 i xi yi gi ai pi 8 7 0 1 0 1 1 6 1 1 1 1 0 5 0 1 0 1 1 g(0,1) g(1,0) g(2,1) g(3,2) g(4,3) g(5,4) g(6,5) g(7,6) = = = = = = = = 1 = c1 g 1 a1 g 0 g 2 a2 g 1 g 3 a3 g 2 g 4 a4 g 3 g 5 a5 g 4 g 6 a6 g 5 g 7 a7 g 6 4 1 0 0 1 1 3 0 0 0 0 0 2 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 0 Level 1 outputs: = 1, = 1, = 0, = 0, = 0, = 1, = 1, a(1,0) a(2,1) a(3,2) a(4,3) a(5,4) a(6,5) a(7,6) = a 1 a0 = a 2 a1 = a 3 a2 = a 4 a3 = a 5 a4 = a 6 a5 = a 7 a6 =1 =1 =0 =0 =1 =1 =1 Level 2 outputs: Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises c0 4 g(1,1) g(2,1) g(3,0) g(4,1) g(5,2) g(6,3) g(7,4) = = = = = = = g(1,0) g(2,1) g(3,2) g(4,3) g(5,4) g(6,5) g(7,6) a(1,0) c0 = 1 = c2 a(2,1) g(0,1) = 1 = c3 a(3,2) g(1,0) = 0, a(3,0) a(4,3) g(2,1) = 0, a(4,1) a(5,4) g(3,2) = 0, a(5,2) a(6,5) g(4,3) = 1, a(6,3) a(7,6) g(5,4) = 1, a(7,4) = a(3,2) a(1,0) = a(4,3) a(2,1) = a(5,4) a(3,1) = a(6,5) a(4,3) = a(7,6) a(5,4) =0 =0 =0 =0 =1 Level 3 outputs: c4 c5 c6 c7 = = = = g(3,0) g(4,1) g(5,2) g(6,3) a(3,0) c0 = 0 a(4,1) g(0,1) = 0 a(5,2) g(1,1) = 0 a(6,3) g(2,0) = 1 Level 4 outputs: s0 s1 s2 s3 s4 s5 s6 s7 c8 = = = = = = = = = p0 c 0 = 1 p1 c 1 = 1 p2 c 2 = 1 p3 c 3 = 1 p4 c 4 = 1 p5 c 5 = 1 p6 c 6 = 0 p7 c 7 = 0 g(7,0) a(7,0) c0 = 1 Exercise 2.23 A diagram of a 4-bit conditional-adder module is shown in Figure E2.23. Exercise 2.26 X Y 01 10 01 10 01 11 11 11 S0 c0 S1 c1 11 0 00 1 11 0 00 1 00 1 01 1 10 1 11 1 S0 c0 S1 c1 11 0 00 1 11 01 1 01 1 10 S0 c0 S1 c1 00 1 00 1 00 11 00 01 10 00 01 11 Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises 5 x3 y3 x2 y2 x1 y1 x0 y0 FA FA FA HA HA HA HA NOT c1 4 s1 3 c0 4 s1 2 s0 3 s1 1 s1 0 s0 2 s0 1 s0 0 Figure E2.23: 4-bit conditional adder for Exercise 2.23. The result is (c0 , S 0 ) because cin = 0. Exercise 2.29 a) Type 1 adder: x y c0 i c1 i ci si 1000 0111 11111 00000 00000 01111 100 000 110 001 001 101 111 110 011 100 100 101 The actual delay, assuming critical path in producing F , is TT ype1 = tXOR + tOR2 + 10 tc + tOR2 where tc is the delay of producing a carry: tc = tAN D2 + tOR2 Given that tc has the same expression for the carry-ripple adder and that the actual delay of tc is 15% smaller than its worst-case delay and assuming the same variation for tXOR and tOR2 , we get: TT ype1 0.85TCRA Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises 6 b) Type 2 adder: x y chains timing 1000100111 0111000110 jihgfedcba 6543211111 In this example, the longest chain is zero-carry chain efghij of 6 positions. The actual delay is TT ype2 = tXOR + tmax + tOR2 + tAN D10 where tmax = 6tc . Consequently, including the delay of AND-10, for this input pattern the addition delay is rougly 70% of that of the adder of type I. Exrecise 2.32 a) X Y W S C Z S C 1 1 1 0 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 111 110 010 010 101 001 100 110 a carry in; 1 0 1 0 0 1 1 1 1 0 0 1 1 1 1 0 00 10 10 00 00 11 11 00 a carry in 0 0 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 1 0 0 1 1 0 0 0a 1 1 110000110 001001101 101010101 111101110 010001010 101110000 111111010 100011101 P output of Odd-parity module. 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 0 1 0a 1 1 b) X Y W Z T P S C 1 1 1 Exercise 2.35 1 101 1 011 001 1 110 1 100 011 1 Digital Arithmetic - Ercegovac & Lang 2004 110 0 111 101 0 011 1 011 111 0 Chapter 2: Solutions to Exercises 7 Exercise 2.39 Method 1: X Y H Z Q T W S 1 0 1 0 1 1 0 1 1 1 0 1 0 1 1 0 0 1 1 0 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 Method 2: X Y P T W S 1 1 1 1 1 0 0 Exercise 2.43 Radix-2 signed digit addition of one conventional and one signed-digit operand: X 0 1 1 1 0 1 1 0 Y + 1 0 1 0 0 0 1 1 Y 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 W T S + S S Digital Arithmetic - Ercegovac & Lang 2004 Chapter 2: Solutions to Exercises
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Kentucky - EE - 380
Kentucky - EE - 380
Kentucky - EE - 380
Kentucky - EE - 380
Purdue - MA - 26100
MA26100ASSIGNMENT SHEETSummer 2011Text: James Stewart Calculus, Early Transcendentals, Sixth EditionLesson1Section12.1-4Studyreview212.5, 12.6all313.113.213.313.414.114.214.314.414.514.614.714.714.815.115.215.315.415.415.5
Kentucky - EE - 380
Kentucky - EE - 380
Purdue - MA - 26100
MA26100CalendarSummer201113June12.112.41412.5,12.6151613.1,13.217Q13.32013.421Q 2214.12314.2,14.324Q14.4,14.52714.6,14.74JulyNoclass28Review,EXAM13014.7,14.81Q15.1,15.25Q 615.3,15.4715.4,15.58Q15.61115.71816.312
Kentucky - EE - 380
Kentucky - EE - 380
Purdue - MA - 26100
Ground Rules for MA 26100, Summer 2011Midterm Examinations: There will be two, one-hour, midterm exams.Final Examination: There will be a two-hour, comprehensive nal during exam week, August3 August 5. The time and place will be announced later.Grades
Kentucky - EE - 380
Kentucky - EE - 380
Purdue - MA - 26100
Kentucky - EE - 380
Purdue - MA - 26100
M A 26100: C OMMON OFFICE HOURS - S UMMER 2011MA 26100 is taught MTTHF 7:50-9:40 a.m., MTTHF 9:50-11:40 a.m. and MTTHF 1:00-2:50 p.m.C oordinator: D avid NorrisMONDAYTUESDAY11:00noon12:001:001:002:002:103:103:204:20* Denotes GraderWEDNESDAYTHU
Kentucky - EE - 280
Problem Solutions to Problems Marked With a * inLogic Computer Design Fundamentals, Ed. 2CHAPTER 3 2000 by Prentice-Hall, Inc.3-2.DT1 =T3 =X==Y==T3XCBYT4T1ABC,T2 = AD1T4 = D + BC,T3T4D + BCT2T4AD(D + BC) = A BCDT2YX11X0
Purdue - MA - 26600
MA26600ASSIGNMENT SHEETSUMMER 2011Text: Elementary Dierential Equations and Boundary Value Problems, by Boyce and DiPrima,9th Edition, WileyBoldface letters denote Supplemental Problems available on the course web page:www.math.purdue.edu./coursesL
Purdue - MA - 26600
MA26600CalendarSummer201113June1.1,dfield8141.2,1.315Q 162.12.2172.3(heavy)202.421Q 222.52.6232.7(heavy)24Q3.127Review4JulyNoclass28EXAM1293.2303.31Q3.45Q 63.53.67
Purdue - MA - 26600
Ground Rules for MA 26600, Summer 2011Midterm Examinations: There will be two, one-hour, midterm exams.Final Examination: There will be a two-hour, comprehensive nal during exam week, August3 August 5. The time and place will be announced later.Grades
Purdue - MA - 26600
Purdue - MA - 26600
M A 26600: C OMMON OFFICE HOURS - S UMMER 2011MA 26600 is taught M-F 8:40-9:40 a.m., M-F 9:50-10:50 a.m. and M-F 11:00 a.m.-12:00 p.m.C oordinator: Y oung Hwan You* Denotes graderMONDAYTUESDAYWEDNESDAYTHURSDAY12:001:00L ei Z hangM ath 1037B enj
Purdue - MA - 11100
MA 11100, Exam 1 Answers, Spring 2011Problem1)Form ADForm BCActual Answer472)CAEvery rational number is an integer.3)BA4)ADII and III only5)EBx=6)CB1057)BEx + 0.35 x + 2.50 = 19.358)DDa=9)BD15m8t 510)AC2 x 8y11
Purdue - MA - 11100
MA 11100, Exam 1 Grade Approximations, Spring 2011Exam Average: 68.0Exam Range: 33 100These cut-offs are intended for approximations only. If you arenear a cut-off, your score could be considered either grade. Forexample, if you received a 87, your g
Purdue - MA - 11100
MA 11100, Exam 2 Grade Approximations, Spring 2011Exam Average: 62.4Exam Range: 13 100These cut-offs are intended for approximations only. If you arenear a cut-off, your score could be considered either grade. Forexample, if you received an 80, your
Purdue - MA - 11100
MA 11100Final ExamSpring 2011NAME:_ Purdue ID:_-_1. Fill in your name and Purdue ID above.2. You must use a #2 pencil on the answer sheet.3. Make sure that the color of this page matches the color of your answer sheet.4. On the answer sheet, fill i
Purdue - MA - 11100
MA 11100Assignment SheetSpring 2011Text: Intermediate Algebra, Concepts and Applications by Bittinger and Ellenbogen, 8th edition, AddisonWesley, 2010. The textbook is shrink-wrapped with a 3-ring binder and the MyMathLab Student Access Kitthat is use
Purdue - MA - 11100
MA 11100 Exam 2 Answers, Spring 2011Problem1)Form ABForm BDActual Answer9 x + 5 y = 42)CAOne line has a negative slope, theother a zero slope.3)DCy=4)EC y = 3 x423 x 2 y = 105)DB( f + g )(10) = 2506)AEThe solution is in Quad
Purdue - MA - 11100
MA 11100 Exam 3 Answers, Spring 20111.2.3.4.5.6.7.8.9.10.11.12.13.14.15.Green, Form ADEACBBEEBDADBCBOrange, Form BDEACBBEEBDADBCB
Purdue - MA - 11100
Purdue - MA - 11100
MA 11100CLASS PERIODGround RulesSpring 2011Students are expected to attend every class meeting and to read the appropriate sections of the text before coming toclass. Instructors frequently may not have time to cover every topic in class. Refer to yo
WPI - ECON - 1100
Final: ANSWER SHEETIntro Micro (ECON 1110)Name _Version ADate: _In each question there is only one correct answer. Select the answer you believe to be most correct andrecord it in the ANSWER SHEET.Name: _ECON 1110Date: _ID: AFinalMultiple Choi
WPI - ECON - 1100
Intro Micro (ECON 1110)Final: ANSWER SHEET, Version AName _Date: _1.abcde21.abcde2.abcde22.abcde3.abcde23.abcde4.abcde24.abcde5.abcde25.abcde6.abcde26.abcde7.abcde27.abc
Purdue - MA - 11100
MA 11100ScheduleSpring 2011Exam 1: Lessons 1-11; Exam 2: Lessons 12-22; Exam 3: Lessons 23-36JanuaryFebruaryMarchAprilMonday10Lesson 117 MLK day(no class)24Lesson 631Lesson 97Exam Review14Lesson 1421Lesson 1728Lesson 207Exam Revi
Purdue - MA - 11100
MA 11100 Calculator PolicyThe recommended calculator for MA 11100 students is a TI-30XA. It is the requiredcalculator for MA 15200 and MA 15300. You will need a calculator for some homeworkproblems. A calculator is never allowed on quizzes or exams.
Purdue - MA - 11100
These slides are to help thosestudents who have previously usedCourseCompass (previouslyregistered) for MA 15200 or MA11100. If you used MathXL; it isdifferent than MyMathLab. Youwould need to view thepresentation to register for the firsttime.Fo
Purdue - MA - 11100
Need your MyMathLab card with youraccess code (behind the pull off tab) Need a Valid E-Mail Address Need to know Purdues zip code is 47907and your course ID for your Class You may use an ITaP computer or on yourown computer (need Adobe FlashPlayer)
Purdue - MA - 11100
Using CourseCompassFeaturesYou must already beregistered or enrolled in acurrent class. Open up an internet browser.CourseCompass especially likesExplorer. Go to www.coursecompass.com Login with your login name andpassword. Click on your course
Purdue - MA - 11100
MA 11100Even AnswersSp11These even problems are from the bolded print problems on the assignment list. Anyeven problems that correspond to problems on coursecompass are not included in thisdocument. You will know the correct answers to those problems
Purdue - MA - 11100
MA 11100, Exam 3 Grade Approximations, Spring 2011Exam Average: 62.3Exam Range: 27 100These cut-offs are intended for approximations only. If you arenear a cut-off, your score could be considered either grade. Forexample, if you received a 87, your g
Purdue - MA - 11100
Exponent Rules and ExamplesAZero Exponent Rulea0 = 1Examples:1)12 0 = 12)( xyz ) 0 = 13)4 wrv 0 = 4 wr (1) = 4 wr4)60 + 4 = 1 + 4 = 56 x 0 6(1)5)==61h0BNegative Exponent Rulesna1=na1= annaabnb= anExamples:1)2)3)(3)
Purdue - MA - 11100
Lessons 23 Sections 4.2 and 4.33-part Inequality, Absolute Value Inequalities3-Part Inequality: 2 < x < 10 x < 10 AND x > 2The number must meet both conditions, therefore the conjunction and.Where are these numbers on the number line?-10-8-6-40-
Purdue - MA - 11100
Lesson 24, Section 5.1PolynomialsDefinition: A term is a number, a variable, a power of a variable, or the product of anyof these. A term is also commonly called a monomial. 3wExamples: 4x4 xy 2Definition: A Polynomial is a sum (or difference) of
Purdue - MA - 11100
Lesson 25Section 5.2Multiplication of PolynomialsTo multiply two monomials, use the rules of exponents.1)(8 x 2 y 3 z )(2 x5 y 2 z 2 ) =2)(5a 2b3 )(3a 5b 2 ) =To multiply a monomial and a polynomial with 2 or more terms, use the distributiveprope
Purdue - MA - 11100
Lesson 26, Sections 5.3 and 5.4 (part 1)Factoring out the Greatest Common Factor, Factoring by GroupingFactoring Trinomials (part 1)Factoring out the GCF is reversing the distributive property. It is putting thepolynomial back as a product (multiplied
Purdue - MA - 11100
Lessons 27Factoring Trinomials, Perfect Square Trinomials, Difference of SquaresTRINOMIALS (leading coefficient not a 1)Form: ax 2 + bx + c Always write terms in descending order!Notice: (3 x 5)(2 x + 3) = 6 x 2 + 9 x 10 x 15 = 6 x 2 x 156 x 2 is the
Purdue - MA - 11100
Lesson 28Factoring CompletelyFACTORING COMPLETELY1. Always factor out a GCF first, if possible.2. Count the number of terms. If there are 2 terms (binomial), look for a difference of squares pattern. If there are 3 terms (trinomial), look for a perf
Purdue - MA - 11100
Lesson 29Section 5.8Using Factoring to Solve Some Equations.Principle of Zero Products: If two factors have a product of 0, at least one of thefactors must be zero. ab = 0 a = 0 or b = 0Solve:( x 2)( x + 3) = 01)2)3 y (2 y + 1)( y 5) = 0Steps fo
Purdue - MA - 11100
Lesson 30Section 6.1Rational Expressions and FunctionsA Rational Expression is a polynomial divided by a non-zero polynomial.The following are examples of rational expressions.32w9+ xr2 ry2 2y + 5,,,,4x53r + 1y2 8A Rational Function is
Purdue - MA - 11100
Lesson 31Section 6.2Addition or Subtraction of Rational ExpressionsRemember: Fractions (rationals) can only be added or subtracted if they have a common325denominator. For example: + =888To add or subtract rational expressions with the same denomin
Purdue - MA - 11100
Lesson 32Section 6.4Rational EquationsRemember that a fraction cannot have a zero denominator. Because a rationalexpression cannot have a zero denominator, you must determine any values of x thatwould make a zero denominator when solving equations wi
Purdue - MA - 11100
Lesson 33, Section 6.5Application Problems Using Rational Equations1.2.3.4.1)Define a VariableDevelop A PlanWrite an EquationSolve and Answer the QuestionThe reciprocal of 5, plus the reciprocal of 7, is the reciprocal of what number?Let x = t
Purdue - MA - 11100
Lesson 34Section 6.8, VariationExamine this table:# hours workedPay1$82$163$244$326$4910$80When a relation between pairs of numbers is a constant ratio, such as above; it is called a8Direct Variation. The ratio above is and we say the p
Purdue - MA - 11100
Lesson 36Section 7.212What is a value for 9 ?Consider This.121211+229 9 = 9= 91 = 9 using the product rule of exponents.Now, Think!What other number times itself equals 9? 3 3 = 912Since both products equal 9, we can conclude that 9 = 3
Purdue - MA - 11100
Lesson 37Examine the following:4 9 = 23 = 6Sections 7.3 & 7.4Since both equal 6, the expressions are equal.4 9 = 36 = 6Conclusion: 4 9 = 4 9Likewise:16=44=22Since both equal 2, the expressions are equal.16= 4=24Conclusion:164=164Th
Purdue - MA - 11100
Lesson 38Sections 7.5When two radicals have the same indices (plural of index) and same radicands, they aresaid to be 'like radicals'. They can be combined the same as 'like terms'.Like Radicals: 3 r , r,2 3 5m ,4r 3 x 3 5m , 12 3 5m5 4 5, 10 4 5
Purdue - MA - 11100
Lesson 39 Sections 7.6 and 8.1Solving Radical EquationsUsing the Principle of Square Roots to Solve an Equationx=3You know you can add, subtract, multiply, or divide (by nonnegative number) and get atrue equation. Let's see if both sides can be raise
Purdue - MA - 11100
Lesson 40Section 8.2Quadratic Formula:If ax 2 + bx + c = 0 , then the value(s) of x can be found by x =Note: b mean the opposite of b 4ac means (-4)(a)(c) b b 2 4ac.2ab 2 is always positiveUse the quadratic formula to solve the following quadrat
Purdue - MA - 11100
Linear ConnectionsAny two points ofthe line-pt. 1:( x1 , y1 )pt. 2: ( x 2 , y 2 )Slope Formulahorizontalline:y = y1m=y 2 y1 r=x 2 x1 sverticalline:x = x1Point-Slope Form of Liney y1 = m( x x1 )Standard Form ofLineA, B, & C areintegers
Purdue - MA - 11100
MA 11100 and MA 15200 Spring 2011Information Needed to Register for Online HomeworkAddress: www.coursecompass.comPurdue Zip Code: 47907Adobe FlashPlayer is all that is needed on a computer.For your UserName: Use your Purdue email address (with the @p
Purdue - MA - 11100
E-mail messages Spring 2011message 1Hello!You are enrolled in MA 11100 for this fall semester. The class begin on Monday,January 10th and the class meets Monday, Wednesday, and Friday for most weeks.Vacation days are Martin Luther King Day (January 1