|
Question 170126: 3. A company’s employees are working to create a new energy bar. They would like the two key ingredients to be peanut butter and oats, and they want to make sure they have enough carbohydrates and protein in the bar to supply the athlete. They want a total of 22 carbohydrates and 14 grams of protein to make the bar sufficient. Using the following table, create a system of two equations and two unknowns to find how many tablespoons of each ingredient the bar will need. Solve the system of equations using matrices. Show all work to receive full credit.
Carbohydrates Protein
Peanut Butter 2 4
Oats 8 1
A. Write an equation for the total amount of carbohydrates.
B. Write an equation for the total amount of protein.
C. Determine the augmented matrix that represents the previous two equations.
D. Solve for the previous matrix. Show all work to receive full credit.
E. How many tablespoons of each will there need to be for the new energy bar?
4. A total of 700 tickets were sold for a musical. Senior citizen tickets sold for $15, children tickets sold for $20, and adult tickets sold for $25; the total earnings from ticket sales was $15,750. Five times more children tickets were sold than senior citizen tickets. How many tickets of each type were sold? Set up a system of three equations and three unknowns, use an augmented matrix to solve, and show all work to receive full credit.
A. What are the three unknowns?
B. Write a separate equation representing each of the first three sentences of the word problem.
C. Determine the augmented matrix that represents the three equations.
D. Solve for the matrix. Show all work to receive full credit.
E. How many of each type of ticket were sold?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! They want a total of 22 carbohydrates and 14 grams of protein to make the bar sufficient. Using the following table, create a system of two equations and two unknowns to find how many tablespoons of each ingredient the bar will need. Solve the system of equations using matrices. Show all work to receive full credit.
------------
Carbohydrates Protein
Peanut Butter 2 4
Oats 8 1
A. Write an equation for the total amount of carbohydrates.
2P + 8O = 22
----------------
B. Write an equation for the total amount of protein.
4P + O = 14
-------------------
C. Determine the augmented matrix that represents the previous two equations.
2...8..|22
4...1..|14
--------------------
D. Solve for the previous matrix. Show all work to receive full credit.
----------
Subtract twice the 1st row from the 2nd to get:
2.....8..|22
0...-15..|-30
----------
Divide thru the 2nd equation by -15 to get:
2.....8..|22
0.....1..|2
--------------------
Subtract 8 times the 2nd from from the 1st to get:
2.....0..|18
0.....1..|2
------
Divide thru the 1st equation by 2 to get:
1.....0..|9
0.....1..|2
======================
P = 9
O = 2
========
E. How many tablespoons of each will there need to be for the new energy bar?
9 of peanut butter; 2 of oats
===================================
4. A total of 700 tickets were sold for a musical. Senior citizen tickets sold for $15, children tickets sold for $20, and adult tickets sold for $25; the total earnings from ticket sales was $15,750. Five times more children tickets were sold than senior citizen tickets. How many tickets of each type were sold? Set up a system of three equations and three unknowns, use an augmented matrix to solve, and show all work to receive full credit.
A. What are the three unknowns?
# of senior; # of children; # of adult
----------------------------------------
B. Write a separate equation representing each of the first three sentences of the word problem.
s + c + a = 700
15s + 20c + 25a = 15750
s - 5c + 0 = 0
-----------------
Comment: To be realistic the answer should be whole numbers. It is not.
Use your method to find:
s = 159.090909...
c = 31.818181...
a = 509.090909...
===================
Cheers,
Stan H.
C. Determine the augmented matrix that represents the three equations.
D. Solve for the matrix. Show all work to receive full credit.
E. How many of each type of ticket were sold?
|
|
|
| |