SOLUTION: I need help with the following problem: A man and his daughter manufacture unfinished tables and chairs. Each table requires 3 hours of sawing and 1 hour of assembly. Each chair r

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: I need help with the following problem: A man and his daughter manufacture unfinished tables and chairs. Each table requires 3 hours of sawing and 1 hour of assembly. Each chair r      Log On


   



Question 745742: I need help with the following problem:
A man and his daughter manufacture unfinished tables and chairs. Each table requires 3 hours of sawing and 1 hour of assembly. Each chair requires 2 hours of sawing and 2 hours of assembly. Between the two of them, they can put in up to 12 hours of sawing and 8 hours of assembly work each day. Find a system of inequalities that describes all possible combinations of tables and chairs that they can make daily. Graph the solution set.

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
A similar problem was posted a few days ago as problem number 743379.
x= number of tables made per day
y= number of chairs made per day
Two obvious constraints are
x%3E=0 and y%3E=0
The amount of sawing to be done per day would be
3x%2B2y%3C=12.
The amount of assembling work to be done per day would be
x%2B2y%3C=8.
The inequalities above graph as a region of the x-y plane representing all the possible combinations of numbers of tables and chairs that they can make daily.
The feasibility region is the quadrilateral OABC, bounded by the lines
x=0 (the y-axis)
y=0 (the x-axis)
3x%2B2y=12 (the blue line) and
x%2B2y=8 (the green line).
To plot the blue and green line, I just found the x- and y-intercepts for each one.
For 3x%2B2y=12:
when x=0, 3%2A0%2B2y=12 --> 2y=12 --> y=12%2F2 --> y=6 gives us point D(0,6).
When y=0, 3x%2B2%2A0=12 --> 3x=12 --> x=12%2F3 --> x=4 gives us point C(4,0)
For x%2B2y=8:
when x=0, 0%2B2y=8 --> 2y=8 --> y=8%2F2 --> y=4 gives us point A(0,4).
When y=0, x%2B2%2A0=8 --> x=8 gives us point E(8,0).
The intersection of the 2 lines is the point that satisfies 3x%2B2y=12 and
x%2B2y=8. It is the solution to
system%283x%2B2y=12%2Cx%2B2y=8%29 --> 2x=12-8 --> 2x=4 --> x=2 and
with system%28x=2%2Cx%2B2y=8%29 --> 2%2B2y=8 --> 2y=8-2 --> 2y=6 --> y=3.
That intersection is the point C(2,3).