Flight Matrix: Passenger Count and Ticket Prices for Paris Flights

  • Thread starter Thread starter John O' Meara
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
John O' Meara
Messages
325
Reaction score
0
Departure comfort Excursion Economy
10:00 , 15 , 35 , 60
12:30 , 12 , 40, 70
16:00 , 8 , 50, 35
======================================
Price£, 70, 35 , 30

The table shows the number of passengers on three flights to Paris in 3 classes and the price of a ticket for each class. Construct three matrices to represent this information, and use them to obtain (a) the total number of passengers on the 12:30 flight, (b) the revenue from each flight.
I cannot see 3 matrices only two, the price matrix and the number of passengers on the three flights. Much Thanks guys.
 
Last edited:
Physics news on Phys.org
Obviously, to get (b) you multiply the "number of passengers" matrix by the "price" matrix. In order to get (a), the total number of passenger on the 12:30 flight, you will need to multiply the "number of passengers" matrix by a third matrix: "number of passengers" matrix times a simple column matrix will give a matrix the entries of which are the total number of passengers in each flight.