understanding first assignments

Mth163

Your 'understanding first assignments' report has been received. Scroll down through the document to see any comments I might have inserted, and my final comment at the end.

** your comments **

–I£Ép{á© FÍ›ûR‘ªÅßØóöâx

assignment #001

001. Only assignment: prelim asst

qa prelim

‘ýœ¥óå}€ï~øбÔÞ€®Ró\’ÓÙ¿ Êœï]‘

assignment #001

001. typewriter notation

qa initial problems

08-26-2008

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

20:35:18

`questionNumber 10000

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

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

RESPONSE -->

confidence assessment:

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

µŸèi³sØò—a¡|½ìЀµò¶l†‡ÖF…€ÈÇÔö`Ã

assignment #001

001. typewriter notation

qa initial problems

08-26-2008

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

20:38:56

`questionNumber 10000

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

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

RESPONSE -->

In the first expression the 2 would be devided by x before x-2 or x+4.

confidence assessment: 3

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

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

20:40:40

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

OK

self critique assessment:

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

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

21:10:20

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

In the first equation 2 would be raised to the power of x then 4 would be added.

In the second 2 would be raised to the sum of (x+4)

confidence assessment: 3

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

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

21:11:41

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

True

self critique assessment: 3

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

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

21:31:28

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

-1 would be the numerator and 19 would be the denominator

13.571

confidence assessment: 0

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

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

21:33:08

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

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

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

21:51:27

`questionNumber 10000

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

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

RESPONSE -->

(4-5)^2(4-1)+(3/4)-2

\ / \ / \ /

-1^2 * 3 + .75 -2

\ /

-1 * 3 +.75 -2

\ /

-3 +.75 -2

\ /

-2.75 -2

\ /

-4.75

confidence assessment: 3

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

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

21:55:41

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

When I expod (-1)^2 I came up with -1

self critique assessment: 2

-1^2 tells you to square 1 (exponentiation first) then apply the negative.

However it is the -1 that is being squared. So what you need is (-1)^2.

If you did (-1)^2, which is what is needed here, you will get 1.

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

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

21:58:51

`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 equaly important to work equations out on paper and to understand how to enter them on keypad.

self critique assessment: 2

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

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

22:03:31

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

The link explains the difference in the way equations look in standard form as compaired to typewriter form

confidence assessment: 3

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

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

22:04:46

`questionNumber 10000

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

self critique assessment: 2

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

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

22:06:04

`questionNumber 10000

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

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

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

22:06:16

`questionNumber 10000

end program

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

RESPONSE -->

self critique assessment: 0

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

OÑ{yó„ê©ÏÁ ¦ú½þ…¯ûÁ¿ïæ“Ö

assignment #001

001. typewriter notation

qa initial problems

08-27-2008

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

23:01:39

`questionNumber 10000

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

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

RESPONSE -->

In the first expression 2 would be divided by x first then the 4 would be added and the sum would be subtracted from x.

2/2=1+4=5 then 2-5=-3

In the second the diffrence of x-2 would be divided by the sum of x+4

(2-2)=0

(2+4)=6

0/6=0

confidence assessment: 3

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

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

23:04:40

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

I added before I subtracted when I should have worked from left to right.

I understand what I did wrong

self critique assessment: 2

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

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

23:11:02

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

In the first problem the exponet would be done first then add 4.

2^2=4 then + 4 = 8

Parentheses are done fist in this equation then the exponant

(2+4)=6

2^6= 2*2*2*2*2*2= 64

confidence assessment: 3

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

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

23:11:30

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

Exactly

self critique assessment: 2

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

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

23:33:31

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

x-3 is the numerator

2 - 3 / [ ( 4 - 5 )^2 * 3 * 2 + 1 ] - 2 + 7 * 2

2-3 / [-1 ^ 2 * 3 * 2+ 1] -2+ 7 * 2

2-3 / [ -1 * 3 * 2+ 1] - 2+ 7 * 2

2 - 3 / [ -3 * 2 + 1] -2 + 7 * 2

2 - 3 / [ - 6 + 1 ] -2 + 7 * 2

2 - 3 / -5 - 2 + 7 * 2

2 - .6 - 2 + 14

1.4 - 2 + 14

-.6 + 14

= 13.4

confidence assessment: 2

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

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

23:38:42

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

I used a calucator for the exponent and was given -1. I now understand that -1*-1= 1. I believe that my order of operations was correct .Thus the rest of the equation was wrong due to that fact.

self critique assessment: 2

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

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

23:44:16

`questionNumber 10000

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

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

RESPONSE -->

( 4 - 5 ) ^ 2 * 4 - 1 + 3 / 4 - 2

-1 ^ 2 * 4 - 1 + .75 - 2

-1 * 4 -1 + .75 - 2

4 - 1 + .75 -2

3 + .75 - 2

3.75 - 2

= 1.75

confidence assessment: 2

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

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

23:52:51

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

Is it wrong to convert a fraction into a whole number when working an equation that has a fraction? If so do I need to convert my answer back into a fraction to be in simplest form?

self critique assessment: 2

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

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

23:55:05

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

I understand the order of opperations except why decimals are not used insted of fractions.

self critique assessment: 2

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

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

23:58:50

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

It appears to be a page displaying the work completed.

confidence assessment: 2

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

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

23:59:37

`questionNumber 10000

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

Ok I think I've been here before

self critique assessment: 3

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

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

23:59:56

`questionNumber 10000

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

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

û˜’³ïä½í•D‹ÉûýKµõ”ÆGÔÙ™

assignment #001

001. typewriter notation

qa initial problems

08-28-2008

** copy access page **

Your Menu

Welcome

Initial Links

08-30-2008_____orientation_part_iv

08-30-2008_____

Responses

Welcome

Responses to your emails and to work submitted through the form will posted, in the order received. This document will provide a menu of your responses. Each response will be indicated by the date on which it is posted, and the title you have given it.

** process of finding access page< **

** prelim assts completed, anything missing? **

I have completed all the assignments but have failed at sending them.

I'm still not sure how to create a send file query.

** any notes on documentation/self critique **

I have not received any comments due to not sending fills correctly.

** copy of due dates or details of process **

Week 01: Week of 09/01/08 - 09/07/08. Assignments 0, 1 and associated class notes

** >copy of asst 1 **

Assignment 1

*

Go to the form 'Seed' Question 1.1, do as instructed and submit.

*

Go to the form 'Seed' Question 1.2, do as instructed and submit.

*

Watch the video of the Honda add at http://www.videoclipstream.com/akamai/h-l/honda/ or http://www.ebaumsworld.com/honda-ad.html. The animations are fairly small and not particularly clear in some of the details but either one shows almost everything. If you have RealPlayer there are other links with larger and clearer pictures. You can also search the Web under Honda Cog Commercial for better or alternative links. Everything that happens there is physics and as this course progresses you will develop an understanding of the principles and laws that govern this system. Preferably read the background first (link below), which takes a few minutes but is worth it. If you want to read about the process (this stuff all really happened and it took a team of engineers over 600 takes until it all worked) click on Honda commercial background.htm .

*

Submit the form Formatting Guidelines and Conventions before doing any subsequent experiments. This form shouldn't take you over 30 minutes.

*

Complete the lab Error Analysis I.

*

Complete the lab-related exercise Fitting a Straight Line.

*

When you have completed Assignment 1 run query_assts_0_1. Enter 1 for the number of the assignment. Submit the SEND file using the Submit Work Form.

** links in asst 1 **

'Seed' Question 1.1

'Seed' Question 1.2,

http://www.videoclipstream.com/akamai/h-l/honda/

http://www.ebaumsworld.com/honda-ad.html

Honda commercial background.htm

Formatting Guidelines and ConventionsError Analysis I.

Fitting a Straight Line.

query_assts_0_1. Submit Work Form.

** description of content of each link **

The purpose and the process of answering 'seed' questions:

Instruction on how to answer and what kind of answers are expected.

A very interesting video about a domino effect in a car commercial.

Formatting Guidelines and Conventions form describing how hand written notes should be kept for referance.

Error Analysis I that describes how to assemble a pendulum oscillate test.

Fitting a Straight Line depicts a series of six data points and a straight line segment.

** instructions for qa and/or query **

Assignment 1

*

Go to the form 'Seed' Question 1.1, do as instructed and submit.

*

Go to the form 'Seed' Question 1.2, do as instructed and submit.

*

Watch the video of the Honda add at http://www.videoclipstream.com/akamai/h-l/honda/ or http://www.ebaumsworld.com/honda-ad.html. The animations are fairly small and not particularly clear in some of the details but either one shows almost everything. If you have RealPlayer there are other links with larger and clearer pictures. You can also search the Web under Honda Cog Commercial for better or alternative links. Everything that happens there is physics and as this course progresses you will develop an understanding of the principles and laws that govern this system. Preferably read the background first (link below), which takes a few minutes but is worth it. If you want to read about the process (this stuff all really happened and it took a team of engineers over 600 takes until it all worked) click on Honda commercial background.htm .

*

Submit the form Formatting Guidelines and Conventions before doing any subsequent experiments. This form shouldn't take you over 30 minutes.

*

Complete the lab Error Analysis I.

*

Complete the lab-related exercise Fitting a Straight Line.

*

When you have completed Assignment 1 run query_assts_0_1. Enter 1 for the number of the assignment. Submit the SEND file using the Submit Work Form.

** qa and query filenames for asst 1 **

'Seed' Question 1.1

'Seed' Question 1.2

Formatting Guidelines and ConventionsError Analysis I.

Fitting a Straight Line

query_assts_0_1.

** instr for text assts **

Submit the SEND file using the Submit Work Form.

** work text probs on paper; submit thru query after completing asst **

** what must be and what may be submitted **

word-processed format, a brief statement of each problem and a complete description of my thinking on the problem are acceptable.

Handwritten homework, and copies of handwritten homework, are not accepted.

** include everything in one document **

** use paper **

It is important to keep notes in order and simple because they may be needed to answer a question in the next exercise.

&#Good work. See my notes and let me know if you have questions. &#