Math Problem Statement

Burger Barns three locations sell fries, burgers and soft drinks. Brant I sells 500 orders of fries, 150 burgers and 300 soft drinks on daily basis. Bran II and Bran III sell 900 and 700 orders of fries respectively, per day. Bran II sells 440 burgers and 830 soft drinks while Bran III sells 580 burgers and 1200 soft drinks each day. (a) Write a 3 x 3 matrix that represents daily sales for all locations. (b) If fries cost $0.92 per order, burger $1.54 each and soft drink $0.58 each. Write a matrix of order 1 x 3 that represents the prices. (c) What is the total daily income from all the locations? (7+7+6=20)

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Matrix Multiplication
Linear Algebra
Basic Arithmetic

Formulas

Matrix representation of sales: A = [[500, 150, 300], [900, 440, 830], [700, 580, 1200]]
Matrix representation of prices: P = [0.92, 1.54, 0.58]
Matrix multiplication to calculate income: Income = A * P^T

Theorems

Matrix multiplication theorem

Suitable Grade Level

Grades 10-12