SlideShare a Scribd company logo
1 of 16
Unit 6: Graph Theory - Assignment
Total points for Assignment: 35 points. Assignments must be
submitted as a Microsoft Word document and uploaded to the
Dropbox for Unit 6. All Assignments are due by Tuesday at
11:59 PM ET of the assigned Unit.
NOTE: Assignment problems should not be posted to the
Discussion threads. Questions on the Assignment problems
should be addressed to the instructor by sending an email or by
attending office hours.
You must show your work on all problems. If a problem is
worth 2 points and you only show the answer, then you will
receive only 1 point credit. If you use a calculator or online
website, give the source and tell me exactly what you provided
as input. For example, if you used Excel to compute 16 * 16,
state “I typed =16*16 into Excel and got 256. You may type
your answer right into this document.
Part I. Basic Computations
1.
(4 points) The plan for a four-room house is shown below.
Draw a graph that models the connecting relationships between
the areas in the floor plan. [Your graph does not
[Your graph does not need to be fancy. You may use any
drawing software such as Visio or Creatly.com]
Answer:
2.
a. Identify all the vertices in the above graph with odd degree.
Identify the degree of each of these vertices. (2 points)
Answer:
b.
Describe two paths of different lengths that start at vertex A and
which end at vertex F. Specify the length of each path. (2
points)
Answer:
c.
Describe a circuit of length 3. (2 points)
Answer:
d.
Describe two different circuits of length 4 (1 point)
Answer:
3.
Consider this graph:
a. Find an Euler circuit in this graph that starts and ends at
vertex D. (1 point)
Answer:
b. Using Euler’s Rules, explain how you know that this graph
has an Euler Circuit? (1 point)
Answer:
4.
Paths in a zoo are located according to this map. You want to
make sure that you see every exhibit along each path exactly
once.
a. Where should you begin and end so that you do not need to
retrace your steps? Explain how you know where to start and
end. (1 point)
Answer:
Explanation:
b. Find a path such that you do not need to retrace your steps.
(1 point)
Answer:
Part II. Case Study
The Case of the Missing Cookies
This week’s episode of “Patty Madeye Mysteries” is based on
an investigation at a local Girl Sprouts Camp. Apparently, the
Girl Sprout organization has been gearing up for their annual
fund-raising event in which members sell cookies and candy at
local shopping centers. The proceeds from the fund-raising
event are then used to improve the camping facilities (tents,
mess-hall, swimming area) at the camp.
In her investigation, Patty determines that the cookies and
candy were delivered to the camp on Friday and stored in the
camp office. Over the weekend, the camp director moved them
into the refrigerator unit in the mess-hall so that they would not
melt or spoil. The problem is that the camp director, then lost
her keys to the refrigerator unit sometime while walking the
camp paths, shown in the following diagram (triangles represent
camp buildings/tents; lines represent paths):
SHAPE * MERGEFORMAT
Task #1: (4 points) The camp director is in a hurry to find her
keys and she must search along each of the paths. Can you
determine a way for her to travel each trail only once, starting
and ending at her office? If so, describe the path. If not,
explain how you know that there is no such path, then describe
a path in which the camp director MAY retrace her steps.
Answer:
Task #2. (4 points). When camp is not in session, the camp
director lives in a residence close to the camp. If she doesn’t
find her keys on the camp trials, then either they have been
stolen by a squirrel or they are somewhere in her house, shown
below. Since she might have used her keys to open one of the
many doors in her house, she will need to check each door.
Patty has been asked to provide a sketch showing the
relationships between each of the rooms and doors in the house.
Can you draw a graph depicting this relationship?
Answer:
Task #3. (4 points) Can you determine a method for the camp
director to search for her keys in each of the doors of the house
without retracing her steps? If so, describe the path. If not,
explain how you know that there is no such path.
Answer:
Task #4. (8 points) The directors and producers of The Patty
Madeye Mysteries need some background on graph theory, since
they have not yet taken this course. Do some research on graph
theory using the Kaplan Library and the internet and present a
specific application for graph theory besides those presented in
the course. Your answer should be in paragraph form (no
more than 1 page in length) and may include properly cited or
original images. Be sure to explain the specific real-world
application and give a specific example of where this
application has been used.
Hall
Living�Room
Outside
Kitchen
Den
I
F
C
B
D
H
A
G
E
A
B
E
C
J
I
F
D
G
H
A
C
G
H
I
Office
E
Mess-hall
K
J
B
D
L
F
R #7
Room �#6
Room #3
Rm #8
Rm #4
Room #1
Room #2
Room #9
Room #5
PAGE
Copyright 2010 – Kaplan University – All Rights Reserved
5 | Page
Unit 5: Mathematical Recursion - Assignment
Total points for Assignment: 35 points.
Assignments must be submitted as a Microsoft Word document
and uploaded to the Dropbox for Unit 5.
All Assignments are due by Tuesday at 11:59 PM ET of the
assigned Unit.
NOTE: Assignment problems should not be posted to the
Discussion threads. Questions on the Assignment problems
should be addressed to the instructor by sending an email or by
attending office hours.
You must show your work on all problems. If a problem is
worth 2 points and you only show the answer, then you will
receive only 1 point credit. If you use a calculator or online
website, give the source and tell me exactly what you provided
as input. For example, if you used Excel to compute 16 * 16,
state “I typed =16*16 into Excel and got 256. You may type
your answer right into this document.
Part I. Basic Computations
1.
According to the National Education Association
, the average classroom teacher in the US earned $43,837 in
annual salary for the 1999-2000 school year.
a. If the teachers receive an average salary increase of $1096,
write out the first 6 terms of the sequence formed by the
average salaries starting with the 1999-2000 school year.
Explain how you got your answer. (1 point)
Answer:
Explanation:
b.
Write the general form for the sequence. (1 point)
Answer:
Explanation:
c.
Write the recursive formula for an. (1 point)
Answer:
Explanation:
2.
In 1965, Gordon Moore, the cofounder of Intel, predicted that
the number of transistors that could be designed into an
integrated circuit would double every two years
. This result is known as Moore’s Law.
a.
Complete the following table, showing the number of transisters
per circuit for the indicated years.
(1 point)
Year
Number of Transistors
1972
2500
1974
1976
1978
1980
1982
1984
1986
1988
1990
b.
Express this sequence using a recursive formula in which we
can express any term an in terms of the term an-2 (the term 2
years prior). [Hint: Remember that n represents the number of
years since 1970, since n = 2 represents the year 1972. ] (1
point)
Answer:
Explanation:
c.
According to Intel, the Pentium 4 processor circuit, released in
the year 2000, is designed using 42,000,000 transistors.
According to your calculations, is this circuit consistent with
Moore’s Law? Explain your answer. (1 point)
Answer:
Explanation:
3.
Expand the following summation, then evaluate. In your
explanation, describe the steps involved in arriving at your
answer. (5 points)
10
3
26
j
j
=
-
å
Answer:
Explanation:
4.
The sequence formed by the Lucas numbers is as follows:
{1,3,4,7,11,18,...}
. Using proper terminology as you learned in this unit, compare
and contrast the Lucas sequence with the famous Fibonacci
sequence by naming at least one similar property and one
contrasting property. (4 points)
Answer:
Part II. Case Study
The Mystery of the Missing Coulomb
This week Patty Madeye is going to be investigating the theft of
a rare Orange Tiger Coulomb (shown at the right), which is
owned by Madame Levare, who lives in West Floflux.
Since the jewels are quite valuable, Madam Levare stores them
in the vault at the jeweler’s store, West FloFlux GemStone in
downtown West FloFlux. Only certain lockboxes in the vault
were touched – it seems that the thief knew exactly what he was
looking for.
Task #1 – Patty’s first task is to determine the value of the
jewels. She talks to the jeweler who created them and he
estimates the value of the jewels in 1985 (when they were
purchased) at $65,000. The value is thought to increase
(appreciate) by $1500 per year. If this is true, how much would
the jewels be worth in 2010? Explain how you arrived at your
answer. (4 points)
Answer:
Explanation:
Task #2 - Patty talks to the jeweler and discovers that he
remembers the 4-digit combination to the main vault in the store
by writing it down in summation form. Here’s what he wrote:
The combination is written in summation form, but some of the
notation is cut off from where the paper is ripped. You’ll need
to figure out the full equation so that Patty can get into the
vault to investigate. (4 points)
Answer:
Explanation:
Task #3 - Patty notices a pattern in the numbers of the
lockboxes that were touched during the robbery and says that
she thinks that it’s a mathematical sequence. The sequence is
{ 8, 15, 22, 29, …}. Determine whether this is a sequence (as
far as you can tell) and what type (arithmetic or geometric) it
is. Justify your answer by stating the general term for the
sequence. Assuming Patty is correct, can you identify two other
lockboxes that might have been emptied using this sequence? (4
points)
Answer:
Explanation:
Task #4 (8 points) – Patty asks you to find out more
information about the Fibonacci sequence as background for
this week’s episode. Do some research on the Fibonacci
numbers by consulting the Kaplan Library or the internet. Find
two facts or interesting properties about this fascinating topic
and write a 1 page essay describing what you have found.
Possible approaches include:
· The origin of the Fibonacci sequence?
· What is the connection between the Fibonacci sequence and
the golden ratio?
· Does the “golden string” ever repeat?
Answer:
Essay Requirements
· Write your essay in this document – do not save it in a
separate file.
· Your answer should be between 400-500 words (about 1 page
of double-spaced text)
· You must cite all sources (book, website, periodical) using
APA format, however do not use unreliable sources such as
Wikipedia, and Yahoo! Answers.
� Rankings of the States 2009 and Estimates of School
Statistics 2010. (2009). Retrieved October 19, 2010 from
National Education Association, NEA Research:
http://www.nea.org/home/index.html.
� Moore's Law. (2010). Retrieved October 19, 2010 from
Moore's Law and Intel Innovation: http://www.intel.com/about/
companyinfo/museum/exhibits/moore.htm.
PAGE
Copyright 2010 – Kaplan University – All Rights Reserved
1 | Page
_1348996736.unknown
_1349000884.unknown

More Related Content

Similar to Unit 6 Graph Theory - AssignmentTotal points for Assignment 35 .docx

[Finance] 1 Assignment Unit 1 Writ.docx
      [Finance] 1  Assignment  Unit 1  Writ.docx      [Finance] 1  Assignment  Unit 1  Writ.docx
[Finance] 1 Assignment Unit 1 Writ.docxjoyjonna282
 
Problms involved with real numbers
Problms involved with real numbersProblms involved with real numbers
Problms involved with real numbersmekaylagonzales
 
Mid module review
Mid module reviewMid module review
Mid module reviewmlabuski
 
grade 7 dll 1st quarter WEEK 10 (1).doc
grade 7 dll 1st quarter  WEEK 10 (1).docgrade 7 dll 1st quarter  WEEK 10 (1).doc
grade 7 dll 1st quarter WEEK 10 (1).docAngelaCamillePaynant
 
5HM Unit 2 Learning Contract
5HM Unit 2 Learning Contract5HM Unit 2 Learning Contract
5HM Unit 2 Learning ContractJanelle Kreiling
 
ME Math 8 Q1 0204 TG.pdf Teaching Guide
ME Math 8 Q1 0204 TG.pdf  Teaching GuideME Math 8 Q1 0204 TG.pdf  Teaching Guide
ME Math 8 Q1 0204 TG.pdf Teaching Guidedonnabelleisidro
 
(7) Lesson 4.5 - Add and Subtract Mixed Numbers
(7) Lesson 4.5 - Add and Subtract Mixed Numbers(7) Lesson 4.5 - Add and Subtract Mixed Numbers
(7) Lesson 4.5 - Add and Subtract Mixed Numberswzuri
 
Weeklyhlp q1 w1-grade9
Weeklyhlp q1 w1-grade9Weeklyhlp q1 w1-grade9
Weeklyhlp q1 w1-grade9NolandNejarda1
 
Grado6 guia1 periodo3_matematicas_tecnolo y fisica
Grado6 guia1 periodo3_matematicas_tecnolo y fisicaGrado6 guia1 periodo3_matematicas_tecnolo y fisica
Grado6 guia1 periodo3_matematicas_tecnolo y fisicaFABIOALONSOCUADROS
 
MATH7 ADM MODULE 3.pdf
MATH7 ADM MODULE 3.pdfMATH7 ADM MODULE 3.pdf
MATH7 ADM MODULE 3.pdfNelsonNelson56
 
Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)clari1998
 
Lesson 20
Lesson 20Lesson 20
Lesson 20NRWEG3
 
Primary Fractions.pptx
Primary Fractions.pptxPrimary Fractions.pptx
Primary Fractions.pptxGreatSchool1
 

Similar to Unit 6 Graph Theory - AssignmentTotal points for Assignment 35 .docx (20)

WEEK 4.doc
WEEK 4.docWEEK 4.doc
WEEK 4.doc
 
[Finance] 1 Assignment Unit 1 Writ.docx
      [Finance] 1  Assignment  Unit 1  Writ.docx      [Finance] 1  Assignment  Unit 1  Writ.docx
[Finance] 1 Assignment Unit 1 Writ.docx
 
Problms involved with real numbers
Problms involved with real numbersProblms involved with real numbers
Problms involved with real numbers
 
Mit6 006 f11_quiz1
Mit6 006 f11_quiz1Mit6 006 f11_quiz1
Mit6 006 f11_quiz1
 
3 math lm q2
3 math lm q23 math lm q2
3 math lm q2
 
Doc
DocDoc
Doc
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Mid module review
Mid module reviewMid module review
Mid module review
 
grade 7 dll 1st quarter WEEK 10 (1).doc
grade 7 dll 1st quarter  WEEK 10 (1).docgrade 7 dll 1st quarter  WEEK 10 (1).doc
grade 7 dll 1st quarter WEEK 10 (1).doc
 
5HM Unit 2 Learning Contract
5HM Unit 2 Learning Contract5HM Unit 2 Learning Contract
5HM Unit 2 Learning Contract
 
ME Math 8 Q1 0204 TG.pdf Teaching Guide
ME Math 8 Q1 0204 TG.pdf  Teaching GuideME Math 8 Q1 0204 TG.pdf  Teaching Guide
ME Math 8 Q1 0204 TG.pdf Teaching Guide
 
(7) Lesson 4.5 - Add and Subtract Mixed Numbers
(7) Lesson 4.5 - Add and Subtract Mixed Numbers(7) Lesson 4.5 - Add and Subtract Mixed Numbers
(7) Lesson 4.5 - Add and Subtract Mixed Numbers
 
Weeklyhlp q1 w1-grade9
Weeklyhlp q1 w1-grade9Weeklyhlp q1 w1-grade9
Weeklyhlp q1 w1-grade9
 
Grado6 guia1 periodo3_matematicas_tecnolo y fisica
Grado6 guia1 periodo3_matematicas_tecnolo y fisicaGrado6 guia1 periodo3_matematicas_tecnolo y fisica
Grado6 guia1 periodo3_matematicas_tecnolo y fisica
 
MATH7 ADM MODULE 3.pdf
MATH7 ADM MODULE 3.pdfMATH7 ADM MODULE 3.pdf
MATH7 ADM MODULE 3.pdf
 
Lesson plan exponents and powers class VIII
Lesson plan exponents and powers class VIIILesson plan exponents and powers class VIII
Lesson plan exponents and powers class VIII
 
Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)
 
Lesson 20
Lesson 20Lesson 20
Lesson 20
 
Primary Fractions.pptx
Primary Fractions.pptxPrimary Fractions.pptx
Primary Fractions.pptx
 
Fractions (1).pptx
Fractions (1).pptxFractions (1).pptx
Fractions (1).pptx
 

More from dickonsondorris

Copyright © eContent Management Pty Ltd. Health Sociology Revi.docx
Copyright © eContent Management Pty Ltd. Health Sociology Revi.docxCopyright © eContent Management Pty Ltd. Health Sociology Revi.docx
Copyright © eContent Management Pty Ltd. Health Sociology Revi.docxdickonsondorris
 
Copyright © Pearson Education 2010 Digital Tools in Toda.docx
Copyright © Pearson Education 2010 Digital Tools in Toda.docxCopyright © Pearson Education 2010 Digital Tools in Toda.docx
Copyright © Pearson Education 2010 Digital Tools in Toda.docxdickonsondorris
 
Copyright © Jen-Wen Lin 2018 1 STA457 Time series .docx
Copyright © Jen-Wen Lin 2018   1 STA457 Time series .docxCopyright © Jen-Wen Lin 2018   1 STA457 Time series .docx
Copyright © Jen-Wen Lin 2018 1 STA457 Time series .docxdickonsondorris
 
Copyright © John Wiley & Sons, Inc. All rights reserved..docx
Copyright © John Wiley & Sons, Inc. All rights reserved..docxCopyright © John Wiley & Sons, Inc. All rights reserved..docx
Copyright © John Wiley & Sons, Inc. All rights reserved..docxdickonsondorris
 
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docx
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docxCopyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docx
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docxdickonsondorris
 
Copyright © Cengage Learning. All rights reserved. CHAPTE.docx
Copyright © Cengage Learning.  All rights reserved. CHAPTE.docxCopyright © Cengage Learning.  All rights reserved. CHAPTE.docx
Copyright © Cengage Learning. All rights reserved. CHAPTE.docxdickonsondorris
 
Copyright © by Holt, Rinehart and Winston. All rights reserved.docx
Copyright © by Holt, Rinehart and Winston. All rights reserved.docxCopyright © by Holt, Rinehart and Winston. All rights reserved.docx
Copyright © by Holt, Rinehart and Winston. All rights reserved.docxdickonsondorris
 
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docx
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docxCopyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docx
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docxdickonsondorris
 
Copyright © 2019, American Institute of Certified Public Accou.docx
Copyright © 2019, American Institute of Certified Public Accou.docxCopyright © 2019, American Institute of Certified Public Accou.docx
Copyright © 2019, American Institute of Certified Public Accou.docxdickonsondorris
 
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docx
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docxCopyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docx
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docxdickonsondorris
 
Copyright © 2018 Pearson Education, Inc. C H A P T E R 6.docx
Copyright © 2018 Pearson Education, Inc. C H A P T E R  6.docxCopyright © 2018 Pearson Education, Inc. C H A P T E R  6.docx
Copyright © 2018 Pearson Education, Inc. C H A P T E R 6.docxdickonsondorris
 
Copyright © 2018 Capella University. Copy and distribution o.docx
Copyright © 2018 Capella University. Copy and distribution o.docxCopyright © 2018 Capella University. Copy and distribution o.docx
Copyright © 2018 Capella University. Copy and distribution o.docxdickonsondorris
 
Copyright © 2018 Pearson Education, Inc.C H A P T E R 3.docx
Copyright © 2018 Pearson Education, Inc.C H A P T E R  3.docxCopyright © 2018 Pearson Education, Inc.C H A P T E R  3.docx
Copyright © 2018 Pearson Education, Inc.C H A P T E R 3.docxdickonsondorris
 
Copyright © 2018 by Steven Levitsky and Daniel.docx
Copyright © 2018 by Steven Levitsky and Daniel.docxCopyright © 2018 by Steven Levitsky and Daniel.docx
Copyright © 2018 by Steven Levitsky and Daniel.docxdickonsondorris
 
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docx
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docxCopyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docx
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docxdickonsondorris
 
Copyright © 2017 Wolters Kluwer Health Lippincott Williams.docx
Copyright © 2017 Wolters Kluwer Health  Lippincott Williams.docxCopyright © 2017 Wolters Kluwer Health  Lippincott Williams.docx
Copyright © 2017 Wolters Kluwer Health Lippincott Williams.docxdickonsondorris
 
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docx
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docxCopyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docx
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docxdickonsondorris
 
Copyright © 2017 by University of Phoenix. All rights rese.docx
Copyright © 2017 by University of Phoenix. All rights rese.docxCopyright © 2017 by University of Phoenix. All rights rese.docx
Copyright © 2017 by University of Phoenix. All rights rese.docxdickonsondorris
 
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docx
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docxCopyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docx
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docxdickonsondorris
 
Copyright © 2016 Pearson Education, Inc. .docx
Copyright © 2016 Pearson Education, Inc.                    .docxCopyright © 2016 Pearson Education, Inc.                    .docx
Copyright © 2016 Pearson Education, Inc. .docxdickonsondorris
 

More from dickonsondorris (20)

Copyright © eContent Management Pty Ltd. Health Sociology Revi.docx
Copyright © eContent Management Pty Ltd. Health Sociology Revi.docxCopyright © eContent Management Pty Ltd. Health Sociology Revi.docx
Copyright © eContent Management Pty Ltd. Health Sociology Revi.docx
 
Copyright © Pearson Education 2010 Digital Tools in Toda.docx
Copyright © Pearson Education 2010 Digital Tools in Toda.docxCopyright © Pearson Education 2010 Digital Tools in Toda.docx
Copyright © Pearson Education 2010 Digital Tools in Toda.docx
 
Copyright © Jen-Wen Lin 2018 1 STA457 Time series .docx
Copyright © Jen-Wen Lin 2018   1 STA457 Time series .docxCopyright © Jen-Wen Lin 2018   1 STA457 Time series .docx
Copyright © Jen-Wen Lin 2018 1 STA457 Time series .docx
 
Copyright © John Wiley & Sons, Inc. All rights reserved..docx
Copyright © John Wiley & Sons, Inc. All rights reserved..docxCopyright © John Wiley & Sons, Inc. All rights reserved..docx
Copyright © John Wiley & Sons, Inc. All rights reserved..docx
 
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docx
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docxCopyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docx
Copyright © by The McGraw-Hill Companies, Inc. The Aztec Accou.docx
 
Copyright © Cengage Learning. All rights reserved. CHAPTE.docx
Copyright © Cengage Learning.  All rights reserved. CHAPTE.docxCopyright © Cengage Learning.  All rights reserved. CHAPTE.docx
Copyright © Cengage Learning. All rights reserved. CHAPTE.docx
 
Copyright © by Holt, Rinehart and Winston. All rights reserved.docx
Copyright © by Holt, Rinehart and Winston. All rights reserved.docxCopyright © by Holt, Rinehart and Winston. All rights reserved.docx
Copyright © by Holt, Rinehart and Winston. All rights reserved.docx
 
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docx
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docxCopyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docx
Copyright © 2020 by Jones & Bartlett Learning, LLC, an Ascend .docx
 
Copyright © 2019, American Institute of Certified Public Accou.docx
Copyright © 2019, American Institute of Certified Public Accou.docxCopyright © 2019, American Institute of Certified Public Accou.docx
Copyright © 2019, American Institute of Certified Public Accou.docx
 
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docx
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docxCopyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docx
Copyright © 2018 Pearson Education, Inc. All Rights ReservedChild .docx
 
Copyright © 2018 Pearson Education, Inc. C H A P T E R 6.docx
Copyright © 2018 Pearson Education, Inc. C H A P T E R  6.docxCopyright © 2018 Pearson Education, Inc. C H A P T E R  6.docx
Copyright © 2018 Pearson Education, Inc. C H A P T E R 6.docx
 
Copyright © 2018 Capella University. Copy and distribution o.docx
Copyright © 2018 Capella University. Copy and distribution o.docxCopyright © 2018 Capella University. Copy and distribution o.docx
Copyright © 2018 Capella University. Copy and distribution o.docx
 
Copyright © 2018 Pearson Education, Inc.C H A P T E R 3.docx
Copyright © 2018 Pearson Education, Inc.C H A P T E R  3.docxCopyright © 2018 Pearson Education, Inc.C H A P T E R  3.docx
Copyright © 2018 Pearson Education, Inc.C H A P T E R 3.docx
 
Copyright © 2018 by Steven Levitsky and Daniel.docx
Copyright © 2018 by Steven Levitsky and Daniel.docxCopyright © 2018 by Steven Levitsky and Daniel.docx
Copyright © 2018 by Steven Levitsky and Daniel.docx
 
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docx
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docxCopyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docx
Copyright © 2017, 2014, 2011 Pearson Education, Inc. All Right.docx
 
Copyright © 2017 Wolters Kluwer Health Lippincott Williams.docx
Copyright © 2017 Wolters Kluwer Health  Lippincott Williams.docxCopyright © 2017 Wolters Kluwer Health  Lippincott Williams.docx
Copyright © 2017 Wolters Kluwer Health Lippincott Williams.docx
 
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docx
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docxCopyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docx
Copyright © 2016, 2013, 2010 Pearson Education, Inc. All Right.docx
 
Copyright © 2017 by University of Phoenix. All rights rese.docx
Copyright © 2017 by University of Phoenix. All rights rese.docxCopyright © 2017 by University of Phoenix. All rights rese.docx
Copyright © 2017 by University of Phoenix. All rights rese.docx
 
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docx
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docxCopyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docx
Copyright © 2016 John Wiley & Sons, Inc.Copyright © 20.docx
 
Copyright © 2016 Pearson Education, Inc. .docx
Copyright © 2016 Pearson Education, Inc.                    .docxCopyright © 2016 Pearson Education, Inc.                    .docx
Copyright © 2016 Pearson Education, Inc. .docx
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 

Unit 6 Graph Theory - AssignmentTotal points for Assignment 35 .docx

  • 1. Unit 6: Graph Theory - Assignment Total points for Assignment: 35 points. Assignments must be submitted as a Microsoft Word document and uploaded to the Dropbox for Unit 6. All Assignments are due by Tuesday at 11:59 PM ET of the assigned Unit. NOTE: Assignment problems should not be posted to the Discussion threads. Questions on the Assignment problems should be addressed to the instructor by sending an email or by attending office hours. You must show your work on all problems. If a problem is worth 2 points and you only show the answer, then you will receive only 1 point credit. If you use a calculator or online website, give the source and tell me exactly what you provided as input. For example, if you used Excel to compute 16 * 16, state “I typed =16*16 into Excel and got 256. You may type your answer right into this document. Part I. Basic Computations 1. (4 points) The plan for a four-room house is shown below. Draw a graph that models the connecting relationships between the areas in the floor plan. [Your graph does not [Your graph does not need to be fancy. You may use any drawing software such as Visio or Creatly.com] Answer: 2.
  • 2. a. Identify all the vertices in the above graph with odd degree. Identify the degree of each of these vertices. (2 points) Answer: b. Describe two paths of different lengths that start at vertex A and which end at vertex F. Specify the length of each path. (2 points) Answer: c. Describe a circuit of length 3. (2 points) Answer: d. Describe two different circuits of length 4 (1 point) Answer: 3. Consider this graph: a. Find an Euler circuit in this graph that starts and ends at vertex D. (1 point) Answer: b. Using Euler’s Rules, explain how you know that this graph has an Euler Circuit? (1 point) Answer: 4. Paths in a zoo are located according to this map. You want to make sure that you see every exhibit along each path exactly once. a. Where should you begin and end so that you do not need to retrace your steps? Explain how you know where to start and end. (1 point)
  • 3. Answer: Explanation: b. Find a path such that you do not need to retrace your steps. (1 point) Answer: Part II. Case Study The Case of the Missing Cookies This week’s episode of “Patty Madeye Mysteries” is based on an investigation at a local Girl Sprouts Camp. Apparently, the Girl Sprout organization has been gearing up for their annual fund-raising event in which members sell cookies and candy at local shopping centers. The proceeds from the fund-raising event are then used to improve the camping facilities (tents, mess-hall, swimming area) at the camp. In her investigation, Patty determines that the cookies and candy were delivered to the camp on Friday and stored in the camp office. Over the weekend, the camp director moved them into the refrigerator unit in the mess-hall so that they would not melt or spoil. The problem is that the camp director, then lost her keys to the refrigerator unit sometime while walking the camp paths, shown in the following diagram (triangles represent camp buildings/tents; lines represent paths): SHAPE * MERGEFORMAT Task #1: (4 points) The camp director is in a hurry to find her keys and she must search along each of the paths. Can you determine a way for her to travel each trail only once, starting and ending at her office? If so, describe the path. If not, explain how you know that there is no such path, then describe a path in which the camp director MAY retrace her steps.
  • 4. Answer: Task #2. (4 points). When camp is not in session, the camp director lives in a residence close to the camp. If she doesn’t find her keys on the camp trials, then either they have been stolen by a squirrel or they are somewhere in her house, shown below. Since she might have used her keys to open one of the many doors in her house, she will need to check each door. Patty has been asked to provide a sketch showing the relationships between each of the rooms and doors in the house. Can you draw a graph depicting this relationship? Answer: Task #3. (4 points) Can you determine a method for the camp director to search for her keys in each of the doors of the house without retracing her steps? If so, describe the path. If not, explain how you know that there is no such path. Answer: Task #4. (8 points) The directors and producers of The Patty Madeye Mysteries need some background on graph theory, since they have not yet taken this course. Do some research on graph theory using the Kaplan Library and the internet and present a specific application for graph theory besides those presented in the course. Your answer should be in paragraph form (no more than 1 page in length) and may include properly cited or original images. Be sure to explain the specific real-world application and give a specific example of where this application has been used. Hall Living�Room
  • 9. R #7 Room �#6 Room #3 Rm #8 Rm #4 Room #1 Room #2 Room #9 Room #5
  • 10. PAGE Copyright 2010 – Kaplan University – All Rights Reserved 5 | Page Unit 5: Mathematical Recursion - Assignment Total points for Assignment: 35 points. Assignments must be submitted as a Microsoft Word document and uploaded to the Dropbox for Unit 5. All Assignments are due by Tuesday at 11:59 PM ET of the assigned Unit. NOTE: Assignment problems should not be posted to the Discussion threads. Questions on the Assignment problems should be addressed to the instructor by sending an email or by attending office hours. You must show your work on all problems. If a problem is worth 2 points and you only show the answer, then you will receive only 1 point credit. If you use a calculator or online website, give the source and tell me exactly what you provided as input. For example, if you used Excel to compute 16 * 16, state “I typed =16*16 into Excel and got 256. You may type your answer right into this document. Part I. Basic Computations 1. According to the National Education Association , the average classroom teacher in the US earned $43,837 in annual salary for the 1999-2000 school year.
  • 11. a. If the teachers receive an average salary increase of $1096, write out the first 6 terms of the sequence formed by the average salaries starting with the 1999-2000 school year. Explain how you got your answer. (1 point) Answer: Explanation: b. Write the general form for the sequence. (1 point) Answer: Explanation: c. Write the recursive formula for an. (1 point) Answer: Explanation: 2. In 1965, Gordon Moore, the cofounder of Intel, predicted that the number of transistors that could be designed into an integrated circuit would double every two years . This result is known as Moore’s Law. a. Complete the following table, showing the number of transisters per circuit for the indicated years. (1 point) Year Number of Transistors 1972 2500 1974
  • 12. 1976 1978 1980 1982 1984 1986 1988 1990 b. Express this sequence using a recursive formula in which we can express any term an in terms of the term an-2 (the term 2 years prior). [Hint: Remember that n represents the number of years since 1970, since n = 2 represents the year 1972. ] (1 point) Answer: Explanation: c. According to Intel, the Pentium 4 processor circuit, released in the year 2000, is designed using 42,000,000 transistors. According to your calculations, is this circuit consistent with Moore’s Law? Explain your answer. (1 point) Answer: Explanation: 3. Expand the following summation, then evaluate. In your explanation, describe the steps involved in arriving at your
  • 13. answer. (5 points) 10 3 26 j j = - å Answer: Explanation: 4. The sequence formed by the Lucas numbers is as follows: {1,3,4,7,11,18,...} . Using proper terminology as you learned in this unit, compare and contrast the Lucas sequence with the famous Fibonacci sequence by naming at least one similar property and one contrasting property. (4 points) Answer: Part II. Case Study The Mystery of the Missing Coulomb This week Patty Madeye is going to be investigating the theft of a rare Orange Tiger Coulomb (shown at the right), which is owned by Madame Levare, who lives in West Floflux. Since the jewels are quite valuable, Madam Levare stores them
  • 14. in the vault at the jeweler’s store, West FloFlux GemStone in downtown West FloFlux. Only certain lockboxes in the vault were touched – it seems that the thief knew exactly what he was looking for. Task #1 – Patty’s first task is to determine the value of the jewels. She talks to the jeweler who created them and he estimates the value of the jewels in 1985 (when they were purchased) at $65,000. The value is thought to increase (appreciate) by $1500 per year. If this is true, how much would the jewels be worth in 2010? Explain how you arrived at your answer. (4 points) Answer: Explanation: Task #2 - Patty talks to the jeweler and discovers that he remembers the 4-digit combination to the main vault in the store by writing it down in summation form. Here’s what he wrote: The combination is written in summation form, but some of the notation is cut off from where the paper is ripped. You’ll need to figure out the full equation so that Patty can get into the vault to investigate. (4 points) Answer: Explanation: Task #3 - Patty notices a pattern in the numbers of the lockboxes that were touched during the robbery and says that she thinks that it’s a mathematical sequence. The sequence is { 8, 15, 22, 29, …}. Determine whether this is a sequence (as far as you can tell) and what type (arithmetic or geometric) it is. Justify your answer by stating the general term for the sequence. Assuming Patty is correct, can you identify two other lockboxes that might have been emptied using this sequence? (4 points) Answer: Explanation:
  • 15. Task #4 (8 points) – Patty asks you to find out more information about the Fibonacci sequence as background for this week’s episode. Do some research on the Fibonacci numbers by consulting the Kaplan Library or the internet. Find two facts or interesting properties about this fascinating topic and write a 1 page essay describing what you have found. Possible approaches include: · The origin of the Fibonacci sequence? · What is the connection between the Fibonacci sequence and the golden ratio? · Does the “golden string” ever repeat? Answer: Essay Requirements · Write your essay in this document – do not save it in a separate file. · Your answer should be between 400-500 words (about 1 page of double-spaced text) · You must cite all sources (book, website, periodical) using APA format, however do not use unreliable sources such as Wikipedia, and Yahoo! Answers. � Rankings of the States 2009 and Estimates of School Statistics 2010. (2009). Retrieved October 19, 2010 from National Education Association, NEA Research: http://www.nea.org/home/index.html. � Moore's Law. (2010). Retrieved October 19, 2010 from Moore's Law and Intel Innovation: http://www.intel.com/about/ companyinfo/museum/exhibits/moore.htm.
  • 16. PAGE Copyright 2010 – Kaplan University – All Rights Reserved 1 | Page _1348996736.unknown _1349000884.unknown