Free Essay

Math

In:

Submitted By johydeer
Words 3772
Pages 16
MATH 55 SOLUTION SET—SOLUTION SET #5

Note. Any typos or errors in this solution set should be reported to the GSI at isammis@math.berkeley.edu 4.1.8. How many different three-letter initials with none of the letters repeated can people have. Solution. One has 26 choices for the first initial, 25 for the second, and 24 for the third, for a total of (26)(25)(24) possible initials. 4.1.18. How many positive integers less than 1000 (a) are divisible by 7? (b) are divisible by 7 but not by 11? (c) are divisible by both 7 and 11? (d) are divisible by either 7 or 11? (e) are divisible by exactly one of 7 or 11? (f ) are divisible by neither 7 nor 11? (g) have distinct digits? (h) have distinct digits and are even? Solution. (a) Every 7th number is divisible by 7. Since 1000 = (7)(142) + 6, there are 142 multiples of seven less than 1000. (b) Every 77th number is divisible by 77. Since 1000 = (77)(12) + 76, there are 12 multiples of 77 less than 1000. We don’t want to count these, so there are 142 − 12 = 130 multiples of 7 but not 11 less than 1000. (c) We just figured this out to get (b)—there are 12. (d) Since 1000 = (11)(90) + 10, there are 90 multiples of 11 less than 1000. Now, if we add the 142 multiples of 7 to this, we get 232, but in doing this we’ve counted each multiple of 77 twice. We can correct for this by subtracting off the 12 items that we’ve counted twice. Thus, there are 232-12=220 positive integers less than 1000 divisible by 7 or 11. (e) If we want to exclude the multiples of 77 altogether, we need only subtract them off a second time; there are thus 220-12=208 multiples of 7 or 11 but not both. (f) There are 999 positive integers less than 1000. We’ve accounted for 220 as multiples of 7 or 11, so there are 779 that are divisible by neither. (g) There are 9 one-digit positive numbers. For two-digit numbers, the first digit may be anything from 1 to 9, while the second may be anything from 0 to 9 except the first digit. We thus have 9 choices for each digit, and so have 81 two-digit numbers with distinct digits. For three-digit numbers, we have 9 choices for the first digit, 9 for the second, and 8 for the third, for a total of 648 three-digit numbers with distinct digits. Thus, there are 9+81+648=738 numbers less than 1000 with distinct digits.
Typeset by AMS-TEX

1

2

MATH 55 SOLUTION SET—SOLUTION SET #5

(h) This time things get a little tricky. There are 4 one-digit even numbers. For two digit numbers, there are 4 nonzero choices for the second digit, upon which we have 8 choices of first digit, or the last digit could be zero, upon with we have 9. There are thus 41 even two-digit numbers with distinct digits. For three-digit numbers, there are 4 nonzero last digits, upon which there are 8 choices of first digit and 8 of middle digit (for (4)(8)(8)=256 choices, or the last digit is zero, upon which there are 9*8=72 such numbers. There are thus 4+41+256+72=373 even numbers less than 1000 with distinct digits. 4.1.22. How many strings of four decimal digits (a) do not contain the same digit twice? (b) end with an even digit? (c) have exactly three digits that are 9s? Solution. (a) If you can’t reuse digits, we have 10 choices of a first digit, 9 of a second, 8 of a third, and 7 of a fourth, for (10)(9)(8)(7)=5040 such strings. (b) We have 10 choices each for the first three digits, then 5 for the final digit, for (103 )(5) = 5000 strings. (c) We have 4 choices of where to put the digit that isn’t a 9. It may be any digit except a 9, so we have 9 choices of a non-9 digit. There are thus 36 such strings. 4.1.40. How many bit strings of length seven either begin with two 0s or end with three 1s? Solution. The number of bit strings of length 7 that begin with two 0s is just the number of five-bit strings: 25 . The number of bit strings that end in three 1s is 24 . Since the two cases aren’t mutually exclusive, we have to use inclusion/exclusion to avoid counting the 4 overlap strings twice. Thus, the number of such bit strings is 25 + 24 − 4 = 32 + 16 − 4 = 44. 4.1.44. Every student in a discrete mathematics class is either a computer science or a mathematics major or is a joint major in these two subjects. How many students are in the class if there are 38 computer science majors (including joint majors), 23 mathematics majors (including joint majors), and 7 joint majors. Solution. This is a classic inclusion/exclusion problem—there are 38 + 23 − 7 = 54 students in the class. If you’re still having trouble understanding what’s going on in problems like this, the key is to keep track of how many times any single student has been counted. After counting the CS majors, each CS major has been counted once. After counting the math majors, the single-majors have each been counted once, but the double majors have been counted twice—once as CS majors, then again as math majors. If we subtract their number off, we’ll have counted each student exactly once. 4.1.48. Use a tree diagram to find the number of bit strings of length four with no three consecutive 0s.

MATH 55 SOLUTION SET—SOLUTION SET #5

3

Solution. First digit Second Digit Third digit 0 00 000x 001 01 010 011 1 10 100 101 11 110 111 So there are 13 such strings. 4.1.58. Data are transmitted over the Internet in datagrams, which are structured blocks of bits. Each datagram contains header information organized into a maximum of 14 different fields (specifying many things, including the source and destination addresses) and a data area that contains the actual data that are transmitted. One of the 14 header fields is the header length field (denoted by HLEN), which is specified by the protocol to be 4 bits long and that specifies the header length in terms of terms of 32-bit blocks of bits. For example, if HLEN=0110, the header is made up of six 32-bit blocks. Another of the 14 header fields is the 16-bit-long total length field (denoted by TOTAL LENGTH), which specifies the length in bits of the entire datagram, including both the header fields and the data area. The length of the data area is the total length of the datagram minus the length of the header. (a) The largest possible value of TOTAL LENGTH (which is 16 bits long) determines the maximum total length in octets (blocks of 8 bits) of an internet datagram. What is this value? (b) The largest possible value of HLEN (which is 4 bits long) determines the maximum total header length in 32-bit blocks. What is this value? What is the maximum total header length in octets? (c) The minimum (and most common) header length is 20 octets. What is the maximum total length in octets of the data area of an Internet datagram? (d) How many different strings of octets in the data area can transmitted if the header length is 20 octets and the total length is as long as possible? Solution. (a) The largest possible value of any N -bit number is 2N − 1, so the largest possible TOTAL LENGTH is 216 − 1 = 65535. The book is a bit confusing here—it claims that this field is in bytes (octets) here, while earlier it claimed it was in bits. Fortunately, IP datagrams are real things that can be looked up easily; the total length field is in fact in bytes. Thus, the biggest possible datagram is 65535 bytes, one byte short of 64K. Fourth digit 0010 0011 0100 0101 0110 0111 1000x 1001 1010 1011 1100 1101 1110 1111

4

MATH 55 SOLUTION SET—SOLUTION SET #5

(b) HLEN ca be at most 24 − 1 = 15. This is the maximum number of 32-bit blocks, so the header can be at most 32 × 15 = 480 bytes long (c) Since the biggest datagrams are 65535 bytes, if the smallest header is 20 bytes then the largest data area is 65515 bytes. (d) Since you can freely choose any byte to take on any of 256 values, there are 25665516 possible datagrams of maximum data length. 4.2.6. Let d be a positive integer. Show that among any group of d + 1 (not necessarily consecutive) integers there are two with exactly the same remainder when divided by d. Solution. From chapter 2, we remember that remainders after division by d must fall in the range 0 ≤ r ≤ d − 1; that is, there are precisely d different remainders. By the pigeonhole principle, at least two of any collection of d + 1 integers must have the same remainder when divided by d. 4.2.10. Let (xi , yi ), i = 1, 2, 3, 4, 5 be a set of points with integer coordinates in the xy plane. Show that the midpoint of the line joining at least one pair of these points has integer coordinates. Solution. The midpoint of the line connecting (xi , yi ) and (xj , yj ) is i 2 j , i 2 j . For such a point to be at integer coordinates, we must have xi ≡ xj (mod 2) and yi ≡ yj (mod 2). There are four possible combinations (xi , yi ) (mod 2) down to congruency: (0, 0) (mod 2), (0, 1) (mod 2), (1, 0) (mod 2), and (1, 1) (mod 2). With five points, at least two of them must be identical to congruency (mod 2), and so must be joined by a segment with midpoint at integer coordinates. 4.2.12. How many ordered pairs of integers (a, b) are needed to guarantee that there are at least two ordered pairs (a1 , b1 ) and (a2 , b2 ) such that a1 mod 5 = a2 mod 5 and b1 mod 5 = b2 mod 5? Solution. This is nearly identical to the previous problem. The only difference is that this time there are 52 possible ordered pairs of remainders mod 5, so we must have at least 26 ordered pairs to guarantee a matching set of pairs. 4.2.20. Find an increasing subsequence of maximal length and a decreasing subsequence of maximal length in the sequence 22,5,7,2,23,10,15,21,3,17. Solution. Since 10 = 32 + 1, we are guaranteed a subsequence of length 4 that’s either increasing or decreasing. It’s fairly easy to find at least one increasing subsequence of length 5: 5, 7, 10, 15, 21. It’s also easy to verify (by checking all 10 = 210 such sequences, if necessary) that no increasing subsequence of length 6 6 exists. As for decreasing sequences, since we’ve found an increasing sequence of length greater than 4, there doesn’t necessarily exist a decreasing subsequence of this length. Indeed, a lot of tedious checking confirms that the longest decreasing sequences are of length 3 (22,15,3, for example). 4.2.24. Show that in a group of five people (where any two people are either friends or enemies), there are not necessarily three mutual friends or three mutual enemies. x +x y +y

MATH 55 SOLUTION SET—SOLUTION SET #5

5

Solution. Consider the following structure: Person Friends A C, D B D, E C A, E D A, B E B, C Enemies B, E A, C B, D C, E A, D

It may be verified easily that no three people are mutual friends. 4.3.14. In how many ways can a set of two positive integers less than 100 be chosen? Solution. Since we don’t care about the order in which the two integers are chosen, this is just C(99, 2) = (99)(98)/2 = 4, 851 ways. To see this, note that we have 99 choices for the first number, then 98 for the second. Because we don’t care about ordering, we’ve precisely double-counted each possible set of two integers, so we should divide by two to get the number of possible sets. 4.3.28. A professor writes 40 discrete mathematics true/false questions. Of the statements in those questions, 17 are true. If the questions can be positioned in any order, how many different answer keys are possible? Solution. An answer key is just a list that maps the numbers 1, . . . , 40 to the set {T, F }. Since we know that precisely 17 numbers map to T , we’re done as soon as we choose 17 numbers from the set 1, 2, . . . , 40. This is precisely the question 40! combinations are designed to solve–the answer is just C(40, 17) = 17!23! . If you’re bored or curious, you can work out that this is 88, 732, 378, 800. 4.3.32. How many strings of six lowercase letters from the English alphabet contain (a) the letter a? (b) the letters a and b? (c) the letters a and b in consecutive positions with a preceding b, with all letters distinct? (d) the letters a and b, where a is somewhere to the left of b in the string with all letters distinct? Solution. (a) There are 266 possible 6-character strings. There are 256 that contain no a at all. Thus, there are 266 − 256 strings containing the letter a. (b) This one’s a bit of a shell game, so keep your eyes open. There are 256 6character strings that don’t use the letter b. There are also 256 6-character strings that don’t use the letter a. There are 246 6-character strings that don’t use either a or b. So—there are 266 − 246 strings that have an a, a b, or both. There are 256 − 246 that use an a but not a b. Similarly, there are 256 − 246 strings that use a b but not an a. So, the number of strings that contain an a and a b is just 266 − 246 − 2(256 − 246 ) = 266 − (2)256 + 246 . (c) There are 5 possible places where one could place the ab. This leaves four additional characters, which we can choose in order, in (24)(23)(22)(21) ways. There are thus (5)(24)(23)(22)(21) such strings. (d) Now, we must choose two positions that will contain the a and the b. We don’t care about ordering—we’ve been given that the a will be to the left of the

6

MATH 55 SOLUTION SET—SOLUTION SET #5

b. There are C(6, 2) = 15 ways to choose these two positions. From this point, the problem looks just like the previous one, so there are (15)(24)(23)(22)(21) such strings. 4.4.8. What is the coefficient of x8 y 9 in the expansion of (3x + 2y)1 7? Solution. First of all, if x is taken to the 8th power, then so must 3, and if y is taken to the 9th power, so must 2. Now, the number of ways to arrive at such a 17 17 term is . Thus, the coefficient of x8 y 9 is 38 29 . 8 8 4.4.12. The row of Pascal’s triangle containing the binomial coefficients 0 ≤ k ≤ 10, is: 1 10 45 120 210 252 210 120 45 10 1 Use Pascal’s identity to produce the row immediately following this row in Pascal’s triangle. Solution. By Pascals identity, the first half of next row is 1 1 + 10 10 + 45 45 + 120 120 + 210 1 11 55 165 330 462 462 330 210 + 252 55 11 n 2 ··· 1 + n2 with the rest determined by symmetry. Thus, the next row is 165 2n 2 10 , k

4.4.28. Show that if n is a positive integer, then (a) using a combinatorial argument. (b) by algebraic manipulation Solution.

=2

2n represents the number of way to choose 2 items from 2 a group of 2n. Imagine taking the 2n items and arranging them into two piles of n items each. If we are to choose two items, there are three possibilities: two items n n from pile 1 (for which there are possibilities), two from pile 2 (another 2 2 2n n possibilities), or one from each pile (n2 possibilities). Thus, =2 + n2 , 2 2 as claimed. (b) By algebraic manipulation: (a) Combinatorially, 2 n 2 + n2 = 2(n!) + n2 2!(n − 2)! 2(n)(n − 1) = + n2 2 = n2 − n + n2 = 2n2 − n 2n 2 = (2n)(2n − 1) 2

= 2n2 − n

MATH 55 SOLUTION SET—SOLUTION SET #5

7

4.5.10—The Dreaded Croissant Problem. A croissant shop has plain croissants, cherry croissants, chocolate croissants, almond croissants, apples croissants, and broccoli croissants. How many ways are there to choose (a) a dozen croissants? (b) three dozen croissants? (c) two dozen croissants with at least two of each kind? (d) two dozen croissants with no more than two broccoli croissants? (e) two dozen croissants with at least five chocolate croissants and at least three almond croissants? (f ) two dozen croissants with at least one plain croissant, at least two cherry croissants, at least three chocolate croissants, at least one almond croissant, at least two apple croissants, and no more than three broccoli croissants? Solution. (a) As usual in problems of this ilk, we can think of the problem as one of where to put the dividing lines between the 6 types of croissant. Since we have 12 17 croissants and 5 dividing lines, there are ways to choose croissants. 5 (b) This is just like the last problem, but with more croissants. This time we 41 have 36 croissants and 5 dividing lines, for ways to choose croissants. 5 (c) We can start the problem by choosing the croissants that we’re obliged to have: 12 croissants (two of each type). Once we’ve done that, we’re free to choose the remaining 12 croissants as we see fit. We’ve already solved that problem in part 17 (a): . 5 (d) There are two basic approaches to this problem. We could work by cases of numbers of broccoli croissants—for any number of broccoli croissants, we can choose the rest freely (with only 4 dividing lines; we’ve already dealt with broccoli). 28 If we’re sensible and choose no broccoli croissants, then there are ways of 4 27 choosing croissants. If we choose one, there are ways of choosing croissants; 4 26 if there are two, then there are ways of choosing. Thus, there are a total of 4 28 4 + 27 4 + 26 4

ways of choosing croissants. The other possible approach is by inclusion/exclusion. If we choose at least 260 three broccoli croissants (first), then there are ways of choossing two dozen 5 29 croissants. Since there are ways of choosing 24 croissants freely, there are 5 29 5 − 26 5

ways of choosing croissants such that there are no more than three butter croissants. Either method results in the same number: 52,975 ways of choosing croissants.

8

MATH 55 SOLUTION SET—SOLUTION SET #5

(e) This one’s easier–we’ve pre-chosen eight croissants, leaving us with 16 choose. 21 There are thus ways of choosing croissants. 5 (f) This is just a combination of the last two sorts of problems. We can do this one by inclusion/exclusion, after we account for the “necessary” eight croissants. If we ignore the ”no more than 3” condition, there are 16 croissants to choose freely, 21 or possible combinations of croissants. If we also grab at least four broccoli 5 17 croissants, then there are possible combinations. Thus, there are 5 21 5 − 17 5

possible combinations of croissants that meet all the conditions. 4.5.14. How many solutions are there to the equation x1 + x2 + x3 + x4 = 17, where x1 , x2 , x3 , x4 are nonnegative integers? Solution. This is precisely a ”17 balls in 4 pots” problem, stripped down to its essentials. As in all such problems, you’re choosing where to put the three dividers 20 that separate the xi , so there are ways of solving this equation. 3 4.5.18. How many strings of 20 decimal digits are there that contain two 0s, four 1s, three 2s, one 3, two 4s, three 5s, two 7s, and three 9s? Solution. If all 20 characters were distinguishable, there would be 20! possible strings. Because so many characters are indistinguishable, we have overcounted badly. Dividing out by all the ways that we can arrange the identical characters, we see that there are: 20! 2!4!3!2!3!2!3! ways of arranging this string. 4.5.44. In how many ways can a dozen books be placed on four distinguishable shelves (a) if the books are indistinguishable copies of the same title? (b) if no two books are the same, and the positions of the books on the shelves matter? Solution. (a) This is a classic “balls into pots” problem—three dividers, 12 items, and so 15 ways of dividing up the books. 3 (b) Now the books are distinct. Imagine making strings from 12 distinct characters and three indistinguishable dividers. There are 15! ways of arranging the characters, with 3! of each string due to overcounting rearrangements of the barriers. Thus, there are 15! 3! ways of arranging the books.

MATH 55 SOLUTION SET—SOLUTION SET #5

9

4.6.12. Find the integers that correspond to these permutations: (a) 246531 (b) 12345 (c) 654321 Solution. In each case, we must count the number of digits less than i + 1 following i + 1 in the string (a) Counting, a1 = 1, a2 = 1, a3 = 2, a4 = 2, a5 = 3, so the integer here is 1(1!) + 1(2!) + 2(3!) + 2(4!) + 3(5!) = 1 + 2 + 12 + 48 + 360 = 423 (b) Since this string is in order, all the ai = 0, and so this is permutation 0. (c) Here ai = i, so 1(1!) + 2(2!) + 3(3!) + 4(4!) + 5(5!) = 719 is the number of this permutation.

Similar Documents

Free Essay

Math

...and solve problems in everyday life”. In my everyday life I have to keep the balance in my check book, pay bills, take care of kids, run my house, cook, clean etc. With cooking I am using math, measuring how much food to make for four people (I still haven’t mastered that one). With bills I am using math, how much each company gets, to how much money I have to spare (which these days is not much). In my everyday life I do use some form of a math. It might not be how I was taught, but I have learned to adapt to my surroundings and do math how I know it be used, the basic ways, none of that fancy stuff. For my weakest ability I would say I fall into “Confidence with Mathematics”. Math has never been one of my favorite subjects to learn. It is like my brain knows I have to learn it, but it puts up a wall and doesn’t allow the information to stay in there. The handout “The Case for Quantitative Literacy” states I should be at ease with applying quantitative methods, and comfortable with quantitative ideas. To be honest this class scares the crap out of me, and I am worried I won’t do well in this class. The handout also says confidence is the opposite of “Math Anxiety”, well I can assure you I have plenty of anxiety right now with this class. I have never been a confident person with math, I guess I doubt my abilities, because once I get over my fears and anxiety I do fine. I just have to mentally get myself there and usually it’s towards the end of the class. There are several...

Words: 418 - Pages: 2

Premium Essay

Math

...solutions. If you have a graphing calculator, this method is the quickest. If you don't have a calculator, it can be difficult to graph the equation. Completing the square: This is probably the most difficult method. I find it hardest to remember how to apply this method. Since the quadratic formula was derived from this method, I don't think there is a good reason to use completing the square when you have the formula Factoring: this is probably the easiest method for solving an equation with integer solutions. If you can see how to split up the original equation into its factor pair, this is the quickest and allows you to solve the problem in one step. Week 9 capstone part 1 Has the content in this course allowed you to think of math as a useful tool? If so, how? What concepts...

Words: 662 - Pages: 3

Premium Essay

Math

...This article is about the study of topics, such as quantity and structure. For other uses, see Mathematics (disambiguation). "Math" redirects here. For other uses, see Math (disambiguation). Euclid (holding calipers), Greek mathematician, 3rd century BC, as imagined by Raphael in this detail from The School of Athens.[1] Mathematics is the study of topics such as quantity (numbers),[2] structure,[3] space,[2] and change.[4][5][6] There is a range of views among mathematicians and philosophers as to the exact scope and definition of mathematics.[7][8] Mathematicians seek out patterns[9][10] and use them to formulate new conjectures. Mathematicians resolve the truth or falsity of conjectures by mathematical proof. When mathematical structures are good models of real phenomena, then mathematical reasoning can provide insight or predictions about nature. Through the use of abstraction and logic, mathematics developed from counting, calculation, measurement, and the systematic study of the shapes and motions of physical objects. Practical mathematics has been a human activity for as far back as written records exist. The research required to solve mathematical problems can take years or even centuries of sustained inquiry. Rigorous arguments first appeared in Greek mathematics, most notably in Euclid's Elements. Since the pioneering work of Giuseppe Peano (1858–1932), David Hilbert (1862–1943), and others on axiomatic systems in the late 19th century, it has become customary...

Words: 634 - Pages: 3

Premium Essay

Math

...Diana Garza 1-16-12 Reflection The ideas Stein presents on problem saving and just math in general are that everyone has a different way of saving their own math problems. For explains when you’re doing a math problem you submit all kinds of different numbers into a data or formula till something works or maybe it’s impossible to come up with a solution. For math in general he talks about how math is so big and its due in large measure to the wide variety of situations how it can sit for a long time without being unexamined. Waiting for someone comes along to find a totally unexpected use for it. Just like has work he couldn’t figure it out and someone else found a use for it and now everyone uses it for their banking account. For myself this made me think about how math isn’t always going to have a solution. To any math problem I come across have to come with a clear mind and ready to understand it carefully. If I don’t understand or having hard time taking a small break will help a lot. The guidelines for problem solving will help me a lot to take it step by step instead of trying to do it all at once. Just like the introduction said the impossible takes forever. The things that surprised me are that I didn’t realize how much math can be used in music and how someone who was trying to find something else came to the discovery that he find toe. What may people were trying to find before...

Words: 270 - Pages: 2

Free Essay

Math

...Sample Exam 2 - MATH 321 Problem 1. Change the order of integration and evaluate. (a) (b) 2 0 1 0 1 (x y/2 + y)2 dxdy. + y 3 x) dxdy. 1 0 0 x 0 y 1 (x2 y 1/2 Problem 2. (a) Sketch the region for the integral f (x, y, z) dzdydx. (b) Write the integral with the integration order dxdydz. THE FUNCTION f IS NOT GIVEN, SO THAT NO EVALUATION IS REQUIRED. Problem 3. Evaluate e−x −y dxdy, where B consists of points B (x, y) satisfying x2 + y 2 ≤ 1 and y ≤ 0. − Problem 4. (a) Compute the integral of f along the path → if c − f (x, y, z) = x + y + yz and →(t) = (sin t, cos t, t), 0 ≤ t ≤ 2π. c → − → − → − (b) Find the work done by the force F (x, y) = (x2 − y 2 ) i + 2xy j in moving a particle counterclockwise around the square with corners (0, 0), (a, 0), (a, a), (0, a), a > 0. Problem 5. (a) Compute the integral of z 2 over the surface of the unit sphere. → → − − → − → − − F · d S , where F (x, y, z) = (x, y, −y) and S is → (b) Calculate S the cylindrical surface defined by x2 + y 2 = 1, 0 ≤ z ≤ 1, with normal pointing out of the cylinder. → − Problem 6. Let S be an oriented surface and C a closed curve → − bounding S . Verify the equality → − → − → → − − ( × F ) · dS = F ·ds − → → − if F is a gradient field. S C 2 2 1...

Words: 254 - Pages: 2

Premium Essay

Math

...say whether I was able to learn how to be a better teacher and what the teacher did that I could possibly use in the future. While analyzing and going through the process of this assignment it is helping realize how to become a better teacher as well. I would also like to get more comfortable and experience on using this template of the paper. Memories Of A Teacher My teacher, Mr. G, used many different instructional techniques and approaches to his lessons. Mr. G had taught me math for three years in a row, so I think that I have a good grasp on his approaches to the lessons that he would teach. He would assign many homework assignments, as well as in-class assignments, which helped me and other students understand and get practice with the lesson that we were learning. I think that with math having a lot of homework is a good thing. In my mind, the only way to learn how to do math is plenty of practice. The more you practice, the easier it will be. Mr. G would also have the students do some math problems on the chalk board or smart board to show the class and go over the corrections with the whole class so that everyone would understand the problem. Playing “racing” games also helped and added fun to the class. With the “racing” games, the students would get into groups and have to take...

Words: 1027 - Pages: 5

Free Essay

Math

...STAT2011 Statistical Models sydney.edu.au/science/maths/stat2011 Semester 1, 2014 Computer Exercise Weeks 1 Due by the end of your week 2 session Last compiled: March 11, 2014 Username: mac 1. Below appears the code to generate a single sample of size 4000 from the population {1, 2, 3, 4, 5, 6}. form it into a 1000-by-4 matrix and then find the minimum of each row: > rolls1 table(rolls1) rolls1 1 2 3 4 5 6 703 625 679 662 672 659 2. Next we form this 4000-long vector into a 1000-by-4 matrix: > four.rolls=matrix(rolls1,ncol=4,nrow=1000) 3. Next we find the minimum of each row: > min.roll=apply(four.rolls,1,min) 4. Finally we count how many times the minimum of the 4 rolls was a 1: > sum(min.roll==1) [1] 549 5. (a) First simulate 48,000 rolls: > rolls2=sample(x=c(1,2,3,4,5,6),size=48000,replace=TRUE) > table(rolls2) rolls2 1 2 3 4 5 6 8166 8027 8068 7868 7912 7959 (b) Next we form this into a 2-column matrix (thus with 24,000 rows): > two.rolls=matrix(rolls2,nrow=24000,ncol=2) (c) Here we compute the sum of each (2-roll) row: > sum.rolls=apply(two.rolls,1,sum) > table(sum.rolls) sum.rolls 2 3 4 5 6 7 8 9 10 11 742 1339 2006 2570 3409 4013 3423 2651 1913 1291 1 12 643 Note table() gives us the frequency table for the 24,000 row sums. (d) Next we form the vector of sums into a 24-row matrix (thus with 1,000 columns): > twodozen=matrix(sum.rolls,nrow=24,ncol=1000,byrow=TRUE) (e) To find the 1,000 column minima use > min.pair=apply(twodozen,2,min) (f) Finally compute the...

Words: 597 - Pages: 3

Premium Essay

Math

...Jasmine Petersen Dr. Abdeljabbar MAT 1111 April 23, 2014 Algebra is one of the most important subjects someone can learn. It is a subject that transfers into daily life. A lot of people do not realize that they are using algebra. Algebra can be anything from calculating the amount of money you’ve spent on your grocery shopping, designing structural plans for a building, and keeping track of the calories you have in your diet. Our professor told us that in every subject, we use math. My major is chemistry and mathematics is used widely in chemistry as well as all other sciences. Mathematical calculations are absolutely necessary to explore important concepts in chemistry. You’ll need to convert things from one unit to another. For example, you need to convert 12 inches to feet. Also, we use simple arithmetic to balance equations. A lot of things I’ve had learned from this course and one of them was that we use Math for everyday life. I’ve also learned many ways how to solve equations such as linear, quadratic, exponential, and logarithmic equations. All the material that we did learn was all easy to learn and understand. I believe that the instructor did a good job explaining on how to solve problems. If my friend was asking me how to determine the differences between the equation of the ellipse and the equation of the hyperbola, I would first give he or she the definition of the two words ellipse and hyperbola. An ellipse is a set of all points in a plane such that the sum...

Words: 623 - Pages: 3

Free Essay

Math

...A | Course Title & Number | Calculus II: MTH104 | B | Pre/Co-requisite(s) | Pre-requisite: MTH103 (Calculus I) | C | Number of credits | 3 | D | Faculty Name | Dr. Ghada Alobaidi | E | Term/ Year | Fall 2014 | F | Sections | Course | Days | Time | Location | MTH104.02 MTH104.04MTH104.06 | UTR UTRMW | 9:00-9:50 10:00-10:50 8:00-9:15 | PHY 113NAB 007NAB010 | | | | | | G | Instructor Information | Instructor | Office | Telephone | Email | Ghada Alobaidi | NAB 249 | 06 515 2754 | galobaidi@aus.edu | Office Hours: UT: 11:00 – 12:30 , R: 11:00 – 12:00 or by appointment. | H | Course Description from Catalog | Covers techniques of integration, improper integrals, sequences, infinite series, power series, parameterized curves, polar coordinates, integration in polar coordinates and complex numbers. | I | Course Learning Outcomes | Upon completion of the course, students will be able to: * Read, analyze, and apply to problems, written material related to the study of calculus. * Use the appropriate technique(s) – including integration by parts, trigonometric substitutions, partial fractions, etc. to integrate algebraic, logarithmic, exponential, trigonometric, and composite functions. * Evaluate improper integrals and test them for convergence. * Compute arc length and surface area of revolution of graphs and parametric curves. * Graph polar curves and find enclosed area and arc length. * Apply theorems about limits of...

Words: 1366 - Pages: 6

Premium Essay

Math

...Math is used everyday – adding the cost of the groceries before checkout, totaling up the monthly bills, estimating the distance and time a car ride is to a place a person has not been. The problems worked this week have showed how math works in the real world. This paper will show how two math problems from chapter five real world applications numbers 35 and 37 worked out. Number 35 A person hired a firm to build a CB radio tower. The firm charges $100 for labor for the first 10 feet. After that, the cost of labor for each succeeding 10 feet is $25 more than the preceding 10 feet. That is, the nest 10 feet will cost $125; the next 10 feet will cost $150, etc. How much will it cost to build a 90-foot tower? Solving this problem involves the arithmetic sequence. The arithmetic sequence is a sequence of numbers in which each succeeding term differs from the preceding term by the same amount (Bluman, 2011). n = number of terms altogether n = 9 d = the common differences d = 25 ª1 = first term ª1 = 100 ªn = last term ª2 = ª9 The formula used to solve this problem came from the book page 222. ªn = ª1 + (n -1)d ª9 = 100 + (9-1)25 ª9 = 100 + (8)25 ...

Words: 540 - Pages: 3

Premium Essay

Math

...you come to geometry, your opinion may vary. This class introduces a lot of new topics, which can be challenging, and take lots of practice outside of school if you do not pay attention or do your math homework. I strongly advise you to do your math homework everyday, not for just a grade, but it also helps you when it comes time for quizzes and tests. She rarely checks homework, but when she does, she will not tell you. It is also a great review for tests and quizzes. Ms.Hull’s tests and quizzes are not the easiest things you will take. The quizzes take new concepts and apply to the quiz. Also, her tests are usually always hard. It is a good idea to practice new concepts and review old ones from previous units, so you can get a good grade on the tests. I also advise you to be organized throughout the year. Organization is the key to success especially in math class. Tool kits are an extremely helpful resource to use. There are going to be a lot of conjectures and theorems that will be new, and it would be hard to just memorize them. My overall geometry year was not exactly the way I hoped it would turn out. It was extremely had, and it moves at a very quick pace, so keeping up was hard for me personally. If I could have done something differently, it would have been practicing math more often. Each concept was hard, and I did not have anytime to review it, because I have a lot of honors classes which require a lot of work too. The key to being successful in this course...

Words: 361 - Pages: 2

Free Essay

Math

...|7|SURVEY OF MATHEMATICS FALL 2015 | |8| | |8| | |8| | |8| | | |  | | |Instructor  | | |Gary F. Melendy | | | | | |Title  | | |Instructor ...

Words: 1789 - Pages: 8

Free Essay

Math

...Math 1P05 Assignment #1 Due: September 26 Questions 3, 4, 6, 7, 11 and 12 require some Maple work. 1. Solve the following inequalities: a) b) c) 2. Appendix D #72 3. Consider the functions and . a) Use a Maple graph to estimate the largest value of at which the graphs intersect. Hand in a graph that clearly shows this intersection. b) Use Maple to help you find all solutions of the equation. 4. Consider the function. a) Find the domain of. b) Find and its domain. What is the range of? c) To check your result in b), plot and the line on the same set of axes. (Hint: To get a nice graph, choose a plotting range for bothand.) Be sure to label each curve. 5. Section 1.6 #62 6. Section 2.1 #4. In d), use Maple to plot the curve and the tangent line. Draw the secant lines by hand on your Maple graph. 7. Section 2.2 #24. Use Maple to plot the function. 8. Section 2.2 #36 9. Section 2.3 #14 10. Section 2.3 #26 11. Section 2.3 #34 12. Section 2.3 #36 Recommended Problems Appendix A all odd-numbered exercises 1-37, 47-55 Appendix B all odd-numbered exercises 21-35 Appendix D all odd-numbered exercises 23-33, 65-71 Section 1.5 #19, 21 Section 1.6 all odd-numbered exercises 15-25, 35-41, 51, 53 Section 2.1 #3, 5, 7 Section 2.2 all odd-numbered exercises 5-9, 15-25, 29-37 Section 2.3 all odd-numbered exercises...

Words: 271 - Pages: 2

Premium Essay

Math

...find the national average cost of food for an individual, as well as for a family of 4 for a given month. http://www.cnpp.usda.gov/sites/default/files/usda_food_plans_cost_of_food/CostofFoodJan2012.pdf 5. Find a website for your local city government. http://www.usa.gov/Agencies/Local.shtml 6. Find the website for your favorite sports team (state what that team is as well by the link). http://blackhawks.nhl.com/ (Chicago Blackhawks) 7. Many of us do not realize how often we use math in our daily lives. Many of us believe that math is learned in classes, and often forgotten, as we do not practice it in the real world. Truth is, we actually use math every day, all of the time. Math is used everywhere, in each of our lives. Math does not always need to be thought of as rocket science. Math is such a large part of our lives, we do not even notice we are computing problems in our lives! For example, if one were interested in baking, one must understand that math is involved. One may ask, “How is math involved with cooking?” Fractions are needed to bake an item. A real world problem for baking could be as such: Heena is baking a cake that requires two and one-half cups of flour. Heena poured four and one-sixth cups of flour into a bowl. How much flour should Heena take out of the bowl? In this scenario of a real world problem, we have fractions, and subtraction of fractions, since Heena has added four and one-sixth cups of flour, rather than the needed...

Words: 665 - Pages: 3

Free Essay

Math

...Math was always the class that could never quite keep my attention in school. I was a daydreamer and a poor student and applying myself to it was pretty much out of the question. When I would pay some attention I would still forget the steps it had taken me to find the solution. So, when the next time came around I was lost. This probably came about because as a kid I wasn’t real fond of structure. I was more into abstract thought and didn’t think that life required much more than that at the time. I was not interested in things I had to write down and figure out step by step on a piece of paper. I figured I could be Tom Sawyer until about the age of seventy two. My thoughts didn’t need a rhyme or reason and didn’t need laws to keep them within any certain limits. The furthest I ever made it in school was Algebra II and I barely passed that. The reason wasn’t that I couldn’t understand math. It was more that I didn’t apply myself to the concepts of it, or the practice and study it took to get there. I was always more interested in other concepts. Concepts that were gathered by free thinkers, philosophers, idealists. Now I knew that a lot of those figures I read about tried their hand in the sciences, physics, and mathematics in their day, but I was more interested in their philosophical views on everyday life. It was not until I started reading on the subject of quantum physics and standard physics that I became interested in math. The fact that the laws of standard physics...

Words: 473 - Pages: 2