********************************************* Question: `q001. Note that this assignment has 10 questions Solve the following system of simultaneous linear equations: 3a + 3b = 9 6a + 5b = 16. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: In this problem could we not use the matrix method to solve this problem? Using matrices gives me the answer of [1, .833, 2.666666667] and [[0,1,2]] Which if rounded is 1 and 2. Looking at the Given Solution these same answers (a=1 and b=2) are given. But looking over the given solution I understand this New Equation one statement and remember it from Algebra 2. confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: The system 3a + 3b = 9 6a + 5b = 16 can be solved by adding an appropriate multiple of one equation in order to eliminate one of the variables. Since the coefficient of a in the second equation (the coefficient of a in the second equation is 6)) is double that in the first (the coefficient of a in the first equation is 3), we can multiply the first equation by -2 in order to make the coefficients of a equal and opposite: -2 * [ 3a + 3b ] = -2 [ 9 ] 6a + 5b = 16 gives us -6a - 6 b = -18 6a + 5b = 16 . Adding the two equations together we obtain -b = -2, or just b = 2. Substituting b = 2 into the first equation we obtain 3 a + 3(2) = 9, or 3 a + 6 = 9 so that 3 a = 3 and a = 1. Our solution is therefore a = 1, b = 2. We used the first equation in our last step, so we verigy this solution is by substituting these values into the second equation, where we get 6 * 1 + 5 * 2 = 6 + 10 = 16. STUDENT QUESTION I got my answer in a very different way than the solution given. I have been trying to remember things from the classes I took a long time ago and came up with this answer. Is it alright to use this method? INSTRUCTOR RESPONSE Here is a synopsis of your solution: I'll first solve the first equation for a: 3a+3b=9 so a+b=3 so a=3-b. Now I'll substitute this expression for a into the second equation 6 a + 5 b = 16 Replacing a with 3 - b: 6(3-b)+5b=16 18-6b+5b=16 -b=-2 b=2 a = 3 - b so a=3 - 2 = 1 Substituting a = 1 and b = 2 into the two equations we get 3(1)+3(2)=9 so 9 = 9 6(1)+5(2)=16 so 16 = 16. The solution checks with the two equations. You have an excellent solution. The method you have used is performed correctly and is equally valid with the method used in the solutions. It is called the 'substitution method'. For these first few problems in this course the substitution method and the elimination method are equally efficient. However the elimination method is also important, and since elimination works better on most of the problems we'll be encountering in the near future, it is the method I use in the given solutions. You can use either method, as long as you know both. However you might find the given solutions easier to understand if you use the elimination method. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q002. Solve the following system of simultaneous linear equations using the method of elimination: 4a + 5b = 18 6a + 9b = 30. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: 4a+ 5b=18 and 6a+9b=30 . 5 and 9 are prime factors but 4 and 6 least common factor is 12. If we multiply the first equation by 3 we get 12a +15 b=54 And the second by -2so it would look like -12a-18b= -60. This if added together will eliminate our a’s. -3b= -6. Then divide by -3 to both sides b=2. After we get b we have to plug it in to get a. 4a+5 (2)=18 ; 4a+10=18 subtract 10 from both sides which gives us 4a=8 then we divide by 4 from both sides which give us a=2. When both variables are plugged in 6(2)+9(2)=30 confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: In the system 4a + 5b = 18 6a + 9b = 30 we see that the coefficients of b are relatively prime; they therefore have a least common multiple equal to 5 * 9. The coefficients 4 and 6 of a have a least common multiple of 12. We have a choice of which variable to eliminate. We could 'match' the b by multiplying the first equation by 9 and the second by -5, or we could match the coefficients of a by multiplying the first equation by 3 and the second by -2. Either choice would work. The numbers required to 'match' the coefficients of a are smaller, but the numbers required to 'match the coefficients of b would otherwise work equally well. Choosing to 'match' the coefficient of a, we obtain 3 * [4a + 5b ] = 3 * 18 -2 * [ 6a + 9b ] = -2 * 30, so the system becomes 12 a + 15 b = 54 -12 a - 18 b = -60. Adding the equations we get -3 b = -6, so b = 2. Substituting this value of b into the first equation we obtain 4 a + 5 * 2 = 18, or 4 a + 10 = 18, which we easily solve to obtain a = 2. Substituting this value of a into the second equation we obtain 6 * 2 + 9 * 2 = 30, which verifies our solution. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q003. If y = 5x + 8, then for what value of x will we have y = 13? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: Since we are given y=13 we plug it in 13=5x+8 subtract 8 from both sides which gives us 5=5x divide by 5 on both sides which leaves us with x=1 we plug 1 in for x and 13 in for y and check our solution. 13=5(1)+8. 5*1 is 5 +8 is 13. confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: We first substitute y = 13 into the equation y = 5 x + 8 to obtain 13 = 5 x + 8. Subtracting 8 from both equations and reversing the equality we obtain 5 x = 5, which we easily solve to obtain x = 1. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q004. Sketch a set of coordinate axes representing y vs. x, with y on the vertical axis and x on the horizontal axis. Plot the points (1, -2), (3, 5) and (7, 8). Sketch a smooth curve passing through these three points. On your curve, what are the y coordinates corresponding to x coordinates 1, 3, 5 and 7? Estimate these coordinates as accurately as you can from your graph. Retain your sketch for use in future questions. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The x values are 1, 3, and 7 and the y values are -2, 5, and 8. For a parabola when x=5 y would be 8.833. The maximum value for x would be 7. confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: The x coordinates 1, 3 and 7 match the x coordinates of the three given points, the y coordinates will be the y coordinates -2, 5 and 8, respectively, of those points. At x = 5 the precise value of x, for a perfect parabola, would be 8 1/3, or about 8.333. You are unlikely to have drawn a perfect parabola and your estimate will almost certainly differ from this value. Any estimate with .5 or so of this value would be a good estimate. Drawn with complete accuracy a parabola through these points will peak between x = 3 in and x = 7. The peak of the actual parabola will occur close to x = 6. Any estimate between x = 5 and x = 7 is pretty good, and even an estimate between x = 7 and x = 8 is not unreasonable. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q005. Using your sketch from the preceding exercise, estimate the x coordinates corresponding to y coordinates 1, 3, 5 and 7. Also estimate the x values at which y is 0. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: I entered the coordinates for y= 1, 3, 5, and 7. To find where the lines intersect for the x coordinates. The estimate for the x coordinates would be
.............................................
Given Solution: The easiest way to estimate your points would be to make horizontal lines on your graph at y = 1, 3, 5 and 7. You would easily locate the points were these lines intersect your graph, then estimate the x coordinates of these points. For the actual parabola passing through the given points, y will be 1 when x = 1.7 (and also, if your graph extended that far, near x = 10). y = 3 near x = 2.3 (and near x = 9.3). y = 5 at the given point (3, 5), where x = 3. y = 7 near x = 4 (and also near x = 7.7). Any set of estimates in the vicinity of these values is good. STUDENT COMMENT: I’m still not clear on this. I didn’t get the same as you and my graph went to 12. I know when we estimate we will not get the same answer, but did I do this right? If not what do I do to correct it? INSTRUCTOR RESPONSE: The following commentary need not be self-critiqued, though you may certainly ask questions if you wish. However I have two reasons for including it: The estimates here were given by a good student whose graph for some reason didn't match the points on this particular problem. If this student missed his/her estimates, then most students will need some clarification at this point. The discussion and the graphs shown here should be helpful to you. You should be able to sketch these graphs, label the coordinate axes based on the coordinates of the three points, and make reasonable verification of the values given here. This situation is closely related to the work we will be doing in the first few assignments, where we will actually learn to do parabolic or quadratic curve fits. Instructor response to student: Some of your estimates were reasonable, but others weren't. Your solution was if y = 0 then x = 0 if y = 1 then x = approx. 1.7 if y = 3 then x = approx. 4.6 if y = 5 then x = approx. 8.1 if y = 7 then x = approx. 11.5 If the x coordinates 1,3 7 match the y coordinates -2,5,8, then y = 1 at x = 1.7 is a very reasonable estimate y = 3 at x = 4.6 is not a reasonable estimate. By the time x = 3, y already has a value of 5, and is increasing toward value y = 8 at x = 7. For an x value between 3 and 5 we would expect y to be greater than 5; we would not expect a y value of 3 to occur on this x interval. y = 5 at x = 8.1 is a reasonable estimate. When x = 7 we have y = 8, and it's possible to draw a reasonable graph on which y decreases to 5 by the time x = 8. y = 7 at x = 11.5 isn't consistent with your previous estimates. You already have y down to value 5 by the time x = 8.1, and there's no reason to expect the graph to turn around and go back up to 7 by the time x reaches 11.5. The figure below depicts the three data points. Your graph should have similar form. The graph below shows the parabola that actually passes through these points. Your graph won't necessarily look the same, since you probably aren't practiced at drawing an accurate parabola through three given points, and besides nobody told you to use a parabola. So it's no problem if your graph differs from this one, but this 'ideal' graph is the basis for the numbers in the given solution. For this graph, y = 0 somewhere between x = 1 and x = 3, closer to x = 1; we might estimate that this occurs at x = 1.5 (a fairly precise value for the actual parabola is about x = 1.476). You will learn a lot more about parabolas within the next couple of weeks. In fact, by Assignment 4 or 5, you will have learned how to create and use a parabolic model for any three points, and you'll see that while it's not really what you'd call easy, it's not all that difficult either. The graph below isn't parabolic, but it's still a smooth curve and passes through the given points, and your graph could well look like this. The y value at x = 5 appears to be pretty close to the x = 7 value, which is y = 8. The y = 0 value again occurs between x = 1 and x = 3; perhaps a little to the left of the point in the above graph, maybe at x = 1.4. Another reasonable graph is shown below. At x = 5 the y value is probably around 7. The graph below agrees with the estimates you gave. While it fits the overall trend of the data by 'staying in the middle', it doesn't fit any of the three given points very well. This graph has been included so you can verify that it agrees reasonably with your given values if y = 0 then x = 0 if y = 1 then x = approx. 1.7 if y = 3 then x = approx. 4.6 if y = 5 then x = approx. 8.1 if y = 7 then x = approx. 11.5 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q006. Suppose the graph you used in the preceding two exercises represents the profit y on an item, with profit given in cents, when the selling price is x, with selling price in dollars. According to your graph: What would be the profit if the item is sold for 4 dollars? What selling price would result in a profit of 7 cents? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: Let x represent selling price and let y represent the profit To find the profit at the selling price of 4 dollars we would look at the graph when x=4. x=4 is a vertical line . To find the selling price when the profit is 7 cents we would look at the graph when y=7 . y=7 is a horizontal line. confidence rating #$&*5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: To find the profit for a selling price of x = 4 dollars, we would look at the x = 4 point on the graph. This point is easily located by sketching a vertical line through x = 4. Projecting over to the y-axis from this point, you should have obtained an x value somewhere around 6 of 7, depending on how you drew the graph. This represents a profit of about 6 or 7 cents. The profit is the y value, so to obtain the selling price x corresponding to a profit of y = 7 we sketch the horizontal line at y = 7, which as in a preceding exercise will give us x values of about 4 or 5 (y = 7 would also occur at x = 7.7, approx., if the entire parabola was drawn). STUDENT COMMENT: I think I'm doing my graphs wrong. Can you help? INSTRUCTOR RESPONSE: See also my notes on the preceding problems, especially the ones with the graphs. The graph depicted below doesn't fit the original points very well, but we'll use it to illustrate the situation. As before you should review the coordinates of the three given points and make sense of them on this graph. The 'red' line is a vertical line through x = 4. This line is drawn first. The 'green' horizontal line is then drawn through the point where the x = 4 line intersects the graph. You should verify for yourself that the 'green' line intersects the y axis around y = 6 (the actual coordinate is about y = 6.2, but you aren't expected to be able to verify the value that accurately; you should however be able to tell that the coordinate is closer to 6 than to 5 or 7, based on the coordinates of the three given points). This would tell us that if the selling price is around 4 units, the profit is around 6 units. To find the selling price that will bring a profit of 7 units, we first draw the horizontal 'blue' line through y = 7. Then we draw the vertical 'purple' line, through the point where our horizontal line intersects the graph. This line intersects the x axis somewhere between x = 4 and x = 5. It's hard to tell whether the x value is closer to 4 than to 5, so we might estimate that this occurs around x = 4.5 (the actual value as depicted is about x = 4.43). This would tell us that to achieve a profit of 7 units, the selling price should be about 4.5 units. Your estimates will of course differ from these, depending on how you drew your graph. For example, if the parabola is taken as the 'perfect' model for the data, the results might vary from these by as much as a unit. Worth noting, even though you probably don't understand it yet: For a number of reasons you will soon understand, it turns out that the parabola is a very reasonable model for estimating how price and profit are related. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I don’t understand why I am not getting a parabola for my graph?
.............................................
Given Solution: Substituting x = -3 and y = 4 into the form y = m x + b, we obtain the equation 4 = -3 m + b. We can reverse the right- and left-hand sides to get -3 m + b = 4. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q008. Substitute the coordinates of the point (5, -2) into the form y = m x + b. What equation do you get? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: If we subsitute the coordinates (5,-2) in the formula y=mx+b we would get -2=m5+b confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: Substituting x = 5 and y = -2 into the form y = m x + b, we obtain the equation -2 = 5 m + b. Reversing the sides we have 5 m + b = -2 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q009. You have obtained the equations -3 m + b = 4 and 5 m + b = -2. Use the method of elimination to solve these simultaneous equations for m and b. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: If we use the same systems -3m+b=4 and 5m+b= -2 we can subtract these to get -8m =6 which when simplified gives us the slope m= -3/4 . Now that we have our slope we can substitute it into the first equation -3 (-3/4) +b=4 , this give us 9/4+b=4 when we subtract 9/4 from each side this gives us b=7/4. Now that we have both the m and b we plug them in 5(-3/4)+(7/4)= -2 which gives us -8/4= -2 which is the same as -2=-2 confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: Starting with the system -3 m + b = 4 5 m + b = -2 we can easily eliminate b by subtracting the equations. If we subtract the first equation from the second we obtain -8 m = 6, with solution m = -3/4. Substituting this value into the first equation we obtain (-3/4) * -3 + b = 4, which we easily solve to obtain b = 7/4. To check our solution we substitute m = -3/4 and b = 7/4 into the second equation, obtaining 5 ( -3/4) + 7/4 = -2, which gives us -8/4 = -2 or -2 = -2. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating #$&* ********************************************* Question: `q010. Substitute your solutions b = 7/4 and m = -3/4 into the original form y = m x + b. What equation do you obtain? What is the significance of this equation? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: When we plug in b= 7/4 and m= -3/4 we get y= (-3/4)x+ (7/4). I plugged this equation since it is set to 0 in to my calculator to gives me the points (-3,4) and (5,-2) confidence rating #$&* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: Substituting b = 7/4 and m = -3/4 into the form y = m x + b, we obtain the equation y = -3/4 x + 7/4. This is the equation of the straight line through the given points (-3, 4) and (5, -2). "