course mth 158 I am not sure if I did this right the first time, or even this time. Sorry, let me know if it is right or wrong. `אøBΰassignment #001
......!!!!!!!!...................................
16:53:01 `questionNumber 10000 `q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.
......!!!!!!!!...................................
RESPONSE --> x-2/x+4 takes the x then subtracts 2, divides this by x and then adds 4 (x-2)/(x+4) takes the answer for x-2 and divides it by the answer for x+4 these two problems will give you 2 very different answers. confidence assessment:
.................................................
M杶˙Vْɢ assignment #001 001. typewriter notation qa initial problems 06-01-2008
......!!!!!!!!...................................
16:58:55 `questionNumber 10000 `q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.
......!!!!!!!!...................................
RESPONSE --> x-2/x+4 take x and subtracts 2 then divides this by x and adds 4. 2-2=0/2=0+4=4 (x-2)/(x+4) takes the answer for x-2 and divids it by the answer for x+4. 2-2=0 and 2+4=6 0/6=0 These problems will obviously give you 2 very different answers. confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:19:14 `questionNumber 10000 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 --> In the first problem I worked the problem in the order of the sentence not multiplication and division before addition and subtraction. The second problem I worked correctly. self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:26:06 `questionNumber 10000 `q002. Explain the difference between 2 ^ x + 4 and 2 ^ (x + 4). Then evaluate each expression for x = 2. Note that a ^ b means to raise a to the b power. This process is called exponentiation, and the ^ symbol is used on most calculators, and in most computer algebra systems, to represent exponentiation.
......!!!!!!!!...................................
RESPONSE --> The first problem would be worked if x=2 then 2^2=4+4=8 The second problem would be worked if x=2 then 2+4=6 and 2^6=64 confidence assessment: 3
.................................................
......!!!!!!!!...................................
17:27:00 `questionNumber 10000 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 did both of these correctly self critique assessment: 3
.................................................
......!!!!!!!!...................................
17:45:01 `questionNumber 10000 `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 for this problem is 3 and the denominator is [(2x-5)^2*3x+1] if x=2 then 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*6+1]-2+14 2-3/[-1*6+1]-2+14 2-3/[-6+1]-2+14 2-3/-5-2+14 2-(-.6)-2+14 2.6-2+14 .6+14 14.6 confidence assessment: 2
.................................................
......!!!!!!!!...................................
17:45:54 `questionNumber 10000 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 --> self critique assessment:
.................................................
......!!!!!!!!...................................
17:52:10 `questionNumber 10000 `q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4.
......!!!!!!!!...................................
RESPONSE --> if x=4 then (4-5)^2(4)-1+3/4-2 filled in x -1^8-1+.75-2 worked grouped sections -1-1+(-1.25) worked * and / -3.25 worked + and - confidence assessment: 2
.................................................
......!!!!!!!!...................................
17:54:38 `questionNumber 10000 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 --> self critique assessment:
.................................................
......!!!!!!!!...................................
17:59:12 `questionNumber 10000 *&*& 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 inportant to be able to idenify these notations the standard way as well as on a computer system. So that you can work them on paper as well as with a computer. self critique assessment: 2
.................................................
......!!!!!!!!...................................
18:09:24 `questionNumber 10000 `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 --> This gives the same problem first in type writter form(basically made into a straight line so it can by typed) and then in standard form(some numbers will be written over each other). Great examples so that you can see the same problem written both ways. confidence assessment: 2
.................................................
......!!!!!!!!...................................
18:16:13 `questionNumber 10000 end program
......!!!!!!!!...................................
RESPONSE --> Enter, as appropriate, an answer to the question, a critique of your answer in response to a given answer, your insights regarding the situation at this point, notes to yourself, or just an OK. Always critique your solutions by describing any insights you had or errors you makde, and by explaining how you can make use of the insight or how you now know how to avoid certain errors. Also pose for the instructor any question or questions that you have related to the problem or series of problems. ok I think that it should be fairly easy to work both forms of the problems even though the visual apperance seems different. self critique assessment: 2
.................................................
"