Query 7

#$&*

course Mth 151

Your solution, attempt at solution. If you are unable to attempt a solution, give a phrase-by-phrase interpretation of the problem along with a statement of what you do or do not understand about it. This response should be given, based on the work you did in completing the assignment, before you look at the given solution.

007. `Query 7

*********************************************

Question: `qQuery 1.2.6 seq 2, 57, 220, 575, 1230, 2317 ... by successive differences

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

The next number would be 3992. I got this answer by following the steps shown in the chapter. I started as follows:

2 57 220 575 1230 2317

Got the #’s below by subtracting (57-2; 220-57,575-220, 1230-575; 2317-1230)

55 163 355 655 1087

Got the #’s below by subtracting (163-55; 355-163; 655-355; 1087-655)

108 192 300 432

Got the #’s below by subtracting (192-108; 300-192; 432-300)

84 108 132

Got the #’s below by subtracting (108-24; 132-108)

24 24

I will then add 132 + 24 = 156; 432 + 156 = 588; 1087 + 588 = 1675; 2317 + 1675 = 3992

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** Using sequences of differences we obtain:

2, 57, 220, 575, 1230, 2317, # 3992

55, 163, 355, 655, 1087, # 1675

108, 192, 300, 432, # 588

84, 108, 132, # 156

24, 24,

The final results, after the # signs, are obtained by adding the number in the row just below, in the following order:

Line (4) becomes 132+24=156

Line (3) becomes 432+156=588

Line (2) becomes 1087+588=1675

Line (1) becomes 2317+1675=3992

The next term is 3992. **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I did it!!!!!

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q1.2.18 1^2 + 1 = 2^2 - 2; 2^2 + 2 = 3^2 - 3; 3^2 + 3 = etc.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

I believe that the next set would be 4^2 - 4; 4^2 + 4 = 5^2 - 5;

confidence rating #$&*::

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** The next equation in the sequence would be 4^2 + 4 = 5^2 - 5

The verification is as follows:

4^2 + 4 = 5^2 - 5 simplifies to give you

16 + 4 = 25 - 5 or

20 = 20 **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I got it right by following the pattern and was wondering how it equaled so it would be correct. Thank you for showing the verification.

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q1.2.30 state in words (1 + 2 + ... + n ) ^ 2 = 1^3 + 2^3 + ... + n^3

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

If you take 1 + 2 = 3 so that would be also 1^3

Then you take 2 + 3 = 6 so that would be also 2^3;

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** the equation says that the square of the sum of the first n counting numbers is equal to the sum of their cubes **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I said that by showing it I guess I should have used more words not showing.

Self-critique Rating:

*********************************************

Question: `q1.2.36 1 st triangular # div by 3, remainder; then 2d etc. Pattern.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

If I am doing this right, you would have 3/3 which equals 1; then you would have the 2nd triangular 6/3 which equals 2; then you would have the 3rd triangular 9/3 which equals 3; then you would have the 4th triangular 12/3 which equals 4. The pattern that seems to be going on here is with the number of the triangle gives you the # that it will equal.

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** The triangular numbers are 1, 3, 6, 10, 15, 21, . . . . We divide these by 3 and get the sequence of remainders.

When you divide 1 by 3 you get 0 with remainder 1 (3 goes into 1 zero times with 1 left over). 3 divided by 3 gives you 1 with remainder 0. 6 divded by 3 is 2 with remainder 0. 10 divided by 3 is 3 with remainder 1. Therefore the remainders are 1,0,0,1,0,0.

It turns out that the sequence continues as a string of 1,0,0 's. At this point that is an inductive pattern, but remmeber that the sequence of triangular numbers continues by adding successively larger and larger numbers to the members of the sequence. Since the number added always increases by 1, and since every third number added is a multiple of 3, is isn't too difficult to see how the sequence of remainders comes about and to see why it continues as it does.

COMMON ERROR: .3333333,1,2,3.3333333,etc.

INSTRUCTOR CORRECTION:

You need the remainders, not the decimal equivalents. When you divide 1 by 3 you get 0 with remainder 1 (3 goes into 1 zero times with 1 left over). 3 divided by 3 gives you 1 with remainder 0. 6 divded by 3 is 2 with remainder 0. 10 divided by 3 is 3 with remainder 1. Therefore the remainders are 1,0,0,1,0,0 and the sequence continues as a string of 1,0,0 's.

COMMON ERROR: 1/3, 1, 2, 3 1/3

CORRECTION:

These are the quotients. You need the remainders. If you get 1/3 that means the remainder is 1; same if you get 3 1/3. If you just getting whole number (like 1 or 2 in your calculations) the remainder is 0.

In other words, when you divide 1 by 3 you get 0 with remainder 1 (3 goes into 1 zero times with 1 left over). 3 divided by 3 gives you 1 with remainder 0. 6 divded by 3 is 2 with remainder 0. 10 divided by 3 is 3 with remainder 1.

The remainders form a sequence 1,0,0,1,0,0 and the sequence continues as a string of 1,0,0 's. **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I had started to use the 1, 3, 6, 10, and 15 and said “no” that isn’t what I need to do; I need to use the whole triangles. Sorry, but I do understand what the answer is and why.

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q1.2.48 use formula to find the 12 th octagonal number. Explain in detail how you used the formula to find this number.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

The formula that you would use is: n (6n-4)

2

When you substitute 12 where the “n” is you will have the following:

12[6(12) - 4]

2

This gives you the answer of: 408

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** The pattern to formulas for triangular, square, pentagonal, hexagonal, heptagonal and octagonal numbers is as follows (you should know this pattern; you might need one or more of these formulas on the test):

Triangular numbers: n / 2 * [ n + 1 ] note that this is the same as Gauss' formula

Square numbers: n / 2 * [ 2n + 0 ] or just n^2

Pentagonal #'s: n / 2 * [ 3n - 1 ]

Hexagonal #'s: n / 2 * [ 4n - 2 ]

Heptagonal #'s: n / 2 * [ 5n - 3 ]

Octagonal #'s: n / 2 * [ 6n - 4 ]

The coefficient of n in the bracketed term starts with 1 and increases by 1 each time, and the +1 in the first bracketed term decreases by 1 each time.

You will need to know these formulas for the test.

The last formula is for octagonal numbers. To get n = 12 octangonal number use n/2 * [ 6n - 4 ] to get 12 / 2 * [ 6 * 12 - 4 ] = 6 * 68 = 408. **

"

Self-critique (if necessary):

------------------------------------------------

Self-critique rating:

*********************************************

Question: `q1.2.48 use formula to find the 12 th octagonal number. Explain in detail how you used the formula to find this number.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

The formula that you would use is: n (6n-4)

2

When you substitute 12 where the “n” is you will have the following:

12[6(12) - 4]

2

This gives you the answer of: 408

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

`a** The pattern to formulas for triangular, square, pentagonal, hexagonal, heptagonal and octagonal numbers is as follows (you should know this pattern; you might need one or more of these formulas on the test):

Triangular numbers: n / 2 * [ n + 1 ] note that this is the same as Gauss' formula

Square numbers: n / 2 * [ 2n + 0 ] or just n^2

Pentagonal #'s: n / 2 * [ 3n - 1 ]

Hexagonal #'s: n / 2 * [ 4n - 2 ]

Heptagonal #'s: n / 2 * [ 5n - 3 ]

Octagonal #'s: n / 2 * [ 6n - 4 ]

The coefficient of n in the bracketed term starts with 1 and increases by 1 each time, and the +1 in the first bracketed term decreases by 1 each time.

You will need to know these formulas for the test.

The last formula is for octagonal numbers. To get n = 12 octangonal number use n/2 * [ 6n - 4 ] to get 12 / 2 * [ 6 * 12 - 4 ] = 6 * 68 = 408. **

"

Self-critique (if necessary):

------------------------------------------------

Self-critique rating:

#*&!

@& Good thinking, and good responses.*@

*********************************************

Question: `q002. See if you can use a similar strategy to add up the numbers 1 + 2 + ... + 2000.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

I want to say there are 1000 pairs. Each pair adds us to the same thing, 2001. So you would do the same thing as you did in the problem before:

1000 * 2001 = 2,001,000

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

Pairing 1 with 2000, 2 with 1999, 3 with 1998, etc., and noting that there are 2000 numbers we see that there are 1000 pairs each adding up to 2001.

So the sum is 1000 * 2001 = 2,001,000.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

Yeah for me I did it right!!!!!!!

Self-critique Rating:

*********************************************

Question: `q003. See if you can devise a strategy to add up the numbers 1 + 2 + ... + 501.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

You have 250.5 pairs because of total of 501 numbers. Each pair adds up to 502. So if you do what was done in the problem before you would get the following:

250.5 * 502 = 125,751

confidence rating #$&*::

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

We can pair 1 with 501, 2 with 500, 3 with 499, etc., and each pair will have up to 502. However there are 501 numbers, so not all of the numbers can be paired. The number in the 'middle' will be left out.

However it is easy enough to figure out what that number is, since it has to be halfway between 1 and 501. The number must be the average of 1 and 501, or (1 + 501) / 2 = 502 / 2 = 251. Since the other 500 numbers are all paired, we have 250 pairs each adding up to 502, plus 251 left over in the middle.

The sum is 250 * 502 + 251 = 125,500 + 251 = 125,751.

Note that the 251 is half of 502, so it's half of a pair, and that we could therefore say that we effectively have 250 pairs and 1/2 pair, or 250.5 pairs.

250.5 is half of 501, so we can still calculate the number of pairs by dividing the total number of number, 501, by 2.

The total sum is then found by multiplying this number of pairs by the sum 502 of each pair:

250.5 * 502 = 125,766.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I am a little confused. I understand how you did your answer, but I got the same thing but used the 250.5 and the number 502 and I got the same answer as you did using 250 * 502 + 251 = 125,751. But when you did what I did you show that the answer was 125,766. Is that right or a miss-type??????

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q004. Use this strategy to add the numbers 1 + 2 + ... + 1533.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

766.5 * 1534 = 1,175,811

confidence rating #$&*::

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

Pairing the numbers, 1 with 1533, 2 with 1532, etc., we get pairs which each adult to 1534. There are 1533 numbers so there are 1533 / 2 = 766.5 pairs. We thus have a total of 1534 * 766.5, whatever that multiplies out to (you've got a calculator, and I've only got my unreliable head).

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

Yeah me, I so love this chapter better than Chapter 2, sorry I hope I didn’t offend you!!!!!!

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q005. Use a similar strategy to add the numbers 55 + 56 + ... + 945.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Since we started with the number 55 and we end with the 945, so we need to subtract the two from each other to get the correct numbers we have. The correct number 890, the pairs we have 445. To work it out you do the following:

445 * 891 = 396,495

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

We can pair up 55 and 945, 56 and 944, etc., obtaining 1000 for each pair. There are 945 - 55 + 1 = 891 numbers in the sum (we have to add 1 because 945 - 55 = 890 tells us how many 1-unit 'jumps' there are between 55 and 945--from 55 to 56, from 56 to 57, etc.. The first 'jump' ends up at 56 and the last 'jump' ends up at 945, so every number except 55 is the end of one of the 890 'jumps'. But 55 is included in the numbers to be summed, so we have 890 + 1 = 891 numbers in the sum).

If we have 891 numbers in the sum, we have 891/2 = 445.5 pairs, each adding up to 1000.

So we have a total of 445.5 * 1000 = 445,500.

STUDENT COMMENT

I got very confused on this one. I don’t quite understand why you add a 1.

INSTRUCTOR RESPONSE

For example, how many numbers are there in the sum 5 + 6 + 7 + ... + 13 + 14 + 15?

15 - 5 = 10.

However there are 11 numbers in the sum (5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15).

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I got it, but was confused why we would add the 945 and 55 to get 1,000. And I used the 890/2 to get 445, why do I use the 891 instead?????????

Self-critique Rating:

*********************************************

Question: `q006. Devise a strategy to add the numbers 4 + 8 + 12 + 16 + ... + 900.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Not sure what to do here, I know that I have every four numbers starting with the number “4.” Which if I am correct that gives me number of 226 + 1 = 227, but I am not sure how to give the number of pairs.

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

Pairing 4 with 900, 8 with 896, etc., we get pairs adding up to 904. The difference between 4 and 900 is 896.

The numbers 'jump' by 4, so there are 896 / 4 = 224 'jumps'. None of these 'jumps' ends at the first number so there are 224 + 1 = 225 numbers.

Thus we have 225 / 2 = 112.5 pairs each adding up to 904, and our total is 112.5 * 904.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I wish I had my paper notes to show you because I got the #904. I was kind of on the right track I just couldn’t finish it. I even had the 896 number but I add 1 to it. Then what I did was divide the 904 by 4 giving me the 226.

------------------------------------------------

Self-critique Rating:

*********************************************

Question: `q007. What expression would stand for the sum 1 + 2 + 3 + ... + n, where n is some whole number?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

n + 1 = n

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Given Solution:

We can pair 1 and n, 2 and n-1, 3 and n-2, etc., in each case obtaining a sum of n + 1. There are n numbers so there are n/2 pairs, each totaling n + 1. Thus the total is n/2 * (n+1).

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I am confused on how we get the n/2 *

------------------------------------------------

Self-critique Rating:

"

@& Really good work here. Yea, you.*@