Matrix word problem- Precalculas

AI Thread Summary
The discussion focuses on solving a matrix word problem involving shipments from two factories to two stores. The key variables represent loads shipped from each factory to each store, and the participants work on setting up equations based on the problem's constraints. They identify that the total loads from each factory and the total used by each store must be accounted for, along with the shipping costs. A critical point raised is that one of the original equations is dependent on the others, necessitating the substitution of the cost equation to achieve a complete solution. Ultimately, the correct setup leads to solving for the number of loads shipped from each factory to each store.
thearn
Messages
27
Reaction score
0

Homework Statement


Factory A and B sent rice to store 1 and 2. Factory A sent 10 loads and factory B sent 24. Store 1 used 17 loads and store 2 used 17 loads. It cost 200$ per load to ship from factory A to store 1. It cost 350$ per load to ship from factory A to store 2. It cost 300$ per load to ship from factory B to store 1. It cost 250$ per load from factory B to store 2. A tiotal of 8350$ was spent on shipping. How many loads were shipped from each factory to each store.


Homework Equations


None


The Attempt at a Solution


The problem that I am having is setting up the equations to create a matrice that can accurately reflect the problem.
some scribbles were
200x+350y+300z+350E=8350$
x+y+z+e=34
 
Physics news on Phys.org
thearn said:

Homework Statement


Factory A and B sent rice to store 1 and 2. Factory A sent 10 loads and factory B sent 24. Store 1 used 17 loads and store 2 used 17 loads. It cost 200$ per load to ship from factory A to store 1. It cost 350$ per load to ship from factory A to store 2. It cost 300$ per load to ship from factory B to store 1. It cost 250$ per load from factory B to store 2. A tiotal of 8350$ was spent on shipping. How many loads were shipped from each factory to each store.


Homework Equations


None


The Attempt at a Solution


The problem that I am having is setting up the equations to create a matrice that can accurately reflect the problem.
some scribbles were
200x+350y+300z+350E=8350$
x+y+z+e=34

Start by defining what your variables mean.
What do x, y z, E, and e represent?

After you do that, see if you can translate the statements in English in the problem to mathematical equations.
 
So I now have
200A1+350A2+300B1+250B2=8350
A1+0+B1+0=17
0+A2+0+B2=17
A1+A2+B1+B2=34
Defining the variables gives me.
A1= loads from factory A to store 1
B1= Loads from factory B to store 1
A2= Loads from factory A to store 2
B2= Loads from factory B to store 2
The answer came out with 27, 17, -10, and 0. So it's clear I set it up incorrectly.
 
Now that you have identified some variables, let's start translating the problem statement.

Factory A sent 10 loads and factory B sent 24.
This can be translated into two equations.

One of them is
A1 + A2 = 10

Do you understand what this is saying?
If so, what other equation can we get from the sentence above?
 
B1 + B2 = 24
A1 + A2 = 10
yes, what it is saying is that Loads from factory B to store1 + Loads from factory B to store2 = 24 loads. Same concept with A1 + A2 = 10
 
thearn said:

Homework Statement


Factory A and B sent rice to store 1 and 2. Factory A sent 10 loads and factory B sent 24. Store 1 used 17 loads and store 2 used 17 loads. It cost 200$ per load to ship from factory A to store 1. It cost 350$ per load to ship from factory A to store 2. It cost 300$ per load to ship from factory B to store 1. It cost 250$ per load from factory B to store 2. A tiotal of 8350$ was spent on shipping. How many loads were shipped from each factory to each store.


Homework Equations


None


The Attempt at a Solution


The problem that I am having is setting up the equations to create a matrice that can accurately reflect the problem.
some scribbles were
200x+350y+300z+350E=8350$
x+y+z+e=34

If A1, A2, B1, B2 are the factory-store shipments (in obvious labelling), we have
\begin{array}{l}A1+A2 = 10\\<br /> B1 + B2 = 24\\<br /> A1+B1 = 17\\<br /> A2 + B2 = 17<br /> \end{array}
Here, you have 4 unknowns and 4 equations, but if you try to solve them you will find that you can't get a complete solution. Basically, one of the 4 equations follows from the other three, so you really have only 3 independent equations.

You need a 4th, independent, equation, and that is where the cost information comes in. So, omit one of the equations above and replace it by the cost equation---then solve.

RGV
 
thanks that got it done.
 

Similar threads

Back
Top