SlideShare a Scribd company logo
1 of 13
Excel Project – Matrix Applications
Part 1 – Cryptography
Matrices can be used to encode and decode messages. To begin
with, we could assign the numbers 1-26 to the letters of the
alphabet and assign the number 0 to a space between words.
Then, we could translate any verbal message into a string of
numbers from 0 to 26. Below is a table of each letter and its
corresponding number.
Blank
A
B
C
D
E
F
G
H
I
J
K
L
M
0
1
2
3
4
5
6
7
8
9
10
11
12
13
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
14
15
16
17
18
19
20
21
22
23
24
25
26
We will use the matrix A below as the encoding matrix for our
message.
Enter the encoding matrix A in your spreadsheet and label it.
Suppose we want to encode the message “SECRET CODE”.
Start by translating the message into numbers using the
correspondence above.
Now put these numbers into a matrix B that will have 3 rows.
Start with the first number in the upper left and move down the
first column until you have 3 rows. When you fill the column,
start over in the second column. Fill in the matrix B with the
numbers corresponding to the message. If you need to, add any
extra blanks to the end of the message to fill out the matrix.
Create matrix B on your spreadsheet and make sure to label it.
To encode a message, simply take the matrix that contains our
message, matrix B, and multiply on the left by the encoding
matrix A. Using Excel, find matrix and label it.
Now our message “SECRET CODE” has been encoded and is
represented by the numbers in matrix AB.
Suppose now that you are the one receiving this encoded
message as represented by matrix AB, and you want to decode it
to see what it says. To do this, you will need the decoding
matrix . Find and label it.
Now perform the matrix multiplication to see what you get.
Suppose now that you have received an encoded message that
looks like
52
28
28
25
27
35
22
89
47
36
50
41
50
37
110
46
68
35
71
75
36
Enter this matrix in Excel and label it C.
We want to find out the original message that was encoded to
look like matrix C above.
Use the decoding matrix to find the original message.
Use the table at the top to decode the message and write the
message in your Excel spreadsheet.
Part 2 – Construction Cost
A sub-contractor needs to decide which companies they should
hire for each type of building they want to construct.
Below is the estimated time it should take (in hours) for each of
the different types of buildings they work on.
Building
Excavating
Framing
Electrical
Plumbing
Finishing
Office Space
45
100
88
32
312
School
56
250
47
28
270
Apartments
84
480
75
25
244
Grocery Store
95
160
26
78
236
Below are the hourly rates for some different construction
companies in the area.
Company
Bouma
Pinnacle
Rockford
McGraw
Excavating
$350
$300
$285
$245
Framing
$225
$275
$280
$280
Electrical
$405
$375
$295
$350
Plumbing
$150
$240
$225
$200
Finishing
$250
$190
$260
$215
Input the information in the previous two tables in Excel. Make
sure that you label all the information in your spreadsheet.
Use matrix multiplication to determine which companies can
complete each project at the lowest cost. Label your new matrix
with the appropriate labels.
Highlight the cells that give the lowest cost for each building
project.
Make a table that clearly identifies which company should be
hired for each project.
Part 3 – Steelcase Production
Steelcase Corporation manufactures 3 basic products: chairs,
desks, and tables. Below is chart which summarizes the number
of labor hours spent for each product in each division.
Chairs
Desks
Tables
Process
Carpentry
2
3
6
Finishing
1
1
1
Assembly
4
5
2
In a given week, Steelcase has 250 hours available for
carpentry, 100 hours available for finishing, and 400 hours
available for assembly.
Steelcase makes a profit of $66 on each chair, $75 on each desk,
and $100 on each table that they sell.
Steelcase also needs to produce at least one chair for every desk
they produce, and 4 chairs for every table they produce. The
total number of chairs must be greater than or equal to the sum
of the chairs needed for desks and tables. They can produce
more chairs on their own too.
How many chairs, desks, and tables should Steelcase
manufacture each week in order to maximize profit?
Set up an Excel Spreadsheet to solve this linear programming
problem. You may want to use the template below.
Chairs
Desks
Tables
Total
Carpentry
Finishing
Assembly
Chairs Needed
Profit Per Unit
Total Profit
Subtotal
Excel has a function that will solve linear programming
problems like this one. To access this function, go to the “Data”
tab and select “Solver”. A window opens in which you need to
set the following parameters for the LPP.
Set Target Cell – Select the cell that represents the objective
function. This should be the value that you want to maximize or
minimize. Do not hard code (enter a specific number into) this
cell.
Equal To – Choose whether you want to maximize, minimize, or
set a specific value for your objective function.
By Changing Cells – Select the cells that represent your
decision variables. Do not hard code (enter specific numbers
into) these cells.
Subject to the Constraints – To set up your constraints, choose
“Add”. Now you can set up your inequalities. One set of
inequalities is that the number of labor hours used must be less
than the number of hours available. Also make sure that the
number of units manufactured is less than or equal to the
number of units demanded. Finally, make sure that the decision
variables are nonnegative.
Once you have set up the LPP, click “Solve”. If there is a
solution, Excel will fill in the spreadsheet with the values that
will solve the LPP.
Use Excel to solve this problem. Highlight the optimal decision
variables in green and the maximum profit in blue.
Part 4 – Transportation Problem
Pioneer Corporation sells car speakers. They have two factory
locations in the Midwest where they manufacture car speakers.
One is in Flint, MI and one is in Kalamazoo, MI. They also have
two major stores in the Midwest where they sell their speakers,
one in Chicago and one in Detroit.
Below is a table that gives the shipping costs for each set of car
speakers from each factory to each store.
Shipping Costs
Stores
Factories
Detroit
Chicago
Kalamazoo
$7.43
$5.08
Flint
$3.92
$8.47
The factory in Kalamazoo has a supply of 700 sets of speakers,
and the factory in Flint has a supply of 900 sets of speakers. So
the factories cannot ship more than they currently have.
The store in Detroit has a demand for 500 sets of speakers, and
the store in Chicago has a demand for 1000 sets of speakers. So
the stores need to receive at least this many speakers (possibly
more).
What should be the shipping schedule that fulfills the demand
for each store and minimizes shipping costs?
Set up a spreadsheet to solve this problem. You may use the
template provided below.
Speakers
Detroit
Chicago
Sent
Kalamazoo
Flint
Received
Shipping Costs
Detroit
Chicago
Kalamazoo
Flint
Total Cost
Use the Excel “solver” function to solve this linear
programming problem with 4 decision variables. Highlight the
optimal decision variables in green and the minimum shipping
cost in blue. Do not hard code the target or changing cells (do
not enter specific numbers into those cells).

More Related Content

Similar to Excel Project – Matrix ApplicationsPart 1 – CryptographyMatr.docx

Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101whita1bd
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Redwan Ferdous
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxDishantGola
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALRishabh Bansal
 
presentation on excel and word
presentation on excel and wordpresentation on excel and word
presentation on excel and wordMa Hancy
 
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17News Leaders Association's NewsTrain
 
Excel Project 2 Check FiguresSteps 1-2-3 As instructedStep
Excel Project 2 Check FiguresSteps 1-2-3  As instructedStepExcel Project 2 Check FiguresSteps 1-2-3  As instructedStep
Excel Project 2 Check FiguresSteps 1-2-3 As instructedStepgalinagrabow44ms
 
BIS 155 Lessons in Excellence / bis155.com
BIS 155 Lessons in Excellence / bis155.comBIS 155 Lessons in Excellence / bis155.com
BIS 155 Lessons in Excellence / bis155.comkopiko33
 
BIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.comBIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.comkopiko101
 
BIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.comBIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.comwilliamwordsworth8
 
BIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.comBIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.comagathachristie204
 
BIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comBIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comabhila172
 
De vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 novemberDe vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 novemberlenasour
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GMohan Kumar G
 
BIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comBIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comKeatonJennings119
 
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comBIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comthomashard72
 
BIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comBIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comagathachristie256
 

Similar to Excel Project – Matrix ApplicationsPart 1 – CryptographyMatr.docx (18)

Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
presentation on excel and word
presentation on excel and wordpresentation on excel and word
presentation on excel and word
 
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17
Using Excel to Do Data Journalism - Steve Doig - Seattle NewsTrain - 11.11.17
 
Excel Project 2 Check FiguresSteps 1-2-3 As instructedStep
Excel Project 2 Check FiguresSteps 1-2-3  As instructedStepExcel Project 2 Check FiguresSteps 1-2-3  As instructedStep
Excel Project 2 Check FiguresSteps 1-2-3 As instructedStep
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
BIS 155 Lessons in Excellence / bis155.com
BIS 155 Lessons in Excellence / bis155.comBIS 155 Lessons in Excellence / bis155.com
BIS 155 Lessons in Excellence / bis155.com
 
BIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.comBIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.com
 
BIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.comBIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.com
 
BIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.comBIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.com
 
BIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comBIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.com
 
De vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 novemberDe vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 november
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
 
BIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comBIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.com
 
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comBIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
 
BIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comBIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.com
 

More from SANSKAR20

The Assignment (3–5 pages)Complete a leadership development plan .docx
The Assignment (3–5 pages)Complete a leadership development plan .docxThe Assignment (3–5 pages)Complete a leadership development plan .docx
The Assignment (3–5 pages)Complete a leadership development plan .docxSANSKAR20
 
The assignment consist of a Case Study.  I have attached the Case St.docx
The assignment consist of a Case Study.  I have attached the Case St.docxThe assignment consist of a Case Study.  I have attached the Case St.docx
The assignment consist of a Case Study.  I have attached the Case St.docxSANSKAR20
 
The annotated bibliography will present an introduction and five ref.docx
The annotated bibliography will present an introduction and five ref.docxThe annotated bibliography will present an introduction and five ref.docx
The annotated bibliography will present an introduction and five ref.docxSANSKAR20
 
The artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxThe artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxSANSKAR20
 
The Assignment (2–3 pages including a budget worksheet)Explain th.docx
The Assignment (2–3 pages including a budget worksheet)Explain th.docxThe Assignment (2–3 pages including a budget worksheet)Explain th.docx
The Assignment (2–3 pages including a budget worksheet)Explain th.docxSANSKAR20
 
The assigment is to Research and find me resources on  Portland Sta.docx
The assigment is to Research and find me resources on  Portland Sta.docxThe assigment is to Research and find me resources on  Portland Sta.docx
The assigment is to Research and find me resources on  Portland Sta.docxSANSKAR20
 
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docxthe article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docxSANSKAR20
 
The Arts and Royalty; Philosophers Debate Politics Please respond .docx
The Arts and Royalty; Philosophers Debate Politics Please respond .docxThe Arts and Royalty; Philosophers Debate Politics Please respond .docx
The Arts and Royalty; Philosophers Debate Politics Please respond .docxSANSKAR20
 
The assassination of Archduke Franz Ferdinand was the immediate caus.docx
The assassination of Archduke Franz Ferdinand was the immediate caus.docxThe assassination of Archduke Franz Ferdinand was the immediate caus.docx
The assassination of Archduke Franz Ferdinand was the immediate caus.docxSANSKAR20
 
The article Fostering Second Language Development in Young Children.docx
The article Fostering Second Language Development in Young Children.docxThe article Fostering Second Language Development in Young Children.docx
The article Fostering Second Language Development in Young Children.docxSANSKAR20
 
The Article Critique is required to be a minimum of two pages to a m.docx
The Article Critique is required to be a minimum of two pages to a m.docxThe Article Critique is required to be a minimum of two pages to a m.docx
The Article Critique is required to be a minimum of two pages to a m.docxSANSKAR20
 
The Apple Computer Company is one of the most innovative technology .docx
The Apple Computer Company is one of the most innovative technology .docxThe Apple Computer Company is one of the most innovative technology .docx
The Apple Computer Company is one of the most innovative technology .docxSANSKAR20
 
The artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxThe artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxSANSKAR20
 
The Article Attached A Bretton Woods for InnovationBy St.docx
The Article Attached A Bretton Woods for InnovationBy St.docxThe Article Attached A Bretton Woods for InnovationBy St.docx
The Article Attached A Bretton Woods for InnovationBy St.docxSANSKAR20
 
The analysis must includeExecutive summaryHistory and evolution.docx
The analysis must includeExecutive summaryHistory and evolution.docxThe analysis must includeExecutive summaryHistory and evolution.docx
The analysis must includeExecutive summaryHistory and evolution.docxSANSKAR20
 
The annotated bibliography for your course is now due. The annotated.docx
The annotated bibliography for your course is now due. The annotated.docxThe annotated bibliography for your course is now due. The annotated.docx
The annotated bibliography for your course is now due. The annotated.docxSANSKAR20
 
The Americans With Disabilities Act (ADA) was designed to protect wo.docx
The Americans With Disabilities Act (ADA) was designed to protect wo.docxThe Americans With Disabilities Act (ADA) was designed to protect wo.docx
The Americans With Disabilities Act (ADA) was designed to protect wo.docxSANSKAR20
 
The air they have of person who never knew how it felt to stand in .docx
The air they have of person who never knew how it felt to stand in .docxThe air they have of person who never knew how it felt to stand in .docx
The air they have of person who never knew how it felt to stand in .docxSANSKAR20
 
The agreement is for the tutor to write a Microsoft word doc of a .docx
The agreement is for the tutor to write a Microsoft word doc of a .docxThe agreement is for the tutor to write a Microsoft word doc of a .docx
The agreement is for the tutor to write a Microsoft word doc of a .docxSANSKAR20
 
The abstract is a 150-250 word summary of your Research Paper, and i.docx
The abstract is a 150-250 word summary of your Research Paper, and i.docxThe abstract is a 150-250 word summary of your Research Paper, and i.docx
The abstract is a 150-250 word summary of your Research Paper, and i.docxSANSKAR20
 

More from SANSKAR20 (20)

The Assignment (3–5 pages)Complete a leadership development plan .docx
The Assignment (3–5 pages)Complete a leadership development plan .docxThe Assignment (3–5 pages)Complete a leadership development plan .docx
The Assignment (3–5 pages)Complete a leadership development plan .docx
 
The assignment consist of a Case Study.  I have attached the Case St.docx
The assignment consist of a Case Study.  I have attached the Case St.docxThe assignment consist of a Case Study.  I have attached the Case St.docx
The assignment consist of a Case Study.  I have attached the Case St.docx
 
The annotated bibliography will present an introduction and five ref.docx
The annotated bibliography will present an introduction and five ref.docxThe annotated bibliography will present an introduction and five ref.docx
The annotated bibliography will present an introduction and five ref.docx
 
The artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxThe artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docx
 
The Assignment (2–3 pages including a budget worksheet)Explain th.docx
The Assignment (2–3 pages including a budget worksheet)Explain th.docxThe Assignment (2–3 pages including a budget worksheet)Explain th.docx
The Assignment (2–3 pages including a budget worksheet)Explain th.docx
 
The assigment is to Research and find me resources on  Portland Sta.docx
The assigment is to Research and find me resources on  Portland Sta.docxThe assigment is to Research and find me resources on  Portland Sta.docx
The assigment is to Research and find me resources on  Portland Sta.docx
 
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docxthe article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
 
The Arts and Royalty; Philosophers Debate Politics Please respond .docx
The Arts and Royalty; Philosophers Debate Politics Please respond .docxThe Arts and Royalty; Philosophers Debate Politics Please respond .docx
The Arts and Royalty; Philosophers Debate Politics Please respond .docx
 
The assassination of Archduke Franz Ferdinand was the immediate caus.docx
The assassination of Archduke Franz Ferdinand was the immediate caus.docxThe assassination of Archduke Franz Ferdinand was the immediate caus.docx
The assassination of Archduke Franz Ferdinand was the immediate caus.docx
 
The article Fostering Second Language Development in Young Children.docx
The article Fostering Second Language Development in Young Children.docxThe article Fostering Second Language Development in Young Children.docx
The article Fostering Second Language Development in Young Children.docx
 
The Article Critique is required to be a minimum of two pages to a m.docx
The Article Critique is required to be a minimum of two pages to a m.docxThe Article Critique is required to be a minimum of two pages to a m.docx
The Article Critique is required to be a minimum of two pages to a m.docx
 
The Apple Computer Company is one of the most innovative technology .docx
The Apple Computer Company is one of the most innovative technology .docxThe Apple Computer Company is one of the most innovative technology .docx
The Apple Computer Company is one of the most innovative technology .docx
 
The artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docxThe artist Georges Seurat is one of the worlds most fascinating art.docx
The artist Georges Seurat is one of the worlds most fascinating art.docx
 
The Article Attached A Bretton Woods for InnovationBy St.docx
The Article Attached A Bretton Woods for InnovationBy St.docxThe Article Attached A Bretton Woods for InnovationBy St.docx
The Article Attached A Bretton Woods for InnovationBy St.docx
 
The analysis must includeExecutive summaryHistory and evolution.docx
The analysis must includeExecutive summaryHistory and evolution.docxThe analysis must includeExecutive summaryHistory and evolution.docx
The analysis must includeExecutive summaryHistory and evolution.docx
 
The annotated bibliography for your course is now due. The annotated.docx
The annotated bibliography for your course is now due. The annotated.docxThe annotated bibliography for your course is now due. The annotated.docx
The annotated bibliography for your course is now due. The annotated.docx
 
The Americans With Disabilities Act (ADA) was designed to protect wo.docx
The Americans With Disabilities Act (ADA) was designed to protect wo.docxThe Americans With Disabilities Act (ADA) was designed to protect wo.docx
The Americans With Disabilities Act (ADA) was designed to protect wo.docx
 
The air they have of person who never knew how it felt to stand in .docx
The air they have of person who never knew how it felt to stand in .docxThe air they have of person who never knew how it felt to stand in .docx
The air they have of person who never knew how it felt to stand in .docx
 
The agreement is for the tutor to write a Microsoft word doc of a .docx
The agreement is for the tutor to write a Microsoft word doc of a .docxThe agreement is for the tutor to write a Microsoft word doc of a .docx
The agreement is for the tutor to write a Microsoft word doc of a .docx
 
The abstract is a 150-250 word summary of your Research Paper, and i.docx
The abstract is a 150-250 word summary of your Research Paper, and i.docxThe abstract is a 150-250 word summary of your Research Paper, and i.docx
The abstract is a 150-250 word summary of your Research Paper, and i.docx
 

Recently uploaded

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17Celine George
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111GangaMaiya1
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 

Recently uploaded (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 

Excel Project – Matrix ApplicationsPart 1 – CryptographyMatr.docx

  • 1. Excel Project – Matrix Applications Part 1 – Cryptography Matrices can be used to encode and decode messages. To begin with, we could assign the numbers 1-26 to the letters of the alphabet and assign the number 0 to a space between words. Then, we could translate any verbal message into a string of numbers from 0 to 26. Below is a table of each letter and its corresponding number. Blank A B C D E F G H I J K L M 0 1 2 3 4 5 6 7 8 9 10
  • 2. 11 12 13 N O P Q R S T U V W X Y Z 14 15 16 17 18 19 20 21 22 23 24 25 26 We will use the matrix A below as the encoding matrix for our message.
  • 3. Enter the encoding matrix A in your spreadsheet and label it. Suppose we want to encode the message “SECRET CODE”. Start by translating the message into numbers using the correspondence above. Now put these numbers into a matrix B that will have 3 rows. Start with the first number in the upper left and move down the first column until you have 3 rows. When you fill the column, start over in the second column. Fill in the matrix B with the numbers corresponding to the message. If you need to, add any extra blanks to the end of the message to fill out the matrix. Create matrix B on your spreadsheet and make sure to label it. To encode a message, simply take the matrix that contains our message, matrix B, and multiply on the left by the encoding matrix A. Using Excel, find matrix and label it. Now our message “SECRET CODE” has been encoded and is represented by the numbers in matrix AB. Suppose now that you are the one receiving this encoded message as represented by matrix AB, and you want to decode it to see what it says. To do this, you will need the decoding matrix . Find and label it. Now perform the matrix multiplication to see what you get. Suppose now that you have received an encoded message that looks like 52 28 28
  • 4. 25 27 35 22 89 47 36 50 41 50 37 110 46 68 35 71 75 36 Enter this matrix in Excel and label it C. We want to find out the original message that was encoded to look like matrix C above. Use the decoding matrix to find the original message. Use the table at the top to decode the message and write the message in your Excel spreadsheet. Part 2 – Construction Cost A sub-contractor needs to decide which companies they should
  • 5. hire for each type of building they want to construct. Below is the estimated time it should take (in hours) for each of the different types of buildings they work on. Building Excavating Framing Electrical Plumbing Finishing Office Space 45 100 88 32 312 School 56 250 47 28 270 Apartments 84 480 75 25 244 Grocery Store 95 160 26 78 236 Below are the hourly rates for some different construction companies in the area.
  • 6. Company Bouma Pinnacle Rockford McGraw Excavating $350 $300 $285 $245 Framing $225 $275 $280 $280 Electrical $405 $375 $295 $350 Plumbing $150 $240 $225 $200 Finishing $250 $190 $260 $215 Input the information in the previous two tables in Excel. Make sure that you label all the information in your spreadsheet. Use matrix multiplication to determine which companies can
  • 7. complete each project at the lowest cost. Label your new matrix with the appropriate labels. Highlight the cells that give the lowest cost for each building project. Make a table that clearly identifies which company should be hired for each project. Part 3 – Steelcase Production Steelcase Corporation manufactures 3 basic products: chairs, desks, and tables. Below is chart which summarizes the number of labor hours spent for each product in each division. Chairs Desks Tables Process Carpentry 2 3 6 Finishing 1 1 1 Assembly 4 5
  • 8. 2 In a given week, Steelcase has 250 hours available for carpentry, 100 hours available for finishing, and 400 hours available for assembly. Steelcase makes a profit of $66 on each chair, $75 on each desk, and $100 on each table that they sell. Steelcase also needs to produce at least one chair for every desk they produce, and 4 chairs for every table they produce. The total number of chairs must be greater than or equal to the sum of the chairs needed for desks and tables. They can produce more chairs on their own too. How many chairs, desks, and tables should Steelcase manufacture each week in order to maximize profit? Set up an Excel Spreadsheet to solve this linear programming problem. You may want to use the template below. Chairs Desks Tables Total Carpentry Finishing
  • 9. Assembly Chairs Needed Profit Per Unit Total Profit Subtotal
  • 10. Excel has a function that will solve linear programming problems like this one. To access this function, go to the “Data” tab and select “Solver”. A window opens in which you need to set the following parameters for the LPP. Set Target Cell – Select the cell that represents the objective function. This should be the value that you want to maximize or minimize. Do not hard code (enter a specific number into) this cell. Equal To – Choose whether you want to maximize, minimize, or set a specific value for your objective function. By Changing Cells – Select the cells that represent your decision variables. Do not hard code (enter specific numbers into) these cells. Subject to the Constraints – To set up your constraints, choose “Add”. Now you can set up your inequalities. One set of inequalities is that the number of labor hours used must be less than the number of hours available. Also make sure that the number of units manufactured is less than or equal to the number of units demanded. Finally, make sure that the decision variables are nonnegative. Once you have set up the LPP, click “Solve”. If there is a solution, Excel will fill in the spreadsheet with the values that will solve the LPP. Use Excel to solve this problem. Highlight the optimal decision variables in green and the maximum profit in blue.
  • 11. Part 4 – Transportation Problem Pioneer Corporation sells car speakers. They have two factory locations in the Midwest where they manufacture car speakers. One is in Flint, MI and one is in Kalamazoo, MI. They also have two major stores in the Midwest where they sell their speakers, one in Chicago and one in Detroit. Below is a table that gives the shipping costs for each set of car speakers from each factory to each store. Shipping Costs Stores Factories Detroit Chicago Kalamazoo $7.43 $5.08 Flint $3.92 $8.47 The factory in Kalamazoo has a supply of 700 sets of speakers, and the factory in Flint has a supply of 900 sets of speakers. So the factories cannot ship more than they currently have. The store in Detroit has a demand for 500 sets of speakers, and the store in Chicago has a demand for 1000 sets of speakers. So the stores need to receive at least this many speakers (possibly more). What should be the shipping schedule that fulfills the demand for each store and minimizes shipping costs? Set up a spreadsheet to solve this problem. You may use the template provided below. Speakers Detroit
  • 13. Use the Excel “solver” function to solve this linear programming problem with 4 decision variables. Highlight the optimal decision variables in green and the minimum shipping cost in blue. Do not hard code the target or changing cells (do not enter specific numbers into those cells).