Question

In: Statistics and Probability

Write a system of equations that represents the situation. Then, solve the system using the inverse...

Write a system of equations that represents the situation. Then, solve the system using the inverse of a matrix.

Students were asked to bring their favorite fruit to class. 93% of the fruits consisted of bananas, apples, and oranges. If oranges were twice as popular as bananas, and apples were 19 percentage points less popular than bananas, what are the percentages of each individual fruit?

Solutions

Expert Solution

Let the percentage of bananas be x, apples be y and oranges be z.

oranges were twice as popular as bananas, so,

...(ii)

apples were 19 percentage points less popular than bananas

...(iii)

The above system of equations represent the situation.

We know that where A is a matrix.

Thus,

Here,

, since A-1= adjAT/|A|

thus,

OR,

  

Thus, the values of x, y and z are 28, 9 and 56 respectively.

ANS:

the percentages of each individual fruits are 28% banana ,9% apple and 56% orange.


Related Solutions

Write a function to solve a system of linear equations of the form Ax= b using...
Write a function to solve a system of linear equations of the form Ax= b using the iterative Gauss-Seidel method. You are free to use any basic MATLAB operation to implement the algorithm (i.e. you may use any combination of loops, indexing, math, etc.), but avoid “built-in” solution methods — you would not be allowed to use the GaussSeidel function if such a function existed. The function must also test for a number of possible issues. If an issue is...
Formulate a system of equations for the situation below and solve. A manufacturer of women's blouses...
Formulate a system of equations for the situation below and solve. A manufacturer of women's blouses makes three types of blouses: sleeveless, short-sleeve, and long-sleeve. The time (in minutes) required by each department to produce a dozen blouses of each type is shown in the following table. Sleeveless Short- Sleeve Long- Sleeve Cutting  9 12 15 Sewing 22 24 28 Packaging  6  8  8 The cutting, sewing, and packaging departments have available a maximum of 73.5, 150, and 44 labor-hours,...
Formulate a system of equations for the situation below and solve. A manufacturer of women's blouses...
Formulate a system of equations for the situation below and solve. A manufacturer of women's blouses makes three types of blouses: sleeveless, short-sleeve, and long-sleeve. The time (in minutes) required by each department to produce a dozen blouses of each type is shown in the following table. Sleeveless Short- Sleeve Long- Sleeve Cutting  9 12 15 Sewing 22 24 28 Packaging  6  8  8 The cutting, sewing, and packaging departments have available a maximum of 87, 176, and 52 labor-hours,...
Using a system of equations, prove that a 2x2 matrix A has a right inverse if...
Using a system of equations, prove that a 2x2 matrix A has a right inverse if and only if it has a left inverse.
Write your own routine to solve a system of n linear equations and n unknowns using...
Write your own routine to solve a system of n linear equations and n unknowns using the LU decomposition. Input should take an augmented matrix and the number of equations n. Output should be the augmented matrix. L and U matrices and the solution. Also compare your results to those of Matlab’s built in LU decomposition. Use your code to solve the systems given as (a) and (b) below: a) 3a − 2b + c = −3, a − 4b...
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 this system of equations. Write the solution as an ordered triple. 6x + 3y +...
Solve this system of equations. Write the solution as an ordered triple. 6x + 3y + z = 36 x - 3y + 2z = -12 17x - 2y + 3z = 80
Why is Gauss Elimination faster than solving a system of linear equations by using the inverse...
Why is Gauss Elimination faster than solving a system of linear equations by using the inverse of a Matrix? (I know it has something to do with there being less operation with Gauss elim.) Can you show an example with a 2x2 and 3x3 matrix?
Solve the following system of equations using matrices(row operations). If the system has no solution, say...
Solve the following system of equations using matrices(row operations). If the system has no solution, say that it is inconsistent. x - 3y + 4z = 10 2x + y + z = 6 -3 + 4y - 2z =. -15
Solve the following system of equations using matrices(row operations). If the system has no solution, say...
Solve the following system of equations using matrices(row operations). If the system has no solution, say that it is inconsistent. x - 3y + 4z = 23 2x + y + z = 4 -3 + 4y - 2z =. -29
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT