course Mth 152 G~w}ʡmӎzý߫assignment #001
......!!!!!!!!...................................
03:29:57 `q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.
......!!!!!!!!...................................
RESPONSE --> no difference, each problem will give you an answer of 6 confidence assessment: 1
.................................................
......!!!!!!!!...................................
03:30:33 The order of operations dictates that grouped expressions must be evaluated first, that exponentiation must be done before multiplication or division, which must be done before addition or subtraction. It makes a big difference whether you subtract the 2 from the x or divide the -2 by 4 first. If there are no parentheses you have to divide before you subtract. Substituting 2 for x we get 2 - 2 / 2 + 4 = 2 - 1 + 4 (do multiplications and divisions before additions and subtractions) = 5 (add and subtract in indicated order) If there are parentheses you evaluate the grouped expressions first: (x - 2) / (x - 4) = (2 - 2) / ( 4 - 2) = 0 / 2 = 0.
......!!!!!!!!...................................
RESPONSE --> I understand self critique assessment: 1
.................................................
......!!!!!!!!...................................
03:33:46 `q002. Explain the difference between 2 ^ x + 4 and 2 ^ (x + 4). Then evaluate each expression for x = 2. Note that a ^ b means to raise a to the b power. This process is called exponentiation, and the ^ symbol is used on most calculators, and in most computer algebra systems, to represent exponentiation.
......!!!!!!!!...................................
RESPONSE --> The 1st equation is 8, and the 2nd is 64. The difference is you are raising 2^2 THEN adding four, and the 2nd you are doing your parenthesis first. So it would be 2^6=64 confidence assessment: 3
.................................................
......!!!!!!!!...................................
03:33:55 2 ^ x + 4 indicates that you are to raise 2 to the x power before adding the 4. 2 ^ (x + 4) indicates that you are to first evaluate x + 4, then raise 2 to this power. If x = 2, then 2 ^ x + 4 = 2 ^ 2 + 4 = 2 * 2 + 4 = 4 + 4 = 8. and 2 ^ (x + 4) = 2 ^ (2 + 4) = 2 ^ 6 = 2*2*2*2*2*2 = 64.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
03:39:41 `q003. What is the numerator of the fraction in the expression x - 3 / [ (2x-5)^2 * 3x + 1 ] - 2 + 7x? What is the denominator? What do you get when you evaluate the expression for x = 2?
......!!!!!!!!...................................
RESPONSE --> confidence assessment: 0
.................................................
......!!!!!!!!...................................
03:40:17 The numerator is 3. x isn't part of the fraction. / indicates division, which must always precede subtraction. Only the 3 is divided by [ (2x-5)^2 * 3x + 1 ] and only [ (2x-5)^2 * 3x + 1 ] divides 3. If we mean (x - 3) / [ (2x-5)^2 * 3x + 1 ] - 2 + 7x we have to write it that way. The preceding comments show that the denominator is [ (2x-5)^2 * 3x + 1 ] Evaluating the expression for x = 2: - 3 / [ (2 * 2 - 5)^2 * 3(2) + 1 ] - 2 + 7*2 = 2 - 3 / [ (4 - 5)^2 * 6 + 1 ] - 2 + 14 = evaluate in parenthese; do multiplications outside parentheses 2 - 3 / [ (-1)^2 * 6 + 1 ] -2 + 14 = add inside parentheses 2 - 3 / [ 1 * 6 + 1 ] - 2 + 14 = exponentiate in bracketed term; 2 - 3 / 7 - 2 + 14 = evaluate in brackets 13 4/7 or 95/7 or about 13.57 add and subtract in order. The details of the calculation 2 - 3 / 7 - 2 + 14: Since multiplication precedes addition or subtraction the 3/7 must be done first, making 3/7 a fraction. Changing the order of the terms we have 2 - 2 + 14 - 3 / 7 = 14 - 3/7 = 98/7 - 3/7 = 95/7. COMMON STUDENT QUESTION: ok, I dont understand why x isnt part of the fraction? And I dont understand why only the brackets are divided by 3..why not the rest of the equation? INSTRUCTOR RESPONSE: Different situations give us different algebraic expressions; the situation dictates the form of the expression. If the above expression was was written otherwise it would be a completely different expression and most likely give you a different result when you substitute. If we intended the numerator to be x - 3 then the expression would be written (x - 3) / [(2x-5)^2 * 3x + 1 ] - 2 + 7x, with the x - 3 grouped. If we intended the numerator to be the entire expression after the / the expression would be written x - 3 / [(2x-5)^2 * 3x + 1 - 2 + 7x ].
......!!!!!!!!...................................
RESPONSE --> Ok, I accidentally hit enter response when I was tying to click in this box to enter my answer self critique assessment: 1
.................................................
course Mth 152 G؟Ǒvwassignment #003
......!!!!!!!!...................................
20:31:55 `q001 A straight line connects the points (3, 5) and (7, 17), while another straight line continues on from (7, 17) to the point (10, 29). Which line is steeper and on what basis to you claim your result?
......!!!!!!!!...................................
RESPONSE --> I think they are about the same.. but if there was one steeper I would say the 1st line is because it just seems more straight and steeper than the 2nd line. confidence assessment: 2
.................................................
......!!!!!!!!...................................
20:32:49 The point (3,5) has x coordinate 3 and y coordinate 5. The point (7, 17) has x coordinate 7 and y coordinate 17. To move from (3,5) to (7, 17) we must therefore move 4 units in the x direction and 12 units in the y direction. Thus between (3,5) and (7,17) the rise is 12 and the run is 4, so the rise/run ratio is 12/4 = 3. Between (7,10) and (10,29) the rise is also 12 but the run is only 3--same rise for less run, therefore more slope. The rise/run ratio here is 12/3 = 4.
......!!!!!!!!...................................
RESPONSE --> Not sure why I didn't think to do the slope thing, I just marked it on a graph and guessed, no clue why I didn't do it the easy way! But that makes MUCH more sense self critique assessment: 2
.................................................
......!!!!!!!!...................................
20:36:32 `q002. The expression (x-2) * (2x+5) is zero when x = 2 and when x = -2.5. Without using a calculator verify this, and explain why these two values of x, and only these two values of x, can make the expression zero.
......!!!!!!!!...................................
RESPONSE --> It is true and it is simple to figure that out because every time there is an x, there is a 2 that has to be subtracted or multiplied by it. The basic rules tell you that 2-2=0 and 2*-2.5 is 5. confidence assessment: 2
.................................................
......!!!!!!!!...................................
20:36:47 If x = 2 then x-2 = 2 - 2 = 0, which makes the product (x -2) * (2x + 5) zero. If x = -2.5 then 2x + 5 = 2 (-2.5) + 5 = -5 + 5 = 0.which makes the product (x -2) * (2x + 5) zero. The only way to product (x-2)(2x+5) can be zero is if either (x -2) or (2x + 5) is zero. Note that (x-2)(2x+5) can be expanded using the Distributive Law to get x(2x+5) - 2(2x+5). Then again using the distributive law we get 2x^2 + 5x - 4x - 10 which simplifies to 2x^2 + x - 10. However this doesn't help us find the x values which make the expression zero. We are better off to look at the factored form.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 2
.................................................
......!!!!!!!!...................................
20:39:45 `q003. For what x values will the expression (3x - 6) * (x + 4) * (x^2 - 4) be zero?
......!!!!!!!!...................................
RESPONSE --> no clue confidence assessment: 0
.................................................
......!!!!!!!!...................................
20:40:42 In order for the expression to be zero we must have 3x-6 = 0 or x+4=0 or x^2-4=0. 3x-6 = 0 is rearranged to 3x = 6 then to x = 6 / 3 = 2. So when x=2, 3x-6 = 0 and the entire product (3x - 6) * (x + 4) * (x^2 - 4) must be zero. x+4 = 0 gives us x = -4. So when x=-4, x+4 = 0 and the entire product (3x - 6) * (x + 4) * (x^2 - 4) must be zero. x^2-4 = 0 is rearranged to x^2 = 4 which has solutions x = + - `sqrt(4) or + - 2. So when x=2 or when x = -2, x^2 - 4 = 0 and the entire product (3x - 6) * (x + 4) * (x^2 - 4) must be zero. We therefore see that (3x - 6) * (x + 4) * (x^2 - 4) = 0 when x = 2, or -4, or -2. These are the only values of x which can yield zero.**
......!!!!!!!!...................................
RESPONSE --> I just tried to figure it out in my head and figure it out by making is = to 0 and qorking it out that way, self critique assessment: 2
.................................................
......!!!!!!!!...................................
20:42:57 `q004. One straight line segment connects the points (3,5) and (7,9) while another connects the points (10,2) and (50,4). From each of the four points a line segment is drawn directly down to the x axis, forming two trapezoids. Which trapezoid has the greater area? Try to justify your answer with something more precise than, for example, 'from a sketch I can see that this one is much bigger so it must have the greater area'.
......!!!!!!!!...................................
RESPONSE --> (10,2) (50,4) is the bigger trapeziod because the distance between the 10 & 50 alone is bigger than the 3-7 distance. confidence assessment: 0
.................................................
......!!!!!!!!...................................
20:43:34 Your sketch should show that while the first trapezoid averages a little more than double the altitude of the second, the second is clearly much more than twice as wide and hence has the greater area. To justify this a little more precisely, the first trapezoid, which runs from x = 3 to x = 7, is 4 units wide while the second runs from x = 10 and to x = 50 and hence has a width of 40 units. The altitudes of the first trapezoid are 5 and 9,so the average altitude of the first is 7. The average altitude of the second is the average of the altitudes 2 and 4, or 3. So the first trapezoid is over twice as high, on the average, as the first. However the second is 10 times as wide, so the second trapezoid must have the greater area. This is all the reasoning we need to answer the question. We could of course multiply average altitude by width for each trapezoid, obtaining area 7 * 4 = 28 for the first and 3 * 40 = 120 for the second. However if all we need to know is which trapezoid has a greater area, we need not bother with this step.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 1
.................................................
......!!!!!!!!...................................
20:47:30 * `q005. Sketch graphs of y = x^2, y = 1/x and y = `sqrt(x) [note: `sqrt(x) means 'the square root of x'] for x > 0. We say that a graph increases if it gets higher as we move toward the right, and if a graph is increasing it has a positive slope. Explain which of the following descriptions is correct for each graph: As we move from left to right the graph increases as its slope increases. As we move from left to right the graph decreases as its slope increases. As we move from left to right the graph increases as its slope decreases. As we move from left to right the graph decreases as its slope decreases.
......!!!!!!!!...................................
RESPONSE --> self critique assessment: 0
.................................................
......!!!!!!!!...................................
20:47:49 For x = 1, 2, 3, 4: The function y = x^2 takes values 1, 4, 9 and 16, increasing more and more for each unit increase in x. This graph therefore increases, as you say, but at an increasing rate. The function y = 1/x takes values 1, 1/2, 1/3 and 1/4, with decimal equivalents 1, .5, .33..., and .25. These values are decreasing, but less and less each time. The decreasing values ensure that the slopes are negative. However, the more gradual the decrease the closer the slope is to zero. The slopes are therefore negative numbers which approach zero. Negative numbers which approach zero are increasing. So the slopes are increasing, and we say that the graph decreases as the slope increases. We could also say that the graph decreases but by less and less each time. So the graph is decreasing at a decreasing rate. For y = `sqrt(x) we get approximate values 1, 1.414, 1.732 and 2. This graph increases but at a decreasing rate.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 0
.................................................
......!!!!!!!!...................................
20:50:38 `q006. If the population of the frogs in your frog pond increased by 10% each month, starting with an initial population of 20 frogs, then how many frogs would you have at the end of each of the first three months (you can count fractional frogs, even if it doesn't appear to you to make sense)? Can you think of a strategy that would allow you to calculate the number of frogs after 300 months (according to this model, which probably wouldn't be valid for that long) without having to do at least 300 calculations?
......!!!!!!!!...................................
RESPONSE --> month 1-22 month 2-24.42 month 3-26.62 confidence assessment: 2
.................................................
......!!!!!!!!...................................
20:51:09 At the end of the first month, the number of frogs in the pond would be (20 * .1) + 20 = 22 frogs. At the end of the second month there would be (22 * .1) + 22 = 24.2 frogs while at the end of the third month there would be (24.2 * .1) + 24.2 = 26.62 frogs. The key to extending the strategy is to notice that multiplying a number by .1 and adding it to the number is really the same as simply multiplying the number by 1.1. 10 * 1.1 = 22; 22 * 1.1 = 24.2; etc.. So after 300 months you will have multiplied by 1.1 a total of 300 times. This would give you 20 * 1.1^300, whatever that equals (a calculator will easily do the arithmetic). A common error is to say that 300 months at 10% per month gives 3,000 percent, so there would be 30 * 20 = 600 frogs after 30 months. That doesn't work because the 10% increase is applied to a greater number of frogs each time. 3000% would just be applied to the initial number, so it doesn't give a big enough answer.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
20:53:21 `q007. Calculate 1/x for x = 1, .1, .01 and .001. Describe the pattern you obtain. Why do we say that the values of x are approaching zero? What numbers might we use for x to continue approaching zero? What happens to the values of 1/x as we continue to approach zero? What do you think the graph of y = 1/x vs. x looks for x values between 0 and 1?
......!!!!!!!!...................................
RESPONSE --> 1 10 100 1000 adding 0 each time.. 2,3,4 confidence assessment: 3
.................................................
......!!!!!!!!...................................
20:53:29 If x = .1, for example, 1 / x = 1 / .1 = 10 (note that .1 goes into 1 ten times, since we can count to 1 by .1, getting.1, .2, .3, .4, ... .9, 10. This makes it clear that it takes ten .1's to make 1. So if x = .01, 1/x = 100 Ithink again of counting to 1, this time by .01). If x = .001 then 1/x = 1000, etc.. Note also that we cannot find a number which is equal to 1 / 0. Deceive why this is true, try counting to 1 by 0's. You can count as long as you want and you'll ever get anywhere. The values of 1/x don't just increase, they increase without bound. If we think of x approaching 0 through the values .1, .01, .001, .0001, ..., there is no limit to how big the reciprocals 10, 100, 1000, 10000 etc. can become. The graph becomes steeper and steeper as it approaches the y axis, continuing to do so without bound but never touching the y axis. This is what it means to say that the y axis is a vertical asymptote for the graph .
......!!!!!!!!...................................
RESPONSE --> self critique assessment:
.................................................
......!!!!!!!!...................................
20:55:07 * `q008. At clock time t the velocity of a certain automobile is v = 3 t + 9. At velocity v its energy of motion is E = 800 v^2. What is the energy of the automobile at clock time t = 5?
......!!!!!!!!...................................
RESPONSE --> v=24 E=800(24^2) E=460800 self critique assessment: 3
.................................................
......!!!!!!!!...................................
20:55:19 For t=5, v = 3 t + 9 = (3*5) + 9 = 24. Therefore E = 800 * 24^2 = 460800.
......!!!!!!!!...................................
RESPONSE --> OK Enter, as appropriate, an answer to the question, a critique of your answer in response to a given answer, your insights regarding the situation at this point, notes to yourself, or just an OK. Always critique your solutions by describing any insights you had or errors you makde, and by explaining how you can make use of the insight or how you now know how to avoid certain errors. Also pose for the instructor any question or questions that you have related to the problem or series of problems. self critique assessment: 3
.................................................
......!!!!!!!!...................................
20:57:56 Since v = 3 t + 9 the expression would be E = 800 v^2 = 800 ( 3t + 9) ^2. This is the only answer really required here. For further reference, though, note that this expression could also be expanded by applying the Distributive Law:. Since (3t + 9 ) ^ 2 = (3 t + 9 ) * ( 3 t + 9 ) = 3t ( 3t + 9 ) + 9 * (3 t + 9) = 9 t^2 + 27 t + 27 t + 81 = 9 t^2 + 54 t + 81, we get E = 800 ( 9 t^2 + 54 t + 81) = 7200 t^2 + 43320 t + 64800 (check my multiplication because I did that in my head, which isn't always reliable).
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
course Mth 152 㘦vڥÎrassignment #001
......!!!!!!!!...................................
13:26:28 `q001. Part 1 includes six activities. If you have completed an activity, just enter the answer 'completed'. This question is appearing in the Question box. The box to the right is the Answer box, where you will type in your answers to the questions posed here. To use this program you read a question, then enter your answer in the Answer box and click on Enter Answer. In your answers give what is requested, but don't go into excruciating detail. Try to give just enough that the instructor can tell that you understand an item. After entering an answer click on Next Question/Answer above the Question box. Do you understand these instructions?
......!!!!!!!!...................................
RESPONSE --> Yes
.................................................
......!!!!!!!!...................................
13:28:21 This program has created the folder c:\vhmthphy on your hard drive. Browse to that folder and locate the file whose name begins with SEND. The name of this file will also include your name, as you gave it to the program, and the file will show as a Text file. Never tamper with a SEND file in any way. It contains internal codes as if these codes are tampered with you won't get credit for the assignment. However you are welcome to copy this file to another location and view it, make changes, etc. Just be sure that when requested to do so you send the instructor the original, tamper-free file. State in the Answer box whether or not you have been able to locate the SEND file. Don't send the SEND file yet. Note that more questions/instructions remain in the q_a_prelim.
......!!!!!!!!...................................
RESPONSE --> Yes I have a SEND file
.................................................
......!!!!!!!!...................................
13:29:38 `q002. Note that every time you click on Enter Answer the program writes your response to your SEND file. Even if the program disappears all the information you have entered with the Enter Answer button will remain in that file. This program never 'unwrites' anything. Even if this program crashes your information will still be there in the SEND file. Explain this in your own words.
......!!!!!!!!...................................
RESPONSE --> Everytime I answer a question, my answers go directly to my SEND file which it will never be lost.
.................................................
......!!!!!!!!...................................
13:31:18 Any time the instructor does not post a response to your access site by the end of the following day, you should resubmit your work using the Submit Work form, and be sure at the beginning to indicate that you are resubmitting, and also indicate the date on which you originally submitted your work. If you don't know where your access site is or how to access it, go to http://www.vhcc.edu/dsmith/_vti_bin/shtml.dll/request_access_code.htm and request one now. You can submit the q_a_prelim without your access code, but other assignments should contain your code.
......!!!!!!!!...................................
RESPONSE --> OK I just requested an access code, but have not received one yet. When I do recieve my code, I will try to access my page.
.................................................
......!!!!!!!!...................................
13:32:33 `q003. If you are working on a VHCC computer, it is probably set up in such a way as to return to its original configuration when it is rebooted. To avoid losing information it is suggested that you back up your work frequently, either by emailing yourself a copy or by using a key drive or other device. This is a good idea on any computer. Please indicate your understanding of this suggestion.
......!!!!!!!!...................................
RESPONSE --> If I am using a VHCC computer or any computer, then I need to back my work up often because if the computer reboots, it will probaly loose all info.
.................................................
course Mth 152 ὢDިZӯڷfassignment #002
......!!!!!!!!...................................
18:46:20 `q001. You will frequently need to describe the graphs you have constructed in this course. This exercise is designed to get you used to some of the terminology we use to describe graphs. Please complete this exercise and email your work to the instructor. Note that you should do these graphs on paper without using a calculator. None of the arithmetic involved here should require a calculator, and you should not require the graphing capabilities of your calculator to answer these questions. Problem 1. We make a table for y = 2x + 7 as follows: We construct two columns, and label the first column 'x' and the second 'y'. Put the numbers -3, -2, -1, -, 1, 2, 3 in the 'x' column. We substitute -3 into the expression and get y = 2(-3) + 7 = 1. We substitute -2 and get y = 2(-2) + 7 = 3. Substituting the remaining numbers we get y values 5, 7, 9, 11 and 13. These numbers go into the second column, each next to the x value from which it was obtained. We then graph these points on a set of x-y coordinate axes. Noting that these points lie on a straight line, we then construct the line through the points. Now make a table for and graph the function y = 3x - 4. Identify the intercepts of the graph, i.e., the points where the graph goes through the x and the y axes.
......!!!!!!!!...................................
RESPONSE --> X Y 0 -4 1 -1 2 2 3 5 confidence assessment: 3
.................................................
......!!!!!!!!...................................
18:50:22 The graph goes through the x axis when y = 0 and through the y axis when x = 0. The x-intercept is therefore when 0 = 3x - 4, so 4 = 3x and x = 4/3. The y-intercept is when y = 3 * 0 - 4 = -4. Thus the x intercept is at (4/3, 0) and the y intercept is at (0, -4). Your graph should confirm this.
......!!!!!!!!...................................
RESPONSE --> Ok, Iunderstand self critique assessment: 2
.................................................
......!!!!!!!!...................................
18:51:16 `q002. Does the steepness of the graph in the preceding exercise (of the function y = 3x - 4) change? If so describe how it changes.
......!!!!!!!!...................................
RESPONSE --> No, it stays the same confidence assessment: 3
.................................................
......!!!!!!!!...................................
18:51:25 The graph forms a straight line with no change in steepness.
......!!!!!!!!...................................
RESPONSE --> self critique assessment: 3
.................................................
......!!!!!!!!...................................
18:54:11 `q003. What is the slope of the graph of the preceding two exercises (the function ia y = 3x - 4;slope is rise / run between two points of the graph)?
......!!!!!!!!...................................
RESPONSE --> 3/1-slope confidence assessment: 2
.................................................
......!!!!!!!!...................................
18:54:22 Between any two points of the graph rise / run = 3. For example, when x = 2 we have y = 3 * 2 - 4 = 2 and when x = 8 we have y = 3 * 8 - 4 = 20. Between these points the rise is 20 - 2 = 18 and the run is 8 - 2 = 6 so the slope is rise / run = 18 / 6 = 3. Note that 3 is the coefficient of x in y = 3x - 4. Note the following for reference in subsequent problems: The graph of this function is a straight line. The graph increases as we move from left to right. We therefore say that the graph is increasing, and that it is increasing at constant rate because the steepness of a straight line doesn't change.
......!!!!!!!!...................................
RESPONSE --> self critique assessment: 3
.................................................
......!!!!!!!!...................................
18:58:33 `q004. Make a table of y vs. x for y = x^2. Graph y = x^2 between x = 0 and x = 3. Would you say that the graph is increasing or decreasing? Does the steepness of the graph change and if so, how? Would you say that the graph is increasing at an increasing rate, increasing at a constant rate, increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at a constant rate, or decreasing at a decreasing rate?
......!!!!!!!!...................................
RESPONSE --> No clue confidence assessment: 0
.................................................
......!!!!!!!!...................................
19:00:53 Graph points include (0,0), (1,1), (2,4) and (3,9). The y values are 0, 1, 4 and 9, which increase as we move from left to right. The increases between these points are 1, 3 and 5, so the graph not only increases, it increases at an increasing rate STUDENT QUESTION: I understand increasing...im just not sure at what rate...how do you determine increasing at an increasing rate or a constant rate? INSTRUCTOR RESPONSE: Does the y value increase by the same amount, by a greater amount or by a lesser amount every time x increases by 1? In this case the increases get greater and greater. So the graph increases, and at an increasing rate. *&*&.
......!!!!!!!!...................................
RESPONSE --> Ok, Iunderstand self critique assessment: 1
.................................................
......!!!!!!!!...................................
19:02:45 `q005. Make a table of y vs. x for y = x^2. Graph y = x^2 between x = -3 and x = 0. Would you say that the graph is increasing or decreasing? Does the steepness of the graph change and if so, how? Would you say that the graph is increasing at an increasing rate, increasing at a constant rate, increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at a constant rate, or decreasing at a decreasing rate?
......!!!!!!!!...................................
RESPONSE --> increasing at an increasing rate.. 1-1 2-4 3-9 4-16 confidence assessment: 2
.................................................
......!!!!!!!!...................................
19:03:42 From left to right the graph is decreasing (points (-3,9), (-2,4), (-1,1), (0,0) show y values 9, 4, 1, 0 as we move from left to right ). The magnitudes of the changes in x from 9 to 4 to 1 to 0 decrease, so the steepness is decreasing. Thus the graph is decreasing, but more and more slowly. We therefore say that the graph is decreasing at a decreasing rate.
......!!!!!!!!...................................
RESPONSE --> I didn't go from left to right.. I accidentally started at 1-1 for some reason.. But I undestand self critique assessment: 2
.................................................
......!!!!!!!!...................................
19:05:26 `q006. Make a table of y vs. x for y = `sqrt(x). [note: `sqrt(x) means 'the square root of x']. Graph y = `sqrt(x) between x = 0 and x = 3. Would you say that the graph is increasing or decreasing? Does the steepness of the graph change and if so, how? Would you say that the graph is increasing at an increasing rate, increasing at a constant rate, increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at a constant rate, or decreasing at a decreasing rate?
......!!!!!!!!...................................
RESPONSE --> Increasing at increasing rate 1-1 2-1.4142 3-1.7321 confidence assessment: 2
.................................................
......!!!!!!!!...................................
19:07:38 If you use x values 0, 1, 2, 3, 4 you will obtain graph points (0,0), (1,1), (2,1.414), (3. 1.732), (4,2). The y value changes by less and less for every succeeding x value. Thus the steepness of the graph is decreasing. The graph would be increasing at a decreasing rate. If the graph respresents the profile of a hill, the hill starts out very steep but gets easier and easier to climb. You are still climbing but you go up by less with each step, so the rate of increase is decreasing. If your graph doesn't look like this then you probably are not using a consistent scale for at least one of the axes. If your graph isn't as desribed take another look at your plot and make a note in your response indicating any difficulties.
......!!!!!!!!...................................
RESPONSE --> GEE! I just dont get it evidentally! self critique assessment: 0
.................................................
......!!!!!!!!...................................
19:09:06 `q007. Make a table of y vs. x for y = 5 * 2^(-x). Graph y = 5 * 2^(-x) between x = 0 and x = 3. Would you say that the graph is increasing or decreasing? Does the steepness of the graph change and if so, how? Would you say that the graph is increasing at an increasing rate, increasing at a constant rate, increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at a constant rate, or decreasing at a decreasing rate?
......!!!!!!!!...................................
RESPONSE --> Steepness decreases. Decreases by decreasing rate confidence assessment: 1
.................................................
......!!!!!!!!...................................
19:09:23 ** From basic algebra recall that a^(-b) = 1 / (a^b). So, for example: 2^-2 = 1 / (2^2) = 1/4, so 5 * 2^-2 = 5 * 1/4 = 5/4. 5* 2^-3 = 5 * (1 / 2^3) = 5 * 1/8 = 5/8. Etc. The decimal equivalents of the values for x = 0 to x = 3 will be 5, 2.5, 1.25, .625. These values decrease, but by less and less each time. The graph is therefore decreasing at a decreasing rate. **
......!!!!!!!!...................................
RESPONSE --> OK, I think I get it now.. self critique assessment: 0
.................................................
......!!!!!!!!...................................
19:10:55 `q008. Suppose you stand still in front of a driveway. A car starts out next to you and moves away from you, traveling faster and faster. If y represents the distance from you to the car and t represents the time in seconds since the car started out, would a graph of y vs. t be increasing or decreasing? Would you say that the graph is increasing at an increasing rate, increasing at a constant rate, increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at a constant rate, or decreasing at a decreasing rate?
......!!!!!!!!...................................
RESPONSE --> increasing at decreasing rate confidence assessment: 0
.................................................
......!!!!!!!!...................................
19:14:13 ** The speed of the car increases so it goes further each second. On a graph of distance vs. clock time there would be a greater change in distance with each second, which would cause a greater slope with each subsequent second. The graph would therefore be increasing at an increasing rate. **
......!!!!!!!!...................................
RESPONSE --> Thats what I thought at first but I changed my mind thinking I was wrong.. but it makes sense, Iunderstand self critique assessment: 1
.................................................
course Mth 152 اSRӬassignment #004
......!!!!!!!!...................................
17:28:10 `q001. Consider the statement 'If that group of six-year-olds doesn't have adult supervision, they won't act in an orderly manner.' Under which of the following circumstances would everyone have to agree that the statement is false? The group does have supervision and they do act in an orderly manner. The group doesn't have supervision and they don't act in an orderly manner. The group doesn't have supervision and they do act in an orderly manner. The group does have supervision and they don't act in an orderly manner.
......!!!!!!!!...................................
RESPONSE --> 3rd statment confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:29:26 The statement says that if the group doesn't have supervision, they will not act in an orderly manner. So if they don't have supervision and yet do act in an orderly manner the statement is contradicted. If the group does have supervision, the statement cannot be contradicted because condition of the statement, that the group doesn't have supervision, does not hold. The statement has nothing to say about what happens if the group does have supervision. Of course if the group doesn't have supervision and doesn't act in orderly manner this is completely consistent with the statement. Therefore the only way to statement can be considered false is the group doesn't have supervision and does act in an overly manner. Note that what we know, or think we know, about childrens' behavior has nothing at all to do with the logic of the situation. We could analyze the logic of a statement like 'If the Moon is made of green cheese then most six-year-olds prefer collard greens to chocolate ice cream'. Anything we know about the composition of the Moon or the tastes of children has nothing to do with the fact that the only way this statement could be shown false would be for the Moon to be made of green cheese and most six-year-olds to prefer the ice cream.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 2
.................................................
......!!!!!!!!...................................
17:31:16 `q002. List the different orders in which the letters a, b and c could be arranged (examples are 'acb' and 'cba'). Explain how you know that your list contains every possible order.
......!!!!!!!!...................................
RESPONSE --> abc acb bac bca cab cba I took the a and put it in front of each letter with the remaining letter left and continued to do that until I completed the C confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:32:17 The only reliable way to get all possible orders is to have a system which we are sure the list every order without missing any. Perhaps the simplest way to construct all possible orders is to list then alphabetically. We start with abc. There is only one other order that starts with a, and it is obtained by switching the last two letters to get acb. The next alphabetical order must start with b. The first possible listing starting with b must follow b with a, leaving c for last. The orders therefore bac. The only other order starting with b is bca. The next order must start with c, which will be followed by a to give us cab. The next order is obtained by switching the last two letters to get cba. This exhausts all possibilities for combinations of the three letters a, b and c. Our combinations are, in alphabetical order, abc, acb, bac, bca, cab, cba.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:34:02 `q003. One collection consists of the letters a, c, d and f. Another collection consists of the letters a, b, d and g. List the letters common to both collections. List the letters which appear in at least one of the collections. List the letters in the first half of the alphabet which do not appear in either of the collections.
......!!!!!!!!...................................
RESPONSE --> ad acdfbg ehijklm confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:34:33 To letters a and d each appear in both collections. No other letter does. The letters a, c, d, and f appear in the first collection, so they all in at least one of the collections. In addition to letters b and g appear in the second collection. Therefore letters a, b, c, d, f and g all appear in at least one of the collections. We consider the letters in the first half of the alphabet, in alphabetical order. a, b, c and d all appear in at least one of the collections, but the letter e does not. The letters f and g also appear in at least one of the collections, but none of the other letters of the alphabet do. The first half of the alphabet ends at m, so the list of letters in the first half of the alphabet which do not occur in at least one of the collections is e, h, i, j, k, l, m.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:38:15 `q004. Give the next element in each of the following patterns and explain how you obtained each: 2, 3, 5, 8, 12, ... 3, 6, 12, 24, ... 1, 3, 4, 7, 11, 18, ...
......!!!!!!!!...................................
RESPONSE --> 17-the difference between the numbers increases by 1 each time.. 48-the numbers are doubled each time 26-the 2nd pattern is 1,2,1,3,1,4,.. confidence assessment: 2
.................................................
......!!!!!!!!...................................
17:38:47 The pattern of the sequence 2, 3, 5, 8, 12, ... can be seen by subtracting each number from its successor. 3-2 = 1, 5-3 = 2, 8-5 = 3, 12-8 = 4. The sequence of differences is therefore 1, 2, 3, 4, ... . The next difference will be 5, indicating that the next number must be 12 + 5 = 17. The pattern of the sequence 3, 6, 12, 24, ... can be discovered by dividing each number into its successor. We obtain 6/3 = 2, 12/6 = 2, 24/12 = 2. This shows us that we are doubling each number to get the next. It follows that the next number in the sequence will be the double of 24, or 48. The pattern of the sequence 1, 3, 4, 7, 11, 18, ... is a little obvious. Starting with the third number in the sequence, each number is the sum of the two numbers proceeding. That is, 1 + 3 = 4, 3 + 4 = 7, 4 + 7 = 11, and 7 + 11 = 18. It follows that the next member should be 11 + 18 = 29.
......!!!!!!!!...................................
RESPONSE --> Way off on that last one.. tried to think too much about it..I get it though self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:41:07 `q005. The number 18 can be 'broken down' into the product 9 * 2, which can then be broken down into the product 3 * 3 * 2, which cannot be broken down any further . Alternatively 18 could be broken down into 6 * 3, which can then be broken down into 2 * 3 * 3. Show how the numbers 28 and 34 can be broken down until they can't be broken down any further. Show that there at least two different ways to break down 28, but that when the breakdown is complete both ways end up giving you the same numbers.
......!!!!!!!!...................................
RESPONSE --> 28- 2*14 2*2*7 34-2*17 28-4*7 2*2*7 confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:41:16 A good system is to begin by attempting to divide the smallest possible number into the given number. In the case of 34 we see that the number can be divided by 2 give 34 = 2 * 17. It is clear that the factor 2 cannot be further broken down, and is easy to see that 17 cannot be further broken down. So the complete breakdown of 34 is 2 * 17. To breakdown 28 we can again divide by 2 to get 28 = 2 * 14. The number 2 cannot be further broken down, but 14 can be divided by 2 to give 14 = 2 * 7, which cannot be further broken down. Thus we have 28 = 2 * 2 * 7. The number 28 could also the broken down initially into 4 * 7. The 4 can be further broken down into 2 * 2, so again we get 28 = 2 * 2 * 7. It turns out that the breakdown of a given number always ends up with exactly same numbers, no matter what the initial breakdown.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:43:04 `q006. Give the average of the numbers in the following list: 3, 4, 6, 6, 7, 7, 9. By how much does each number differ from the average?
......!!!!!!!!...................................
RESPONSE --> 42/7=6 39 38 36 36 35 35 33 confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:43:36 To average least 7 numbers we add them in divide by 7. We get a total of 3 + 4 + 6 + 6 + 7 + 7 + 9 = 42, which we then divide by 7 to get the average 42 / 7 = 6. We see that 3 differs from the average of 6 by 3, 4 differs from the average of 6 by 2, 6 differs from the average of 6 by 0, 7 differs from the average of 6 by 1, and 9 differs from the average of 6 by 3. A common error is to write the entire sequence of calculations on one line, as 3 + 4 + 6 + 6 + 7 + 7 + 9 = 42 / 7 = 6. This is a really terrible habit. The = sign indicates equality, and if one thing is equal to another, and this other today third thing, then the first thing must be equal to the third thing. This would mean that 3 + 4 + 6 + 6 + 7 + 7 + 9 would have to be equal to 6. This is clearly not the case. It is a serious error to use the = sign for anything but equality, and it should certainly not be used to indicate a sequence of calculations.
......!!!!!!!!...................................
RESPONSE --> I didn't do the average. I did the total self critique assessment: 2
.................................................
......!!!!!!!!...................................
17:45:00 `q007. Which of the following list of numbers is more spread out, 7, 8, 10, 10, 11, 13 or 894, 897, 902, 908, 910, 912? On what basis did you justify your answer?
......!!!!!!!!...................................
RESPONSE --> 2nd set because the 1st set the difference between the lowest and highest number is 6 and the diff. in the 2nd set is 8 confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:45:10 The first set of numbers ranges from 7 to 13, a difference of only 6. The second set ranges from 894 to 912, a difference of 18. So it appears pretty clear that the second set has more variation the first. We might also look at the spacing between numbers, which in the first set is 1, 2, 0, 1, 2 and in the second set is 3, 5, 6, 2, 2. The spacing in the second set is clearly greater than the spacing in the first. There are other more sophisticated measures of the spread of a distribution of numbers, which you may encounter in your course.
......!!!!!!!!...................................
RESPONSE --> OK self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:47:18 `q008. 12 is 9 more than 3 and also 4 times 3. We therefore say that 12 differs from 3 by 9, and that the ratio of 12 to 3 is 4. What is the ratio of 36 to 4 and by how much does 36 differ from 4? If 288 is in the same ratio to a certain number as 36 is to 4, what is that number?
......!!!!!!!!...................................
RESPONSE --> Differs by 32 32 confidence assessment: 2
.................................................
......!!!!!!!!...................................
17:47:27 Just as the ratio of 12 to 3 is 12 / 3 = 4, the ratio of 36 to 4 is 36 / 4 = 9. 36 differs from 4 by 36 - 4 = 32. Since the ratio of 36 to 4 is 9, the number 288 will be in the same ratio to a number which is 1/9 as great, or 288 / 9 = 32. Putting this another way, the question asks for a 'certain number', and 288 is in the same ratio to that number as 36 to 4. 36 is 9 times as great as 4, so 288 is 9 times as great as the desired number. The desired number is therefore 288/9 = 32.
......!!!!!!!!...................................
RESPONSE --> self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:48:22 `q009. A triangle has sides 3, 4 and 5. Another triangle has the identical shape of the first but is larger. Its shorter sides are 12 and 16. What is the length of its longest side?
......!!!!!!!!...................................
RESPONSE --> 21 confidence assessment: 1
.................................................
......!!!!!!!!...................................
17:48:42 ** You need to first see that that each side of the larger triangle is 4 times the length of the corresponding side of the smaller. This can be seen in many ways, one of the most reliable is to check out the short-side ratios, which are 12/3 = 4 and 16/4 = 4. Since we have a 4-to-1 ratio for each set of corresponding sides, the side of the larger triangle that corresponds to the side of length 5 is 4 * 5 = 20. **
......!!!!!!!!...................................
RESPONSE --> I understand. self critique assessment: 2
.................................................