Matrix word and elementary row reduction rules

subopolois
Messages
81
Reaction score
0

Homework Statement


a house plan has 3 different floor plans:
Plan A- 3 three-bedroom units, 7 two-bedroom units, and 8 one-bedroom units
Plan B- 4 three- bedroom units, 4 two-bedroom units, and 8 one-bedroom units
Plan C- 5 three-bedroom units, 3 two-bedroom units, and 9 one bedroom units
is it possible to have 66 three- bedroom units, 74 two-bedroom units, 136 one-bedroom units

Homework Equations


all elementary row reduction rules

The Attempt at a Solution


so far I've put the above into a matrix
3 7 8|18
4 4 8|16
5 3 9|17
after do all elementary row operations this is my result
1 -3 0|-2
0 1 1/2|3/2
0 0 0|-5
now i know that if the result in the last row is what it is here it has no solution, but does this mean that the above problem is not possible? is there something more i have to do? and also in my final solution matrix correct?
 
Physics news on Phys.org
I'm very surprised that you went from a word problem directly to an augmented matrix that supposedly represents a system of equations, apparently skipping the step of producing the system of equations. If you did, you didn't show the system or mention it.

The augmented matrix you show represents this system:
3x + 7y + 8z = 18
4x + 4y + 8z = 16
5x + 3y + 9z = 17

What exactly do x, y, and z represent? If this system had been consistent and you had been able to solve it, what would have x, y, and z represented? I don't mean their numeric values.

Where did you get the constants in the last column of the augmented matrix? Did you just add up the numbers in the row? That's what it looks like.

One of the questions you asked was whether your final solution matrix correct. A better question would have been, is my initial matrix correct?
Mark
 
As it turns out, there are an infinite number of solutions for the system I'm working with, but only two of them are reasonable. I've checked them both and they give me the right number of one-, two-, and three-bedroom units, so I'm pretty confident I'm on the right track.
 
Subopolois,
Hey, I wasn't trying to scare you away--I was trying to get you thinking before you started mechanically row-reducing an augmented matrix.

The problem is asking how many plan A floor plans and how many plan B floor plans and how many plan C floor plans can you use to come up with 66 3-BR apts, 74 2-BR apts, and 136 1-BR apts.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top