Question

In: Statistics and Probability

SET UP BUT DO NOT SOLVE the following system of linear equations: A company sells three...

SET UP BUT DO NOT SOLVE the following system of linear equations:

A company sells three sizes of fruit trays. The small size contains 200 gr of watermelons and 100 gr of grapes. The medium size contains 400 gr of watermelons, 100 gr of pineapples, and 300 gr of grapes. The large size contains 600 gr of watermelons, 200 gr of pineapples, and 400 gr of grapes. Suppose that the company receives an order for 28 kg of watermelons, 6 kg of pineapples, and 19 kg of grapes. How many of each size tray does the company need to fill this order exactly?

Solutions

Expert Solution

A company sells 3 sizes of fruit trays.

One tray of the small size contains 200 gms of watermelons, and 100 gms of grapes.

One tray of the medium size contains 400 gms of watermelons, 100 gms of pineapples, and 300 gms of grapes.

One tray of the large size contains 600 gms of watermelons, 200 gms of pineapples, and 400 gms of grapes.

Now, the company receives an order for 28 kg of watermelons, 6 kg of pineapples, and 19 kg of grapes.

Let, x be the number of trays of the small size, y be the number of trays of the medium size, and z be the number of trays of the large size, that the company needs, to deliver this order.

Now, 200 gms mean 0.2 kg, 100 gms mean 0.1 kg; 400 gms mean 0.4 kg, 300 gms mean 0.3 kg; 600 gms mean 0.6 kg.

Now, the total watermelon must be 28 kg.

So, 0.2x+0.4y+0.6z=28

Now, the total pineapple must be 6 kg.

So, 0.1y+0.2z=6

Now, the total grapes must be 19 kg.

So, 0.1x+0.3y+0.4z=19

So, the linear system of equations, that we set up is


Related Solutions

IN PYTHON Write a program to do the following: Solve the a set of equations as...
IN PYTHON Write a program to do the following: Solve the a set of equations as mentioned in "Zybook 5.20 LAB: Brute force equation solver". Instead of the arithmetic operators use your own function defined in a module named calc. You must provide two files (calc.py, brute_force_solver.py) :- 1) calc.py:- Add function named 'add' instead of using operator '+' [10pts] Add function named 'difference' instead of using operator '-' [10pts] Add function named 'product' instead of using operator '*' [10pts]...
Describe at least three distinct ways to solve a system of equations using linear algebra. (Distinct...
Describe at least three distinct ways to solve a system of equations using linear algebra. (Distinct means that the approach is fundamentally different.) Be specific and detailed using linear algebra vocabulary. It might be helpful to pick an example problem and illustrate each of the three methods.   Suppose T1 and T2 are linear transformations from Rn to Rn. Let T(x) = T2(T1(x)) The responses should be very clear like you are writing instructions to someone who doesn’t know the process.  ...
Write a python program that can solve system of linear equations in three variables using input...
Write a python program that can solve system of linear equations in three variables using input function. Paste your program in a word document or notepad. Note that I am using pycharm. please use a not really complex codes, thanks
Solve the following system of linear equations: −p + q + 2r = 8 (1) p...
Solve the following system of linear equations: −p + q + 2r = 8 (1) p + q + 2r = 0 (2) 2q − 2r = 2 (3). The sum of the values of p, q and r of the solution is
Solve the linear system of equations Ax = b, and give the rank of the matrix...
Solve the linear system of equations Ax = b, and give the rank of the matrix A, where A = 1 1 1 -1 0 1 0 2 1 0 1 1 b = 1 2 3
Use a software program or a graphing utility to solve the system of linear equations. (If...
Use a software program or a graphing utility to solve the system of linear equations. (If there is no solution, enter NO SOLUTION. If the system has an infinite number of solutions, set x5 = t and solve for x1, x2, x3, and x4 in terms of t.) x1 − x2 + 2x3 + 2x4 + 6x5 = 16 3x1 − 2x2 + 4x3 + 4x4 + 12x5 = 33 x2 − x3 − x4 − 3x5 = −9 2x1...
Use a software program or a graphing utility to solve the system of linear equations. (If...
Use a software program or a graphing utility to solve the system of linear equations. (If there is no solution, enter NO SOLUTION. If the system has an infinite number of solutions, set x5 = t and solve for x1, x2, x3, and x4 in terms of t.) x1 − x2 + 2x3 + 2x4 + 6x5 = 16 3x1 − 2x2 + 4x3 + 4x4 + 12x5 = 33 x2 − x3 − x4 − 3x5 = −9 2x1...
Question No.1: Solve the following system of two linear equations with two variables x and y...
Question No.1: Solve the following system of two linear equations with two variables x and y by “Equating the equations” method. ? = ?? − ?? ??? ? = −? + 5 Question No.2: Is this matrix ? = [ ? ? ? ? ] singular or non-singular? Question No. 3: Solve the following operations with the help of “PEMDAS”. ? ? − (?? ÷ ?) × ? ÷ ? − ? × ? + ?? ÷ ?3 Question No.4:...
Write the augmented matrix for the following system of linear equations. Solve the equation (x,y,z) by...
Write the augmented matrix for the following system of linear equations. Solve the equation (x,y,z) by row reduction. x+3y-2z=5 3x+5y+6z=7 2x+4y+3z=8
Question 1 Using MATLAB solve the following system of linear simultaneous equations 3x + 2y -...
Question 1 Using MATLAB solve the following system of linear simultaneous equations 3x + 2y - z = 10........... [1] -x + 3y + 2z = 5........... [2] x - y - z = -1 .................[3] s + 2t - 3u + 4v = 12........... [1] 2s + 2t - 2u + 3v = 10......... [2] t + u = -1............................ [3] s - t + u - 2v = -4................ [4]
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT