A cafe records the number of coffees, teas and cakes sold in a row matrix each week. In Week 1 the sales were [50, 35, 15] and in Week 2 the sales were [42, 28, 24] (coffees, teas, cakes respectively). The prices, in pounds sterling, are given by the column matrix [[2.50], [2.00], [3.20]].
(a)Find the total sales matrix for the two weeks combined (Week 1 + Week 2).(2)
(b)Hence calculate the total revenue for the two weeks combined, using matrix multiplication.(3)
(c)The cafe owner plans to increase cake sales by 20% next week, while coffee and tea sales stay the same as the Week 2 total. Write down the new sales row matrix and find the new predicted revenue.(4)
(Total for Question 18 is 9 marks)