qa rates

course mth271

I think you may have mentioned this in an earlier step in orientation, but do you want us to wait until we are done for math for that day before sending the SEND files?

You can break a copy of the SEND file up so your work appears the way you want it on your access page. However do avoid sending the same information more than once.

end programf|Taڴi

Your work has been received. Please scroll through the document to see any inserted notes (inserted at the appropriate place in the document, in boldface) and a note at the end. The note at the end of the file will confirm that the file has been reviewed; be sure to read that note. If there is no note at the end, notify the instructor through the Submit Work form, and include the date of the posting to your access page.

assignment #001

001. typewriter notation

qa initial problems

06-03-2007

......!!!!!!!!...................................

14:20:57

`q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.

......!!!!!!!!...................................

RESPONSE -->

There is no difference between x - 2 / x + 4 and (x - 2) / (x + 4) because it is the same problem. For the first problem I did: 2-2/ 2+4 = 0/6 = 0 and the second problem I got the same answer by doing this: (2-2) / (2+4) = (0) / (6) = 0.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

14:27:14

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 -->

Ok, if there are not any parantheses then do the multiplication and divisions first before adding and subtracting. The first problem I needed to divide -2 by 2 and then add the 2 and 4 giving me 5. On the second problem what's in the parantheses needs to be done first before dividing.

self critique assessment: 2

.................................................

......!!!!!!!!...................................

14:32:27

`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 second problem do what is in the parantheses first before finding the answer, whereas, in the first problem you can go ahead and find the answer. The first problem I did: 2^2 + 4 = 4+4 = 8. The second problem I did: 2 ^(2+4) = 2^ (6) = 64.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

14:34:26

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 -->

I believe I got the answers, but in the future will I need to express 2^2 as 2*2 and 2^6 as 2*2*2*2*2*2?

self critique assessment: 3

.................................................

......!!!!!!!!...................................

14:45:40

`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 3 and the denominator is { (2x-5)^2*3 +1}. When evaluating the expression for x=2 I got: 2- 3/{(2* (2)-5)^2*3(2)+1} - 2+7*(2) = 2-3/{(4-5)^2 *6+1} -2+14 = 2-3/{-1)^2*7)} +12 = 2-3/{(1*7)} +12 = 2-3/7+12 = 2-.42857+12 =

13.571.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

14:47:47

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 -->

I believe I understand this problem. However, when I need to round how far should I round to?

self critique assessment: 3

.................................................

......!!!!!!!!...................................

14:56:48

`q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4.

......!!!!!!!!...................................

RESPONSE -->

First replace x with 4 since x=4 so you get: (4-5)^2*4-1 + 3/ 4-2. Then do what is in parantheses: (-1)^2*4-1 + 3/4-2. Then I did the needed multiplication and subtraction: (-1)^8-1 + 3/2. Then I got (-1)^7 +3/2. I did the power of -1 next and got (-1) +3/2 and got 0.5

confidence assessment: 3

.................................................

......!!!!!!!!...................................

15:00:09

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 multiplied the exponent when I should not have because there were no parantheses around them, if there had been then I would have done it correctly. Then I should have done 1 to the power of 8 and then adding the negative sign.

self critique assessment: 3

.................................................

......!!!!!!!!...................................

15:02:00

*&*& Standard mathematics notation is easier to see. On the other hand it's very important to understand order of operations, and students do get used to this way of doing it.

You should of course write everything out in standard notation when you work it on paper.

It is likely that you will at some point use a computer algebra system, and when you do you will have to enter expressions through a typewriter, so it is well worth the trouble to get used to this notation.

Indicate your understanding of the necessity to understand this notation.

......!!!!!!!!...................................

RESPONSE -->

It is important to get used to the standard mathematics notation because it is likely that I will have to use a computer algebra system where I have to enter the expressions through a typewrite, so get used to it now.

self critique assessment: 3

.................................................

......!!!!!!!!...................................

15:04:37

`q005. At the link

http://www.vhcc.edu/dsmith/genInfo/introductory problems/typewriter_notation_examples_with_links.htm

(copy this path into the Address box of your Internet browser; alternatively use the path

http://vhmthphy.vhcc.edu/ > General Information > Startup and Orientation (either scroll to bottom of page or click on Links to Supplemental Sites) > typewriter notation examples

and you will find a page containing a number of additional exercises and/or examples of typewriter notation.Locate this site, click on a few of the links, and describe what you see there.

......!!!!!!!!...................................

RESPONSE -->

I see examples of typewriter notation examples and a link underneath each example that gives what I would write out on paper.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

15:06:12

You should see a brief set of instructions and over 30 numbered examples. If you click on the word Picture you will see the standard-notation format of the expression. The link entitled Examples and Pictures, located in the initial instructions, shows all the examples and pictures without requiring you to click on the links. There is also a file which includes explanations.

The instructions include a note indicating that Liberal Arts Mathematics students don't need a deep understanding of the notation, Mth 173-4 and University Physics students need a very good understanding,

......!!!!!!!!...................................

RESPONSE -->

Yes, there are 35 numbered examples.

self critique assessment: 3

.................................................

......!!!!!!!!...................................

15:07:04

while students in other courses should understand the notation and should understand the more basic simplifications.

There is also a link to a page with pictures only, to provide the opportunity to translated standard notation into typewriter notation.

......!!!!!!!!...................................

RESPONSE -->

I have found the link to that page.

self critique assessment: 3

.................................................

}Ɉ|h෻

assignment #002

002. Describing Graphs

qa initial problems

06-03-2007

......!!!!!!!!...................................

17:15:32

`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 -->

The numbers in the x column are: -3, -2, -1, 0, 1,2,3 and the numbers for the y column are: -13, -10, -7, -4, -1, 2, 5. I got the numbers in the y column by plugging in the numbers in the x column into the equation y=3x- 4 and solved for y.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:17:54

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 -->

I needed to plug in 0 for the x and y into the equation in order to find out the x and y-intercepts.

self critique assessment: 2

.................................................

......!!!!!!!!...................................

17:22:18

`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, the steepness stays the same.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:22:41

The graph forms a straight line with no change in steepness.

......!!!!!!!!...................................

RESPONSE -->

It's a straight line.

self critique assessment: 3

.................................................

......!!!!!!!!...................................

17:25:16

`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. I plugged in two points on the graph into the equation: (y2-y1)/(x2-x1) and found it to be 3.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:26:04

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 -->

The two points I chose were (2,2) and (3,5)

self critique assessment: 3

.................................................

......!!!!!!!!...................................

17:30:52

`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 -->

I would say the graph is increasing. The steepness changes gradually due to the fact that this equation forms a parabola. I would say that the graph is increasing at an increasing rate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:32:18

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 -->

I forgot to add the points that I got (0,0), (1,1), (2,4), and (3,9).

self critique assessment: 3

.................................................

......!!!!!!!!...................................

17:34:25

`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 -->

I would say the graph is increasing, and the steepness changes gradually due to the forming of a parabola. I would say that it is increasing at an increasing rate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:36:37

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 -->

The magnitudes of the changes in x decrease due to the negativity of the numbers therefore the steepness is decreasing and the graph is decreasing at a decreasing rate.

self critique assessment: 2

.................................................

......!!!!!!!!...................................

17:40:32

`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 coordinates I got were: (0,0), (1,1), (2,1.414), and (3, 1.732). I would say the graph is increasing. The steepness is a gradual curve. I would say it's increasing at an increasing rate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:43:18

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 -->

I am not sure I fully understand how the steepness is decreasing. The graph looks like a hill, and as it gradually increases the less you have to increase your steps, so the graph would be increasing at a decreasing rate and the steepness is decreasing.

self critique assessment: 2

.................................................

......!!!!!!!!...................................

17:46:04

06-03-2007 17:46:04

`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?

......!!!!!!!!...................................

NOTES ------->

.......................................................!!!!!!!!...................................

17:49:07

** 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 accidentally pressed the button ""save as notes"" so here is my answer: the coordinates I got were: (0,5), (1, 2.5), (2, 1.25), and (3, .625). The steepness is decreasing as well as the graph but at a decreasing rate. There is a decrease from each y point.

self critique assessment: 2

.................................................

......!!!!!!!!...................................

17:51:30

`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 -->

I would say that the graph of y vs. t is increasing and that it is increasing at a constant rate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

17:53:21

** 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 -->

The greater the change in distance with each second the increase in the rate, so this makes the graph increasing at an increasing rate. However, couldn't the car be going at a constant rate though?

self critique assessment: 2

.................................................

&#I believe you submitted this as part of a previous submission. Let me know if I'm wrong about that; if I'm right, then be sure to avoid this sort of redundancy. &#

wDУLyƈk澗

assignment #001

001. Rates

qa rates

06-03-2007

......!!!!!!!!...................................

18:34:22

`q001. You should copy and paste these instructions to a word processor for reference. However you can always view them, as well as everything else that has appeared in this box, by clicking the 'Display Everything' button.

1. For the next question or answer, you click on 'Next Question / Answer' button above the box at top left until a question has been posed. Once a question has been posed you are to answer before you click again on this button.

2. Before clicking for an answer, type your best answer to the current question into the box to the right, then clip on the 'Enter Answer' button.

3. After entering your answer you will click on 'Next Question / Answer' to view the answer to the question. Do not tamper with the information displayed in the left-hand box.

4. If your answer was incorrect, incomplete or would otherwise require revision, you will enter a self-critique. If you learned something from the answer, you need to restate it in your own words in order to reinforce your learning. If there is something you feel you should note for future reference, you should make a note in your own words. Go to the response box (the right-hand box) and type in a self-critique and/or notes, as appropriate. Do not copy and paste anything from the left-hand box, since that information will be saved in any case.

5. If you wish to save your response to your Notes file you may choose to click on the 'Save As Notes' button rather than the 'Enter Answer' button. Doing so will save your work for your future reference. Your work will be saved in a Notes file in the c:\vhmthphy folder. The title of the Notes file will also include the name you gave when you started the program.

6. After clicking either the 'Enter Response' or the 'Save as Notes' button, click on 'Next Question / Answer' and proceed in a similar manner.

In the right-hand box briefly describe your understanding of these instructions, then click 'Enter Answer'.

......!!!!!!!!...................................

RESPONSE -->

Hit the next question/answer to get a question and then respond in this box and then hit enter response and a self critique will pop up and I can respond to it. I can save my answer in the save as notes instead of hitting enter response for future reference. Click next question/answer for another question.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

18:34:35

Your answer has been noted. Enter 'ok' in the Response Box and click on Enter Response, then click on Next Question/Answer for the first real question.

......!!!!!!!!...................................

RESPONSE -->

ok

confidence assessment: 3

.................................................

......!!!!!!!!...................................

18:36:26

`q002. Note that there are 10 questions in this assignment. The questions are of increasing difficulty--the first questions are fairly easy but later questions are very tricky. The main purposes of these exercises are to refine your thinking about rates, and to see how you process challenging information. Continue as far as you can until you are completely lost. Students who are prepared for the highest-level math courses might not ever get lost.

If you make $50 in 5 hr, then at what rate are you earning money?

......!!!!!!!!...................................

RESPONSE -->

You are earning $10 an hour giving $50 in 5 hours.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:36:46

The rate at which you are earning money is the number of dollars per hour you are earning. You are earning money at the rate of 50 dollars / (5 hours) = 10 dollars / hour. It is very likely that you immediately came up with the $10 / hour because almosteveryone is familiar with the concept of the pay rate, the number of dollars per hour. Note carefully that the pay rate is found by dividing the quantity earned by the time required to earn it. Time rates in general are found by dividing an accumulated quantity by the time required to accumulate it.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

ok

confidence assessment: 3

.................................................

......!!!!!!!!...................................

18:38:08

`q003.If you make $60,000 per year then how much do you make per month?

......!!!!!!!!...................................

RESPONSE -->

You make $5000 a month. I divided $60000 with 12- since there are 12 months in a year.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:41:16

`q004. Suppose that the $60,000 is made in a year by a small business. Would be more appropriate to say that the business makes $5000 per month, or that the business makes an average of $5000 per month?

......!!!!!!!!...................................

RESPONSE -->

ok. I would say makes $5000 per month because it doesn't say that the $60,000 was the average amount made in a year.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:42:06

Small businesses do not usually make the same amount of money every month. The amount made depends on the demand for the services or commodities provided by the business, and there are often seasonal fluctuations in addition to other market fluctuations. It is almost certain that a small business making $60,000 per year will make more than $5000 in some months and less than $5000 in others. Therefore it is much more appropriate to say that the business makes and average of $5000 per month.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

The business would make an average of $5000 per month because the amount fluctuates.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:44:48

`q005. If you travel 300 miles in 6 hours, at what average rate are you covering distance, and why do we say average rate instead of just plain rate?

......!!!!!!!!...................................

RESPONSE -->

The average rate would be 50 miles per hour and we say average rate because it could fluctuate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:45:31

The average rate is 50 miles per hour, or 50 miles / hour. This is obtained by dividing the accumulated quantity, the 300 miles, by the time required to accumulate it, obtaining ave rate = 300 miles / ( 6 hours) = 50 miles / hour. Note that the rate at which distance is covered is called speed. The car has an average speed of 50 miles/hour. We say 'average rate' in this case because it is almost certain that slight changes in pressure on the accelerator, traffic conditions and other factors ensure that the speed will sometimes be greater than 50 miles/hour and sometimes less than 50 miles/hour; the 50 miles/hour we obtain from the given information is clearly and overall average of the velocities.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

The average rate is called this due to the changes of the outside forces.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:55:14

`q006. If you use 60 gallons of gasoline on a 1200 mile trip, then at what average rate are you using gasoline, with respect to miles traveled?

......!!!!!!!!...................................

RESPONSE -->

The average rate is 20, I divided 1200 with 60.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:56:57

The rate of change of one quantity with respect to another is the change in the first quantity, divided by the change in the second. As in previous examples, we found the rate at which money was made with respect to time by dividing the amount of money made by the time required to make it.

By analogy, the rate at which we use fuel with respect to miles traveled is the change in the amount of fuel divided by the number of miles traveled. In this case we use 60 gallons of fuel in 1200 miles, so the average rate it 60 gal / (1200 miles) = .05 gallons / mile.

Note that this question didn't ask for miles per gallon. Miles per gallon is an appropriate and common calculation, but it measures the rate at which miles are covered with respect to the amount of fuel used. Be sure you see the difference.

Note that in this problem we again have here an example of a rate, but unlike previous instances this rate is not calculated with respect to time. This rate is calculated with respect to the amount of fuel used. We divide the accumulated quantity, in this case miles, by the amount of fuel required to cover those miles. Note that again we call the result of this problem an average rate because there are always at least subtle differences in driving conditions that require the use of more fuel on some miles than on others.

It's very important to understand the phrase 'with respect to'. Whether the calculation makes sense or not, it is defined by the order of the terms.

In this case gallons / mile tells you how many gallons you are burning, on the average, per mile. This concept is not as familiar as miles / gallon, but except for familiarity it's technically no more difficult.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

Instead of dividing 1200 by 60 I should have done 60 divided by 1200 to get 0.5, which makes much more sense.

Both ways make sense, but only one of the two ways answers the question as posed here.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

18:58:25

`q007. The word 'average' generally connotes something like adding two quantities and dividing by 2, or adding several quantities and dividing by the number of quantities we added. Why is it that we are calculating average rates but we aren't adding anything?

......!!!!!!!!...................................

RESPONSE -->

We don't add anything because there is not anything to add in the problems.

confidence assessment: 1

.................................................

......!!!!!!!!...................................

18:59:14

The word 'average' in the context of the dollars / month, miles / gallon types of questions we have been answering was used because we expect that in different months different amounts were earned, or that over different parts of the trip the gas mileage might have varied, but that if we knew all the individual quantities (e.g., the dollars earned each month, the number of gallons used with each mile) and averaged them in the usual manner, we would get the .05 gallons / mile, or the $5000 / month. In a sense we have already added up all the dollars earned in each month, or the miles traveled on each gallon, and we have obtained the total $60,000 or 1200 miles. Thus when we divide by the number of months or the number of gallons, we are in fact calculating an average rate.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

We've technically already did the adding in the problems.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:01:45

`q008. In a study of how lifting strength is influenced by various ways of training, a study group was divided into 2 subgroups of equally matched individuals. The first group did 10 pushups per day for a year and the second group did 50 pushups per day for year. At the end of the year to lifting strength of the first group averaged 147 pounds, while that of the second group averaged 162 pounds. At what average rate did lifting strength increase per daily pushup?

......!!!!!!!!...................................

RESPONSE -->

In the second group it increased by .309 pounds per daily pushup and in the first group it increased by .068 pounds per daily pushup.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:03:00

The second group had 15 pounds more lifting strength as a result of doing 40 more daily pushups than the first. The desired rate is therefore 15 pounds / 40 pushups = .375 pounds / pushup.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

I should have subtracted 147 from 162 and got the 15lbs. and then divided that by 40 pushups more the second group did to get the average rate for the second group.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:10:36

`q009. In another part of the study, participants all did 30 pushups per day, but one group did pushups with a 10-pound weight on their shoulders while the other used a 30-pound weight. At the end of the study, the first group had an average lifting strength of 171 pounds, while the second had an average lifting strength of 188 pounds. At what average rate did lifting strength increase with respect to the added shoulder weight?

......!!!!!!!!...................................

RESPONSE -->

For the first group I divided 30 from 171 and got .175 and for the second group I subtracted the pound weight difference and got 20 and substracted the pounds lifted and got 17.

confidence assessment: 0

.................................................

......!!!!!!!!...................................

19:11:36

The difference in lifting strength was 17 pounds, as a result of a 20 pound difference in added weight. The average rate at which strength increases with respect added weight would therefore be 17 lifting pounds / (20 added pounds) = .85 lifting pounds / added pound. The strength advantage was .85 lifting pounds per pound of added weight, on the average.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

ok, so you do the same concept like the question before. I just needed to subtract 17 from 20 and get .85.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

19:13:02

`q010. During a race, a runner passes the 100-meter mark 12 seconds after the start and the 200-meter mark 22 seconds after the start. At what average rate was the runner covering distance between those two positions?

......!!!!!!!!...................................

RESPONSE -->

I substracted 100meter from 200meter and got 100meter difference and then subtracted 12 from22 and got 10 and then divided it with 100 and got .1 as the average rate.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:13:35

The runner traveled 100 meters between the two positions, and required 10 seconds to do so. The average rate at which the runner was covering distance was therefore 100 meters / (10 seconds) = 10 meters / second. Again this is an average rate; at different positions in his stride the runner would clearly be traveling at slightly different speeds.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

oh, I should have divided it the other way- 100/10 and get 10 meters/sec.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

19:15:37

`q011. During a race, a runner passes the 100-meter mark moving at 10 meters / second, and the 200-meter mark moving at 9 meters / second. What is your best estimate of how long it takes the runner to cover the 100 meter distance?

......!!!!!!!!...................................

RESPONSE -->

I would estimate .055, I divided 10 from 100 and got .1 and did the same with 9/200 and got .045 and then subtracted that from .1

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:16:49

At 10 meters/sec, the runner would require 10 seconds to travel 100 meters. However the runner seems to be slowing, and will therefore require more than 10 seconds to travel the 100 meters. We don't know what the runner's average speed is, we only know that it goes from 10 m/s to 9 m/s. The simplest estimate we could make would be that the average speed is the average of 10 m/s and 9 m/s, or (10 m/s + 9 m/s ) / 2 = 9.5 m/s. Taking this approximation as the average rate, the time required to travel 100 meters will be (100 meters) / (9.5 m/s) = 10.5 sec, approx.. Note that simply averaging the 10 m/s and the 9 m/s might not be the best way to approximate the average rate--for example we if we knew enough about the situation we might expect that this runner would maintain the 10 m/s for most of the remaining 100 meters, and simply tire during the last few seconds. However we were not given this information, and we don't add extraneous assumptions without good cause. So the approximation we used here is pretty close to the best we can do with the given information.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

All I needed to do was add 10m/s and 9m/s and then take the average of that.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:17:33

`q012. We just averaged two quantities, adding them in dividing by 2, to find an average rate. We didn't do that before. Why we do it now?

......!!!!!!!!...................................

RESPONSE -->

We do that now because we didn't have two average rates. We had to figure out an average.

confidence assessment: 2

.................................................

......!!!!!!!!...................................

19:17:52

In previous examples the quantities weren't rates. We were given the amount of change of some accumulating quantity, and the change in time or in some other quantity on which the first was dependent (e.g., dollars and months, miles and gallons). Here we are given 2 rates, 10 m/s and 9 m/s, in a situation where we need an average rate in order to answer a question. Within this context, averaging the 2 rates was an appropriate tactic.

You need to make note of anything in the given solution that you didn't understand when you solved the problem. If new ideas have been introduced in the solution, you need to note them. If you notice an error in your own thinking then you need to note that. In your own words, explain anything you didn't already understand and save your response as Notes.

......!!!!!!!!...................................

RESPONSE -->

we had quantities not rates.

confidence assessment: 2

................................................."

Good job with self-critiques.