course Phy 201 end program俾ƄC֣
......!!!!!!!!...................................
15:16:22 `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, I understand these instructions.
.................................................
......!!!!!!!!...................................
15:20:18 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 was able to locate the SEND file.
.................................................
......!!!!!!!!...................................
15:24:15 `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 --> This program records every response you post in the answer column once you have pressed ""enter response"". Once ""enter response"" has been pressed, all of the information is in the SEND file, even if this program crashes.
.................................................
......!!!!!!!!...................................
15:28:50 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
.................................................
......!!!!!!!!...................................
15:29:14 `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 --> yes, i understand
.................................................
õ}ߟ assignment #001 001. typewriter notation qa initial problems 06-03-2007
......!!!!!!!!...................................
16:33:37 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 forgot to press ""enter response"" before pressing next question. I will restate my answer. For x - 2 / x + 4 there are no parenthesis, thus you follow the order of operation and divide before adding or subtracting. If x =2 then the answer is 5. For ( x - 2 ) / ( x + 4) you first complete the math within the parenthesis and then divide. Thus the answer will be 0. self critique assessment: 2
.................................................
......!!!!!!!!...................................
16:38:00 `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 equation we do 2 raised the the 2nd power and then add 4. Thus the answer will be 8. In the second equation we do what is within the parenthesis and then multiply it by 2 raised to the 2nd power. The answer is 24. confidence assessment: 2
.................................................
......!!!!!!!!...................................
16:42: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 on the top of the equation. x -3. The denominator is everything on the bottom of the equation. The answer is -1/19 confidence assessment: 2
.................................................
......!!!!!!!!...................................
16:45:25 `q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4.
......!!!!!!!!...................................
RESPONSE --> i understand now. confidence assessment: 3
.................................................
......!!!!!!!!...................................
16:46:46 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 understand. self critique assessment: 3
.................................................
......!!!!!!!!...................................
16:48:12 *&*& 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 --> Yes, you should always write out your problems in stardard notation. self critique assessment: 3
.................................................
......!!!!!!!!...................................
16:50:30 `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 how to do typewriter notation and links to standard-form expression. confidence assessment: 3
.................................................
......!!!!!!!!...................................
16:51:27 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 --> I understand. self critique assessment: 3
.................................................
......!!!!!!!!...................................
16:51:44 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 --> ok self critique assessment: 3
................................................."
You then start the process over with the next question, clicking on the Next Question/Solution button at top left, etc.