A courier service has an order to deliver four products to a factory. The table below gives
the specifications of the products.
A B C D
Volume(ft3) 5 2 9 17
Weight(lb) 20 10 40 70
Value($) 300 200 700 1100
If the company’s large van can carry 500 cu ft.; 2100 lb, and is insured for $34,000, how
many units of each product can be carried? Write the answer in terms of A, B, C, and D.
Secret messages can be encoded by using a code and an encoding matrix. If we have the code:
a b c d e f g h i j
1 2 3 4 5 6 7 8 9 10
k l m n o p q r s t
11 12 13 14 15 16 17 18 19 20
u v w x y z space
21 22 23 24 25 26 27
and an encoding matrix: E =1 3
2 4 , we can encode a message by taking every two letters of the message, converting them
to their corresponding numbers, creating a 2 × 1 matrix, and then multiplying each two numbers by E. Use the code and
encoding scheme above and an additional encoding matrix, F =5 7
6 8 , to answer the question.
If the letters to be encoded are L=i
t, show that E(FL) = (EF)L.
Let matrix A represent the sales (in thousands of dollars) of a toy company in 1994 in three cities, let B represent the sales
in the same cities in 1995, and let C represent the sales in the same cities in 1996.
Action
Educational A =400 350 150
450 280 850 ; B =410 300 200
375 300 710 ; C =380 330 220
460 320 750
What is the change in sales between 1994 and 1995?
Provide an appropriate response.
Using the method of reduction, solve the system:
3x–2y+z= – 1
2x–y–z=5
2x+3z=4
Provide an appropriate response.