......!!!!!!!!...................................
17:52:00 `q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4).
......!!!!!!!!...................................
RESPONSE --> The order of operations is changed. In the first one you would divide 2 by x and then subtract that answer from x and add four. In the second equation you would subtract 2 from x and then divide that answer with the answer you get whe you add 4 to x.
.................................................
......!!!!!!!!...................................
17:52:48 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 2 or divide the -2 by 4 first. If there are no parentheses you have to divide before you subtract: 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 --> OK
.................................................
......!!!!!!!!...................................
17:55:45 `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 --> In the first one you would raise 2 to the power of x and then add 4 to that number. In the second one you would raise 2 to the power of x plus 4.
2 ^ (2) + 4 = 4 + 4 = 8 2 ^ (2+4) = 2 ^ 6 = 64.................................................
......!!!!!!!!...................................
17:56:03 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
.................................................
......!!!!!!!!...................................
18:02:19 `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 --> The numerator is x - 3
The denominator is [ (2x-5)^2 * 3x + 1 ] - 2 + 7x 2 - 3 = -1 [ {2(2)-5}^2 * 3(2) + 1] - 2 + 7(2) = [ (4 -5)^2 * 3(2) + 1] - 2 + 7(2) = [ (-1)^2 * 6 + 1] - 2 + 14 = ( 1 * 6 + 1 ) - 2 + 14 = 7 - 2 + 14 = 19.................................................
......!!!!!!!!...................................
18:04:01 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.......!!!!!!!!...................................
RESPONSE --> I see. I added the parenthesis without thinking. I note where I went wrong.
.................................................
......!!!!!!!!...................................
18:08:28 `q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4.
......!!!!!!!!...................................
RESPONSE --> I first subtract 5 from 4. (4 - 5) = -1
Then I raise -1 to the power of 2x which is 2(4)=8 and -1 ^ 8 = 1. Then I divide 3 by x. which gives me 3/4. My equation as of now is 1 - 1 + (3/4) - 2. 1-1 is 0 leaving me with the equation (3/4) - 2. (3/4) - 2 = -5/4 or -1.25.................................................
......!!!!!!!!...................................
18:10:17 We get
(4-5)^2 * 4 - 1 + 3 / 1 - 4 = (-1)^2 * 4 - 1 + 3 / 4 - 2 evaluating the term in parentheses = 1 * 4 - 1 + 3 / 4 - 2 exponentiating (2 is the exponent, which is applied to -1 rather than multiplying the 2 by 4 = 4 - 1 + 3/4 - 2 noting that 3/4 is a fraction and adding and subtracting in order we get = 1 3/4 = 7 /4 (Note that we could group the expression as 4 - 1 - 2 + 3/4 = 1 + 3/4 = 1 3/4 = 7/4). COMMON ERROR: (4 - 5) ^ 2*4 - 1 + 3 / 4 - 2 = -1 ^ 2*4 - 1 + 3 / 4-2 = -1 ^ 8 -1 + 3 / 4 - 2. INSTRUCTOR COMMENTS: There are two errors here. In the second step you can't multiply 2 * 4 because you have (-1)^2, which must be done first. Exponentiation precedes multiplication. Also it isn't quite correct to write -1^2*4 at the beginning of the second step. If you were supposed to multiply 2 * 4 the expression would be (-1)^(2 * 4). Note also that the -1 needs to be grouped because the entire expression (-1) is taken to the power. -1^8 would be -1 because you would raise 1 to the power 8 before applying the - sign, which is effectively a multiplication by -1.......!!!!!!!!...................................
RESPONSE --> I went wrong by inserting my own parenthesis on the 2x and multiplying before I did the exponent.
.................................................
|ȃz֔yۮ Student Name: assignment #002 002. Describing Graphs
......!!!!!!!!...................................
16:34:48 `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.
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 --> I substituted 3, 2, 1, 0, -1, -2, -3 for x in the equation y=3x + 4. My y values are as follows: 5, 2, -1, -4, -7, -10, and -13. I put these numbers in the second column labeled y. I then drew a graph and set my points on a set of x-y coordinate axes. My points lie on a straight line so I constructed a line through the points.
(3,5), (2,2) (1,-1), (0,-4), (-1,-7), (-2, -10), (-3,-13).................................................
......!!!!!!!!...................................
16:38:29 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 --> My graph confirms this, I think I misunderstood the last question. I do understand now though.
.................................................
......!!!!!!!!...................................
16:39:29 `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 --> The slope of the line remains the same throughout the graph.
.................................................
......!!!!!!!!...................................
16:39:36 The graph forms a straight line with no change in steepness.
......!!!!!!!!...................................
RESPONSE --> OK
.................................................
......!!!!!!!!...................................
16:42:43 `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 --> The slope of the graph is 3.
.................................................
......!!!!!!!!...................................
16:43:20 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 --> OK
.................................................
......!!!!!!!!...................................
16:47:30 `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 --> The graph is decreasing because the slope of the graph decreases in steepness from point to point. It looks like it's decreasing at an increasing rate.
.................................................
......!!!!!!!!...................................
16:51:04 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.......!!!!!!!!...................................
RESPONSE --> The slope from (0,0) to (1,1) looks a lot more steep than the slope from (2,4) to (3,9). My graph kinda shows and an arch. I plotted my points the same as yours. I understand what you are saying about how the graph increases and how it increases at an increasing rate, but I do not understand why the steepness of the line seems to decrease.
.................................................
......!!!!!!!!...................................
16:58:11 `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 --> The points are now (-3,9), (-2,4), (-1,1), and (0,0). The graph looks to be decreasing from x = 0 to x = -3. The steepness of this graph seems to change like the steepness of the last graph. The line created by points (0,0) and (1,-1) is steeper than the line created by points (-2,4) and (-3, 9). I would say the graph is decreasing at an increasing rate as the increase goes 1, 3, 5.
.................................................
......!!!!!!!!...................................
17:05:03 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 --> Looking at my graphs I realize why I was not understand the decreasing and increasing questions. I had my x and y axes mixed up and was plotting the graph backwards. I replotted them and I now understand how to get the answer and how this graph is decreasing at a decreasing rate and how the last graph was increasing at an increasing rate.
.................................................
......!!!!!!!!...................................
17:16:15 `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 --> The points are as follows (0,0), (1,1), (2, 1.4), (3,1.7)
The graph is decreasing. The steepness of the graph is getting smaller. The graph is decreasing at a decreasing rate..................................................
......!!!!!!!!...................................
17:17:44 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 --> My graph is as described but I seem to keep confusing increasing and decreasing and what that looks like on the graph.
.................................................
......!!!!!!!!...................................
17:26:19 `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 --> The points are as follows: (0,1), (1, .5), (2, .25), and (3, .125). The points make a straight line.
The graph is decreasing The steepness does not change. The graph is decreasing at a constant rate..................................................
......!!!!!!!!...................................
17:31:43 ** 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 --> I did not multiply 5 after I did the exponentation. Now that I have done that I realize that the graph decreases at a decreasing rate.
.................................................
......!!!!!!!!...................................
17:32: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 --> The graph would be increasing and doing so at a constant rate.
.................................................
......!!!!!!!!...................................
17:35:04 ** 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 --> I understand that from point a to point b that the car would increase in speed and from point c to point d the car would be moving at an even greater speed and be further away therefore the graph would be increasing at an increasing rate as opposed to a constant rate.
.................................................
ˆFϱ{ƞx\ Student Name: assignment #003 003. PC1 questions
......!!!!!!!!...................................
17:39:56 `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 used the equation slope = rise/run and I got the slope for the first set of points to be 3 and the slope of the second set of points to be 4. Therefore the second straight line is steeper.
.................................................
......!!!!!!!!...................................
17:40:32 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 --> OK
.................................................
......!!!!!!!!...................................
17:44:53 `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 --> when x = 2 the answer is zero because 2-2 = 0 and anything multiplied by 0 = 0. when x = -2.5 then -2.5 multiplied by 2 gives you -5 and -5 + 5 =0 and as aforementioned, anything multiplied by 0 = 0. No other values can make the expression 0 because there are no other values that would cause one set of the parentheses to be 0.
.................................................
......!!!!!!!!...................................
17:45:17 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
.................................................
......!!!!!!!!...................................
17:48:57 `q003. For what x values will the expression (3x - 6) * (x + 4) * (x^2 - 4) be zero?
......!!!!!!!!...................................
RESPONSE --> (3x - 6) = 0 then 3x = 6 then x = 6/3 = 2
(x + 4) = 0 then x = - 4 (x^2 - 4) = 0 then x^2 = 4 then 'sqrt(x^2) = 'sqrt(4) then x = 2 the x values that will make the expression = to 0 are as follows: 2 and -4.................................................
......!!!!!!!!...................................
17:50:31 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 had forgotten that when you take the square root of a number that the solution can be positive or negative.
.................................................
......!!!!!!!!...................................
18:13:02 `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 --> The area of the trapezoid produced by points (3,5) and (7,9) is 6 * 6 = 36cm.
The area of the trapezoid produced by points (10,2), and (50,4) is 30 * 2 = 60cm. Therefore, the second trapezoid produced has the greater area..................................................
......!!!!!!!!...................................
18:17:14 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 --> My area calculations are different because I did not use "average" calculations, I actually transformed the trapezoids into rectangles and calculated the area that way. I did come up with the right answer however.
.................................................
......!!!!!!!!...................................
18:31:19 * `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 --> 1. As we move from left to right the graph increases as its slope increases
2. As we move from left to right the graph decreases as its slope decreases 3. As we move from left to right the graph increases as the slope decreases..................................................
......!!!!!!!!...................................
18:33:03 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
.................................................
......!!!!!!!!...................................
18:52:54 `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 --> The initial population of frogs is 20 multiplied by .10 gives 2 more frogs. Add that to the number of frogs already in the pond and the frog population grew to 22 frogs within the first month. Take that number and multiply it by .10 and you get 2.42. Add the 2.42 to the pre-existing 22 an you get 24.2. 24.2 multiplied by .10 = 2.662 + 24.2 = 26.62. So by the end of the first three months the frog population will be at 26.62. I cannot think of a strategy that would make it easy to calculate the number of frogs after 300 months.
.................................................
......!!!!!!!!...................................
18:54:01 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 --> That equation is clear to me. I saw the 1.1 trend but couldn't decide where to go from there.
.................................................
......!!!!!!!!...................................
18:58:04 `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 --> The pattern is multiples of ten and creates a graph that decreases from right to left at a constant rate. The values of x are approaching zero because the slope is negative. We could use .0001, .00001, .000001, etc. to continue approaching 0.
.................................................
......!!!!!!!!...................................
18:59:28 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 --> OK
.................................................
......!!!!!!!!...................................
19:02:54 * `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 = 3t + 9 = 3(5) + 9 = 15 + 9 = 24
E = 800 (24^2) =800(576) = 460800 (not sure about units since there were none in the problem).................................................
......!!!!!!!!...................................
19:03:04
......!!!!!!!!...................................
RESPONSE --> ok...
.................................................
......!!!!!!!!...................................
19:03:07
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:10
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:12
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
19:03:15
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:17
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:18
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:20
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:21
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:47
......!!!!!!!!...................................
RESPONSE --> I'm just getting blank pages since I started typing the lowercase "ok"
.................................................
......!!!!!!!!...................................
19:03:50
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:52
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:03:56
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:04:03
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:04:09
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
19:04:13
......!!!!!!!!...................................
RESPONSE --> ok
......................................