2014 Chapter Competition Solutions

Size: px
Start display at page:

Download "2014 Chapter Competition Solutions"

Transcription

1 2014 Chapter Competition Solutions Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Sprint Round problem without a calculator? Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Target Round problem in less 3 minutes? Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Team Round problem with less that 10 sheets of scratch paper? The following pages provide solutions to the Sprint, Target and Team Rounds of the 2014 MATHCOUNTS Chapter Competition. Though these solutions provide creative and concise ways of solving the problems from the competition, there are certainly numerous other solutions that also lead to the correct answer, and may even be more creative or more concise! We encourage you to find numerous solutions and representations for these MATHCOUNTS problems. Special thanks to volunteer author Mady Bauer for sharing these solutions with us and the rest of the MATHCOUNTS community!

2 2014 Chapter Competition 1. ( + 2)/3 = = 15 = 13 Ans. Sprint Round 2. A shirt sells originally for $10. 30% off is = 7 Arturo pays $7 for the shirt. 50% more than $7 is 7 + (1/2 7) = = Ans. 3. Sally needs a cleaning solution of 1 part bleach to 8 parts water. That means she needs 1 quart of bleach for every 8 quarts of water. Therefore, she needs 24/8 = 3 quarts of bleach. 3 Ans. 4. A square is divided by its four lines of symmetry. The four lines are symmetry are the two diagonals and the horizontal and vertical bisectors of the square. There are 8 triangles created by the bisectors. Let s put together two adjacent triangles that form a bigger triangle. There are 4 of those. There s no way to put three adjacent triangles together but we can do four adjacent triangles. There are 4 of those. The total number of triangles is = 16 Ans. 5. There are 4.5 inches of snow on the ground. Snow is falling at an average rate of 1.5 inches per hour for 9 more hours. At this rate, an additional = 13.5 inches of snow will fall. This makes a total of = 18 inches that will have fallen. 18 Ans. 6. Given xy = 100, find the positive difference between the maximum and minimum possible values of x + y, if x and y are positive. Integer pairs with a product of 100 are: So, x + y has minimum and maximum values = 20 and = 101, respectively, and = 81 Ans. 7. A bat catches 560 bugs in 7 nights. The bat catches the same number of bugs each night. Each night, the bat caught 560/7 = 80 bugs. Therefore, the bat caught 80 bugs on the fifth night. 80 Ans. 8. This problem basically asks us to find the length of the diagonal of a square with side length 20. You may recognize that the diagonal of a square also is the hypotenuse of a right triangle. Recall that a right

3 triangle with side length s, has hypotenuse of length s 2. Thus, the length of the diagonal is 20 2 Ans. If you aren t familiar with this property of right triangles, you can use the Pythagorean Theorem. Let x represent the length of the diagonal = x = x 2 x 2 = 800 x = 800 = x = = 20 2 Ans. 9. a b = ab/(a + b) 4a/(a + 4) = 3 4a = 3(a + 4) 4a = 3a + 12 a = 12 Ans. 10. A jar has 3 green, 2 red and 5 blue marbles. The jar has a total of = 10 marbles. P(red) = 2/10 P(blue) = 5/10 P(red or blue) = 2/10 + 5/10 = 7/10 Ans. 11. Six points are in a plane and no three are collinear. Find the number of distinct lines that are determined by all possible pairs of points. There are 6 points and each point connects to 5 other points making a total of 6 5 = 30 lines. But we end up counting the same line twice, as this example illustrates: 1 1 If you are familiar with the concept of combinations, you can solve this problem by finding the number of combinations of 2 objects chosen from a collection of 6 objects. That s 6C 2 = 6!/(4! 2!) = 30/2 = 15 Ans. 12. According to the bar graph 2 workers earn $41,000 to $50, workers earn $51,000 to $60, workers earn $61,000 to $70, workers earn $71,000 to $80, workers earn $81,000 to $90,000. To find the greatest mean salary we need to take the highest value in each range, multiply it by the number of workers in that range, add them all up and divide by the number of workers. Then we need to follow the same steps to find the lowest mean salary. Let s see if we can avoid actually adding and multiplying those large values since we do have the aid of a calculator. Let s write the sum of the lowest salaries as 2a + 6b + 5c + 4d + 2e = S. Since the difference between the lowest and highest salary in each range is $9000, the sum of the highest salaries is 2(a ) + 6(b ) + 5(c ) + 4(d ) + 2(e )) = 2a + 6b + 5c + 4d + 2e ( ) = S (19) = S + 171,000. The difference in the means would be ((S + 171,000) S)/19 = 171,000/19 = 9000 Ans. 13. The sum of the first n integers is (n + 1) (n/2). So, the sum of the first 2000 positive integers is ( ) (2000/2) = = 2,001,000 Ans. 4 The line from point 1 to point 4 is counted once among the lines between point 1 and the 5 other points, then again with the lines from point 4 to the other 5 points. This will be true for each line. So, 30/2 = 15 Ans A stalactite grows downward at inches per year. A stalagmite, directly below grows upward at inches per year. The height of the ceiling is 10 feet (or 120 inches). Each passing year, the stalactite and stalagmite grow = 0.01 inches closer. At

4 this rate, the number of years until they meet is 120/0.01 = 12,000 Ans. 15. The product of 3 positive integers is 144. The sum of the three integers is 26. What is the sum of their squares? Let s look at the factor pairs of = = = = = = = Of these triples, the one that works for us is since = 26. The sum of the squares is = = 338 Ans. 16. How many ordered triples (x, y, z) of positive integers have a sum of 6? Three triples have a sum of 6: 2, 2 and 2 yield 1 ordered triple 1, 1 and 4 yield 3!/2 = 3 ordered triples 1, 2 and 3 yield 3! = 6 ordered triples The total number of ordered triples is = 10 Ans. 17. The slope of a line is k. The line passes through (0, k + 3) and ( 3, 0). Find the value of k. Recall the formula for the slope of a line y/ x = (y 2 y 1)/ (x 2 x 1). Using the two given ordered pairs, we have x 1 = 3, y 1 = 0, x 2 = 0 and y 2 = k + 3. Using the formula, the line has slope k = [(k + 3) 0]/[0 ( 3)] = (k + 3)/3 Ans. 18. How many permutations of the digits 1, 2, 3, 4 have 1 before 3 and 2 before 4? Let s start with 1 as the thousands digit permutations 1243 When 2 is the thousands digit permutations 2413 When 3 is the thousands digit. 3 uh, oh. Can t happen because 1 must always come before 3. The same is true for 4. The number of permutations is = 6 Ans What is the value of ( 8 ) 4? The cube root of 8 is 2. And ( 2) 4 = 16 Ans. 20. The line y = (1/3)x + 4 intersects a perpendicular line at (6, 2). Find the y-intercept of the perpendicular line. The slope of the line, m, is (1/3) The slope of the perpendicular line is 1/m = 1/ (1/3) = 3. Therefore, the equation for the perpendicular line is y = 3x + b. Since (6, 2) is on this line, we can substitute for x, y and m to get 2 = b 2 = 18 + b b = 16 The equation of the perpendicular line is y = 3x 16. And when x = 0, we have y = 3(0) 16 y = 16 The y-intercept has coordinates (0, 16) Ans. 21. Nine regions of a spinner are numbered 1 through 9. The probability of the spinner landing on a given region is proportional to the label on the region = 45. Therefore, the probability of the spinner landing on the region labeled 1 is 1/45. The probability of landing on the region

5 labeled 2 is 2/45, and so on. Thus, the probabilities of landing on each of the spaces labeled 3, 5, 7 and 9 are 3/45, 5/45, 7/45 and 9/45, respectively. It follows that, in a given spin, the probability that the spinner will land on a space labeled 1, 3, 5, 7 or 9 is 1/45 + 3/45 + 5/45 + 7/45 + 9/45 = 25/45 = 5/9 Ans. 22. The length of the diagonal of rectangle ABCD is half the rectangle s perimeter less four-fifths the length of the shorter side. Find the ratio of the length of the shortest side to the length of the longest side of the rectangle. Let L and W represent the length and width of the rectangle, respectively. Four-fifths of the length of the shortest side of the rectangle is (4/5)W. The rectangle has diagonal of length (L 2 + W 2 ) = L + W (4/5)W (L 2 + W 2 ) = L + (1/5)W L W = L + (2/5)LW + (1/25)W 2 0 = (2/5)LW (24/25)W (2/5)L = (24/25)W 10L = 24W 5L = 12W W/L = 5/12 Ans. 23. An equilateral triangle has sides of length 2. A circular arc is centered at B. Find the length of a segment drawn parallel to side AC with endpoints D and E. Triangle ABC is an equilateral triangle, so angle B measures 60. Let s find the radius of the circle containing arc DE. To do so, we drop a perpendicular from B to point F on side AC. DE has radius, BF = 3. Segments BD and BE also are radii of the circle containing are DE. Note that DBE ~ ABC, which means that DBE is an equilateral triangle. It follows, then, that BD = DE = 3 Ans. 24. On a number line, how many units apart are the two points that are twice as far from 0 as they are from 9? Let a be one of the points, and 0 < a < 9. The distances from 0 to a and from a to 9 are a and 9 a, respectively. Since a is to be twice as far from 0 as it is from 9, we can write the equation 2 (9 a) = a. Solving for a, we see the first point is 18 2a = a 3a = 18 a = 6. Now, assume the second point, b, is located on the number line such that b > 9. The distances from 0 to b and from 9 to b are b and b 9, respectively. We have the equation 2 (b 9) = b. Solving for b, we see the other point is 2b 18 = b b = 18. It follows that the distance between a and b is 18 6 = 12 Ans. 25. Given 3n 3 + 3n 2 + 4n = n n, find n. We can simplify this equation a bit by dividing both sides by n: 3n 3 + 3n 2 + 4n = n n 3n 2 + 3n + 4 = n n 1 n n That simplifies the equation, but it doesn t tell us the value of n. Let s evaluate the simplified equation for several values of n. The results are displayed in the table below. n 3n 2 + 3n + 4 n n 1 Is n a solution? = = NO = = NO = = NO = = = 64 YES n = 4 Ans. We are told that AB = 2. Because ABF is a right triangle, we know that AF = ½(2) = 1 and the circle containing are 26. How many different combinations of 3 numbers can be selected from the set {1, 2, 3, 4, 5, 6, 7, 8} so that the numbers could

6 represent the side lengths of a triangle? The sum of the lengths of two sides of a triangle must be greater than the other side. Start with a smallest side of 2: (2, 3, 4) (2, 6, 7) (2, 4, 5) (2, 7, 8) (2, 5, 6) -- 5 values Start with a smallest side of 3: (3, 4, 5) (3, 5, 6) (3, 6, 7) (3, 7, 8) (3, 4, 6) (3, 5, 7) (3, 6, 8) -- 7 values Start with a smallest side of 4: (4, 5, 6) (4, 6, 7) (4, 7, 8) (4, 5, 7) (4, 6, 8) (4, 5, 8) -- 6 values Start with a smallest side of 5: (5, 6, 7) (5, 7, 8) (5, 6, 8) -- 3 values Start with a smallest side of 6: (6, 7, 8) -- 1 value = 22 Ans. 27. If 1/x + 3/y = 3/4 and 3/x 2/y = 5/12, what is x + y? To solve this system of equations, we start by multiplying the first equation by 2 and the second equation by 3 to get 2/x + 6/y = 6/4 and 9/x 6/y = 15/12. Next, we add the two equations and get 2/x + 9/x + 6/y 6/y = 6/4 + 15/12 11/x = 33/12 33x = 132 x = 4. Substituting for x in the first equation and solving for y yields 1/4 + 3/y = 3/4 3/y = 1/2 y = 6. So, x + y = = 10 Ans. 28. What is the smallest prime number that divides some number of the form or ? Let s start checking from the smallest prime number. 2: Any number of this form will have a ones digit that is odd, namely 3 or 1, and therefore will not be divisible by 2. 3: For a number to be divisible by 3, the sum of its digits must be divisible by 3. The sum of the numbers in is divisible by 3, so adding or subtracting 1 results in a number that is not divisible by 3. 5: For a number to be divisible by 5, it must end in 0 or 5. As previously stated, a number of this form will have a ones digit of 3 or 1, and is therefore not divisible by 5. 7: As with 3, the number is divisible by 7. Therefore, adding or subtracting 1 will result in a number that is not divisible by 7. 11: We can t immediately rule out 11 as we did the other primes, so let s divide and see if it is a factor of some number of the given form. Dividing, we find that /11 = and /11 = The smallest prime that divides a number of this form is11 Ans. 29. Point E lies within rectangle ABCD. IF AE = 7, BE = 5 and CE = 8, what is DE? Draw horizontal segment JK through point E and parallel to sides AB and DC. Then draw vertical segment GH through point E and parallel to sides AD and BC. As shown, we ll let EG = x, EH = y, EK = w and EJ = z. It follows that JK = z + w and GH = x + y. Segments GH and JK are perpendicular to the sides of the rectangle and several right triangles are formed. Applying the Pythagorean Theorem, we have : x 2 + z 2 = 7 2 x 2 + z 2 = 49 w 2 + x 2 = 5 2 w 2 + x 2 = 25 w 2 + y 2 = 8 2 w 2 + y 2 = 64 y 2 + z 2 = (DE) 2 DE = (y 2 + z 2 ) We can manipulate the first three equations to get a new equation relating y and z.

7 Subtracting the second equation from the first yields the following: (x 2 + z 2 ) (w 2 + x 2 ) = z 2 w 2 = 24 To this we can add the third equation to get: (z 2 w 2 ) + (w 2 + y 2 ) = y 2 + z 2 = 88 So, DE = 88 = 2 22 Ans. 30. What is the value of where all subsequent numbers in the expression are 2s? Start by finding the value of the square of the expression. The square is Let x = x = x 2 + x = x 2 x 2 x 2 = 0 (x + 1)(x 2) = 0 x = 1 or x = 2 Since x must be positive, x = = = 3 Recall that the original expression is the square root of this expression. So, the value of the original expression is 3 Ans. Target Round 1. Box A has 142 marbles. Box B has 152 marbles. Box C has 136 marbles. Moving marbles only from B to C, what s the least number of marbles that need to be transferred so that C contains more marbles than each of the other two boxes? If we transfer 6 marbles from B to C, then B will have 146 marbles and A and C will each have 142 marbles. If we transfer 2 more marbles from B to C then C will have 144 marbles as will B. If we transfer one more marble from B to C we will have: Box A with 142 marbles Box B with 143 marbles. Box C with 145 marbles. The total number of marbles transferred = 9 Ans. 2. What is the largest prime that divides both 20! + 14! and 20! 14!? The expression 20! + 14! can be rewritten as ! + 14! = 14!(( ) + 1). Similarly, 20! 14! can be rewritten as ! 14! = 14!(( ) 1). The greatest common factor for 20! + 14! and 20! 14! is 14!, and 13 is the largest prime factor of 14! So the greatest common, prime factor of these two numbers is 13 Ans. 3. In how many ways can the letters in the word NINE be arranged? If all four letters were different the answer would be 4! or 24. But since two of the letters are the same, we have to account for duplicates. So the total number of arrangements is 24/2 = 12 Ans. 4. A vendor offers discounts for orders of 11 or more shirts as follows: % off % off % off % off 251 or more 35% off For how many different quantities of shirts would the cost exceed the cost of buying the

8 LEVEL 1-10 No discount least number of shirts at the next discount level? Let x = the cost of a shirt. We will consider each discount level separately to count the number of quantities for which the cost exceeds the cost of buying the least number of shirts at the next discount level. 11 for 11(0.9x) = 9.9x 10 for 10x 9 for 9x 1 quantity (10 shirts) 6. In square ABCD, sector BCD is drawn with center C and BC = 24. A semicircle with diameter AE is drawn tangent to the sector BCD. Points A, E and D are collinear. Find AE. Since BC = 24, the radius of the sector is 24. When two circles are tangent to each other a line can be drawn from the center of one circle to the center of the other one. (In the figure, the entire circles are displayed for clarity.) LEVEL % OFF 26 for 26(0.85x) = 22.1x 25 for 25(0.9x) = 22.5x 24 for 24(0.9x) = 21.6x 1 quantity (25 shirts) LEVEL % OFF LEVEL % OFF LEVEL % OFF 51 for 51(0.8x) = 40.8x 50 for 50(0.85x) = 42.5x 49 for 49(0.85x) = 41.65x 48 for 48(0.85x) = 40.8x 101 for 101(0.7x) = 70.7x 100 for 100(0.8x) = 80x 90 for 90(0.8x) = 72x 89 for 89(0.8x) = 71.2x 88 for 88(0.8x) = 70.4x 251 for 251(0.65x) = x 250 for 250(0.7x) = 175x 240 for 240(0.7x) = 168x 235 for 235(0.7x) = 164.5x 234 for 234(0.7x) = 163.8x 233 for 233(0.7x) = 163.1x 2 quantities (49-50 shirts) 12 quantities ( shirts) In all the number of quantities for which this is true is = 33 Ans. 17 quantities ( shirts) 5. Each term in the sequence 13, 9, 18, is the sum of three times the tens digit and two times the units digit of the previous term. Find the greatest value of a term in the sequence. Let s look at the next several terms to see if this is a repeating sequence. After 18 we get, 19, 21, 8, 16, 15, 13 and it does repeat. The highest value in this sequence is 21 Ans. Right triangle CDF has leg CD (a side of the square). It has hypotenuse CF, which is the line drawn from the circle with center C. And is has leg DF, which is the portion of side AD with one endpoint at the center of the circle, F, with diameter AE. Let r represent the radius of the circle with center at point F. Again, we know that AD = 24. It follows that FD = AD AF = 24 r, and CF = 24 + r. Using the Pythagorean Theorem, we have (24 r) = (24 + r) r + r = r + r 2 48r = 48r 96r = 576 r = 6 Therefore, AE = 2r = 2 6 = 12 Ans. 7. How many distinct unit cubes are there with two faces painted red (R), two painted green (G) and two painted blue (B)? We ll consider a cube with pairs of opposite faces numbered as follows: 1 2 (front/back), 3 4 right/left) and 5 6 (top/bottom).

9 CUBE 1: All opposite faces of the same color. 1G 2G 3B 4B 5R 6R CUBE 6: No opposite faces of the same color. Left face blue and right face green. 1R 2B 3B 4G 5R 6G Note: Each color has is arbitrarily assigned to a pair of opposite faces and when rotated the result is still CUBE 1. CUBE 2: One pair of opposite faces both red. Other opposite faces one blue, one green. 1G 2B 3B 4G 5R 6R CUBE 5 and CUBE 6 are different because no rotation of CUBE 5 results in any rotation of CUBE 6. In fact, if you turn them upside down (6 on top and 5 on the bottom), the lateral faces (1-4) of CUBE 5 are now in the original order of the lateral faces of CUBE 6, and vice versa. As we have shown, the number of different cubes is 6 Ans. CUBE 3: One pair of opposite faces both blue. Other opposite faces one red, one green. 1G 2R 3R 4G 5B 6B CUBE 4: One pair of opposite faces both green. Other opposite faces one red, one blue. 1B 2R 3R 4B 5G 6G CUBE 5: No opposite faces of the same color. Left face green and right face blue. 1R 2B 3G 4B 5R 6G 8. What is the greatest possible area of a triangle with vertices on or above the x-axis and on or below the parabola y = (x ½) y = (x 2 x + ¼) + 3 y = x 2 + x ¼ + 3 y = x 2 + x + 11/4 For a parabola given by the equation y = ax 2 + bx + c, the axis of symmetry is x = b/ 2a. In this case, a = 1 and b = 1. So, the parabola is symmetric across the line x = 1/ 2, and its vertex occurs at the point (½, 3). Since this parabola opens down the vertex is also the highest point. Now let s determine where this parabola crosses the x axis. We will use the quadratic formula to solve 0 = x 2 + x + 11/4. Since a = 1, b = 1 and c = 11/4, we have b b 4ac 1± 1 4( 1)( 4 ) x = ± = 2a 2( 1) 1± 1 ( 11) = = 1± 12 = 1± 2 3 = 1 ± The parabola crosses the x-axis at (½ 3, 0) and (½ + 3, 0). The triangle shown has vertices on the parabola and the x axis at A(½, 3), B(½ 3, 0) and C(½ + 3, 0). 3

10 Point D(½, 0) is the midpoint of segment BC. The length of base BC is ½ + 3 (½ 3 ) = 2 3, and the height, which is the length of segment AD, is 3. The area of the triangle is ½ = 3 3 Ans. Team Round 1. The area of square F is 16. The area of square B is 25. The area of square H is 25. Find the area of square D. Let a, b, c, d, e, f, g and h represent the side lengths of squares A through H, respectively. Square F has area 16, and square B and H have area 25. So, it follows that f = 4, b = 5 and h = 5. From the figure we see that b = f + e. So 5 = 4 + e and e = 1. We also can see that b + c = f + d. So 5 + c = 4 + d and c = d 1. Since a + b + c = a + f + d, a = b + f. So a = and a = 9. Next, since h + g = a + f, it follows that 5 + g = and g = 8. According to the figure, e + b = c. That means = c and c = 6. Finally, we have d = c + 1, so d = 7. The area of square D is 7 7 = 49 Ans. 2. Nine consecutive positive even integers are entered into a 3 3 grid. The sums of the three numbers in each row, column and diagonal are the same. Find the average value of the five missing numbers. We ll let u, v, w, x and y represent the missing numbers, then calculate their average value, which is (u + v + w + x + y)/5. The sums of the numbers in each row, each column and each diagonal must be equal, so we have the following equivalent sums: 38 + u + v = w + x + 40 = 46 + y + 50 = 38 + w + 46 = u + x + y = v = 38 + x + 50 = 46 + x + v. That means 38 + x + 50 = 46 + x + v 88 + x = 46 + x + v 88 = 46 + v v = 42. And 38 + u + v = v u = 90 u = 52. In addition, 38 + w + 46 = v w = w = 132 w = 48. Finally, 38 + w + 46 = u + x + y = 52 + x + y 132 = 52 + x + y 80 = x + y. It follows that, (u + v + w + x + y)/5 = ( )/5 = 222/5 = 44.4 Ans. 3. To provide direct flights between four cities takes 6 routes. We must find the number of routes needed to connect 15 cities. Each city can be connected to the other 14 cities by 14 unique routes. However, we will end up counting each route twice. That means the number of routes needed is actually (15 14)/2 = 105 Ans. 4. Plan A costs $250 to set up and $4.25 per shirt. Plan B costs $150 to set up and $5.25 per shirt. Find the number of shirts to print

11 that cost the same with either plan. Let x represent the number of shirts for which the cost is the same using either plan. Now, we solve x = x and get x = 100 Ans. 5. $1000 is in an account that earns 3% interest, compounded annually. The account now is worth $ How many years has the money been in the account? The table shows the year-end balance of an account with an initial balance of $1000 that earns 3% interest, compounded annually. Year Ending Balance = = = = That means, 4 years after the account balance was $1000, the account earned enough interest to have a balance of $ Ans. 6. Abigail, Bartholomew and Cromwell play a game in which they take turns adding 1, 2, 3, or 4 to a sum in order to create an increasing sequence of primes. We'll let A, B and C stand for Abigail, Cromwell and Bartholomew, respectively. Let's suppose the game proceeds as follows: A chooses 2 B adds 1 to make 3 C adds 2 to make 5 A chooses 2 to make 7 B chooses 4 to make 11 C chooses 2 to make 13 A chooses 4 to make 17 B chooses 2 to make 19 C chooses 4 to make 23 A chooses... Well, A can t choose, since there are no primes between 24 and 27. That means Cromwell chose the last prime. But we want Bartholomew to end up with the last prime. So let's suppose, instead, that the game proceeds this way: A chooses 2 B adds 3 to make 5 C adds 2 to make 7 A chooses 4 to make 11 B chooses 2 to make 13 C chooses 4 to make 17 A chooses 2 to make 19 B chooses 4 to make 23 This time, Bartholomew has chosen the last prime, and the total number of primes made was 8 Ans. 7. How many positive integers less than 1000 do not have 7 as any digit? Let s start with positive 3-digit integers. The possible values for the digit the hundreds place are 1 through 6, 8 or 9. That s 8 choices. The possible values for the digit the tens and ones places are of 0 through 6, 8 or 9. That s 9 choices for the tens place value and 9 choices for the ones place value. Thus, there are = 648 positive 3-digit integers. For positive 2-digit integers, the possible values for the digit in the tens place are 1 through 6, 8 or 9. That s 8 values. And again, there are 9 choices for the ones place value. So there are 8 9 = 72 positive 2 digit integers. Finally, the positive 1-digit integers are 1, 2, 3, 4, 5, 6, 8 and 9. That s 8 positive 1-digit integers. That brings the total number of integers to = 728 Ans. 8. In the game, vowels are worth 1 point and consonants are worth 2 points. When more than one letter of the same type appears consecutively, each letter is worth twice as much as the one before. Find the absolute difference between the values of QUEUEING and SYZYGY. Following are the point values for each letter in QUEUEING.

12 Q is a consonant worth 2. U is a vowel worth 1. E is an adjacent vowel worth 2. U is an adjacent vowel worth 4. E is an adjacent vowel worth 8. I is an adjacent vowel worth 16. N is a consonant worth 2. G is a consonant worth 4. QUEUEING is worth a total of = 39 points. Following are the point values for each letter in SYZYGY. S is a consonant worth 2. Y is an adjacent consonant worth 4. Z is an adjacent consonant worth 8. Y is an adjacent consonant worth 16. G is an adjacent consonant worth 32. Y is an adjacent consonant worth 64. SYZYGY is worth a total of = 126 points. That gives us an absolute difference of = 87 Ans. 9. Using each of the digits 1 to 6 exactly once, how many six-digit integers can be formed that are divisible by 6? An integer is divisible by 6 if it is divisible by both 2 and 3. So, for an integer to be divisible by 6, it must be even (divisible by 2), and the sum of its digits must be divisible by 3. Well, = 21, which is divisible by 3. But only half of the integers composed of these six digits are even. There are a total of 6! = 720 different ways to arrange the digits 1, 2, 3, 4, 5 and 6 to form a six-digit integer. Therefore, the number of these integers that are divisible by 6 is 720/2 = 360 Ans. This problem can be solve using mass-point geometry to solve this problem. Let D serve as the fulcrum balancing segments BC. Likewise, E and F each serve as the fulcrum balancing segments AC, and AB, respectively. So the product of the mass at B and the length of segment BF must be equal to the product of the mass at A and the length of segment AF. Since AF = 3 and BF = 2, we assign a mass of 3 to B, which leads to assigning a mass of 2 to A. Now since the mass at C must be such that the product of the mass and the length of segment CD must equal the product of the mass at B and the length of segment BD. Since BD = CD = 2, we assign a mass of 3 to C. Therefore, the mass at E (the sum of the masses at A and C) is 5. Finally, if G serves as a fulcrum balancing segment BE, the product of the mass at B and the length of segment BG must equal the product of the mass at E and the length of segment EG. While we don t know the exact lengths of segments BG and EG, we do know that in order for segment BE to remain balanced on G, the segments must be in the ratio BG/EG = 5/3 Ans. 10. Points D, E and F lie along the perimeter of ABC such that AD, BE and CF intersect at point G. AF = 3, BF = BD = CD = 2 and AE = 5. Find BG/EG.

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle.

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle. DEFINITIONS Degree A degree is the 1 th part of a straight angle. 180 Right Angle A 90 angle is called a right angle. Perpendicular Two lines are called perpendicular if they form a right angle. Congruent

More information

2015 Chapter Competition Solutions

2015 Chapter Competition Solutions 05 Chapter Competition Solutions Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Sprint Round problem without a calculator? Are you wondering how

More information

Definitions, Postulates and Theorems

Definitions, Postulates and Theorems Definitions, s and s Name: Definitions Complementary Angles Two angles whose measures have a sum of 90 o Supplementary Angles Two angles whose measures have a sum of 180 o A statement that can be proven

More information

Algebra Geometry Glossary. 90 angle

Algebra Geometry Glossary. 90 angle lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, January 24, 2013 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, January 24, 2013 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, January 24, 2013 9:15 a.m. to 12:15 p.m., only Student Name: School Name: The possession or use of any

More information

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

CSU Fresno Problem Solving Session. Geometry, 17 March 2012 CSU Fresno Problem Solving Session Problem Solving Sessions website: http://zimmer.csufresno.edu/ mnogin/mfd-prep.html Math Field Day date: Saturday, April 21, 2012 Math Field Day website: http://www.csufresno.edu/math/news

More information

Geometry and Measurement

Geometry and Measurement The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for

More information

http://www.castlelearning.com/review/teacher/assignmentprinting.aspx 5. 2 6. 2 1. 10 3. 70 2. 55 4. 180 7. 2 8. 4

http://www.castlelearning.com/review/teacher/assignmentprinting.aspx 5. 2 6. 2 1. 10 3. 70 2. 55 4. 180 7. 2 8. 4 of 9 1/28/2013 8:32 PM Teacher: Mr. Sime Name: 2 What is the slope of the graph of the equation y = 2x? 5. 2 If the ratio of the measures of corresponding sides of two similar triangles is 4:9, then the

More information

Geometry Regents Review

Geometry Regents Review Name: Class: Date: Geometry Regents Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. If MNP VWX and PM is the shortest side of MNP, what is the shortest

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 13, 2009 8:30 to 11:30 a.m., only.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 13, 2009 8:30 to 11:30 a.m., only. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, August 13, 2009 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of your

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Tuesday, August 13, 2013 8:30 to 11:30 a.m., only.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Tuesday, August 13, 2013 8:30 to 11:30 a.m., only. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Tuesday, August 13, 2013 8:30 to 11:30 a.m., only Student Name: School Name: The possession or use of any communications

More information

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular.

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular. CONDENSED L E S S O N. Parallel and Perpendicular In this lesson you will learn the meaning of parallel and perpendicular discover how the slopes of parallel and perpendicular lines are related use slopes

More information

Conjectures. Chapter 2. Chapter 3

Conjectures. Chapter 2. Chapter 3 Conjectures Chapter 2 C-1 Linear Pair Conjecture If two angles form a linear pair, then the measures of the angles add up to 180. (Lesson 2.5) C-2 Vertical Angles Conjecture If two angles are vertical

More information

SAT Math Facts & Formulas Review Quiz

SAT Math Facts & Formulas Review Quiz Test your knowledge of SAT math facts, formulas, and vocabulary with the following quiz. Some questions are more challenging, just like a few of the questions that you ll encounter on the SAT; these questions

More information

SAT Math Hard Practice Quiz. 5. How many integers between 10 and 500 begin and end in 3?

SAT Math Hard Practice Quiz. 5. How many integers between 10 and 500 begin and end in 3? SAT Math Hard Practice Quiz Numbers and Operations 5. How many integers between 10 and 500 begin and end in 3? 1. A bag contains tomatoes that are either green or red. The ratio of green tomatoes to red

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m., only Student Name: School Name: The possession or use of any

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, August 18, 2010 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Geometry Notes PERIMETER AND AREA

Geometry Notes PERIMETER AND AREA Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 28, 2015 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 28, 2015 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, January 28, 2015 9:15 a.m. to 12:15 p.m., only Student Name: School Name: The possession or use of any

More information

SAT Subject Math Level 2 Facts & Formulas

SAT Subject Math Level 2 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Arithmetic Sequences: PEMDAS (Parentheses

More information

Selected practice exam solutions (part 5, item 2) (MAT 360)

Selected practice exam solutions (part 5, item 2) (MAT 360) Selected practice exam solutions (part 5, item ) (MAT 360) Harder 8,91,9,94(smaller should be replaced by greater )95,103,109,140,160,(178,179,180,181 this is really one problem),188,193,194,195 8. On

More information

TSI College Level Math Practice Test

TSI College Level Math Practice Test TSI College Level Math Practice Test Tutorial Services Mission del Paso Campus. Factor the Following Polynomials 4 a. 6 8 b. c. 7 d. ab + a + b + 6 e. 9 f. 6 9. Perform the indicated operation a. ( +7y)

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, June 20, 2012 9:15 a.m. to 12:15 p.m., only Student Name: School Name: Print your name and the name

More information

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433 Absolute Value and arithmetic, 730-733 defined, 730 Acute angle, 477 Acute triangle, 497 Addend, 12 Addition associative property of, (see Commutative Property) carrying in, 11, 92 commutative property

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Advanced GMAT Math Questions

Advanced GMAT Math Questions Advanced GMAT Math Questions Version Quantitative Fractions and Ratios 1. The current ratio of boys to girls at a certain school is to 5. If 1 additional boys were added to the school, the new ratio of

More information

2013 Chapter Competition Solutions

2013 Chapter Competition Solutions 013 Chapter Competition Solutions Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Sprint Round problem without a calculator? Are you wondering

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

13. Write the decimal approximation of 9,000,001 9,000,000, rounded to three significant

13. Write the decimal approximation of 9,000,001 9,000,000, rounded to three significant æ If 3 + 4 = x, then x = 2 gold bar is a rectangular solid measuring 2 3 4 It is melted down, and three equal cubes are constructed from this gold What is the length of a side of each cube? 3 What is the

More information

Review of Intermediate Algebra Content

Review of Intermediate Algebra Content Review of Intermediate Algebra Content Table of Contents Page Factoring GCF and Trinomials of the Form + b + c... Factoring Trinomials of the Form a + b + c... Factoring Perfect Square Trinomials... 6

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 13, 2015 8:30 to 11:30 a.m., only.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 13, 2015 8:30 to 11:30 a.m., only. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, August 13, 2015 8:30 to 11:30 a.m., only Student Name: School Name: The possession or use of any communications

More information

Conjectures for Geometry for Math 70 By I. L. Tse

Conjectures for Geometry for Math 70 By I. L. Tse Conjectures for Geometry for Math 70 By I. L. Tse Chapter Conjectures 1. Linear Pair Conjecture: If two angles form a linear pair, then the measure of the angles add up to 180. Vertical Angle Conjecture:

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

How To Solve Factoring Problems

How To Solve Factoring Problems 05-W4801-AM1.qxd 8/19/08 8:45 PM Page 241 Factoring, Solving Equations, and Problem Solving 5 5.1 Factoring by Using the Distributive Property 5.2 Factoring the Difference of Two Squares 5.3 Factoring

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, June 17, 2010 1:15 to 4:15 p.m., only Student Name: School Name: Print your name and the name of your

More information

North Carolina Community College System Diagnostic and Placement Test Sample Questions

North Carolina Community College System Diagnostic and Placement Test Sample Questions North Carolina Community College System Diagnostic and Placement Test Sample Questions 01 The College Board. College Board, ACCUPLACER, WritePlacer and the acorn logo are registered trademarks of the College

More information

Factoring and Applications

Factoring and Applications Factoring and Applications What is a factor? The Greatest Common Factor (GCF) To factor a number means to write it as a product (multiplication). Therefore, in the problem 48 3, 4 and 8 are called the

More information

Conjunction is true when both parts of the statement are true. (p is true, q is true. p^q is true)

Conjunction is true when both parts of the statement are true. (p is true, q is true. p^q is true) Mathematical Sentence - a sentence that states a fact or complete idea Open sentence contains a variable Closed sentence can be judged either true or false Truth value true/false Negation not (~) * Statement

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 16, 2012 8:30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 16, 2012 8:30 to 11:30 a.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, August 16, 2012 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of your

More information

1. Find the length of BC in the following triangles. It will help to first find the length of the segment marked X.

1. Find the length of BC in the following triangles. It will help to first find the length of the segment marked X. 1 Find the length of BC in the following triangles It will help to first find the length of the segment marked X a: b: Given: the diagonals of parallelogram ABCD meet at point O The altitude OE divides

More information

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures.

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. PERIMETER AND AREA In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. Perimeter Perimeter The perimeter of a polygon, denoted by P, is the

More information

Chapters 6 and 7 Notes: Circles, Locus and Concurrence

Chapters 6 and 7 Notes: Circles, Locus and Concurrence Chapters 6 and 7 Notes: Circles, Locus and Concurrence IMPORTANT TERMS AND DEFINITIONS A circle is the set of all points in a plane that are at a fixed distance from a given point known as the center of

More information

2006 Geometry Form A Page 1

2006 Geometry Form A Page 1 2006 Geometry Form Page 1 1. he hypotenuse of a right triangle is 12" long, and one of the acute angles measures 30 degrees. he length of the shorter leg must be: () 4 3 inches () 6 3 inches () 5 inches

More information

2010 Solutions. a + b. a + b 1. (a + b)2 + (b a) 2. (b2 + a 2 ) 2 (a 2 b 2 ) 2

2010 Solutions. a + b. a + b 1. (a + b)2 + (b a) 2. (b2 + a 2 ) 2 (a 2 b 2 ) 2 00 Problem If a and b are nonzero real numbers such that a b, compute the value of the expression ( ) ( b a + a a + b b b a + b a ) ( + ) a b b a + b a +. b a a b Answer: 8. Solution: Let s simplify the

More information

1. A student followed the given steps below to complete a construction. Which type of construction is best represented by the steps given above?

1. A student followed the given steps below to complete a construction. Which type of construction is best represented by the steps given above? 1. A student followed the given steps below to complete a construction. Step 1: Place the compass on one endpoint of the line segment. Step 2: Extend the compass from the chosen endpoint so that the width

More information

MATHCOUNTS TOOLBOX Facts, Formulas and Tricks

MATHCOUNTS TOOLBOX Facts, Formulas and Tricks MATHCOUNTS TOOLBOX Facts, Formulas and Tricks MATHCOUNTS Coaching Kit 40 I. PRIME NUMBERS from 1 through 100 (1 is not prime!) 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 II.

More information

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles...

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles... Contents Lines and Circles 3.1 Cartesian Coordinates.......................... 3. Distance and Midpoint Formulas.................... 3.3 Lines.................................. 3.4 Circles..................................

More information

Name Date Class. Lines and Segments That Intersect Circles. AB and CD are chords. Tangent Circles. Theorem Hypothesis Conclusion

Name Date Class. Lines and Segments That Intersect Circles. AB and CD are chords. Tangent Circles. Theorem Hypothesis Conclusion Section. Lines That Intersect Circles Lines and Segments That Intersect Circles A chord is a segment whose endpoints lie on a circle. A secant is a line that intersects a circle at two points. A tangent

More information

Geometry Enduring Understandings Students will understand 1. that all circles are similar.

Geometry Enduring Understandings Students will understand 1. that all circles are similar. High School - Circles Essential Questions: 1. Why are geometry and geometric figures relevant and important? 2. How can geometric ideas be communicated using a variety of representations? ******(i.e maps,

More information

CIRCLE COORDINATE GEOMETRY

CIRCLE COORDINATE GEOMETRY CIRCLE COORDINATE GEOMETRY (EXAM QUESTIONS) Question 1 (**) A circle has equation x + y = 2x + 8 Determine the radius and the coordinates of the centre of the circle. r = 3, ( 1,0 ) Question 2 (**) A circle

More information

Chapter 6 Notes: Circles

Chapter 6 Notes: Circles Chapter 6 Notes: Circles IMPORTANT TERMS AND DEFINITIONS A circle is the set of all points in a plane that are at a fixed distance from a given point known as the center of the circle. Any line segment

More information

MATH 100 PRACTICE FINAL EXAM

MATH 100 PRACTICE FINAL EXAM MATH 100 PRACTICE FINAL EXAM Lecture Version Name: ID Number: Instructor: Section: Do not open this booklet until told to do so! On the separate answer sheet, fill in your name and identification number

More information

Chapter 8 Geometry We will discuss following concepts in this chapter.

Chapter 8 Geometry We will discuss following concepts in this chapter. Mat College Mathematics Updated on Nov 5, 009 Chapter 8 Geometry We will discuss following concepts in this chapter. Two Dimensional Geometry: Straight lines (parallel and perpendicular), Rays, Angles

More information

Quick Reference ebook

Quick Reference ebook This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference ebook Click on Contents or Index in the left panel to locate a topic. The math facts listed

More information

ACT Math Vocabulary. Altitude The height of a triangle that makes a 90-degree angle with the base of the triangle. Altitude

ACT Math Vocabulary. Altitude The height of a triangle that makes a 90-degree angle with the base of the triangle. Altitude ACT Math Vocabular Acute When referring to an angle acute means less than 90 degrees. When referring to a triangle, acute means that all angles are less than 90 degrees. For eample: Altitude The height

More information

SQUARE-SQUARE ROOT AND CUBE-CUBE ROOT

SQUARE-SQUARE ROOT AND CUBE-CUBE ROOT UNIT 3 SQUAREQUARE AND CUBEUBE (A) Main Concepts and Results A natural number is called a perfect square if it is the square of some natural number. i.e., if m = n 2, then m is a perfect square where m

More information

CK-12 Geometry: Parts of Circles and Tangent Lines

CK-12 Geometry: Parts of Circles and Tangent Lines CK-12 Geometry: Parts of Circles and Tangent Lines Learning Objectives Define circle, center, radius, diameter, chord, tangent, and secant of a circle. Explore the properties of tangent lines and circles.

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, January 26, 2012 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, January 26, 2012 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXMINTION GEOMETRY Thursday, January 26, 2012 9:15 a.m. to 12:15 p.m., only Student Name: School Name: Print your name and the name

More information

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers 1) Read whole numbers. 2) Write whole numbers in words. 3) Change whole numbers stated in words into decimal numeral form. 4) Write numerals in

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

Pigeonhole Principle Solutions

Pigeonhole Principle Solutions Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such

More information

Additional Topics in Math

Additional Topics in Math Chapter Additional Topics in Math In addition to the questions in Heart of Algebra, Problem Solving and Data Analysis, and Passport to Advanced Math, the SAT Math Test includes several questions that are

More information

Area. Area Overview. Define: Area:

Area. Area Overview. Define: Area: Define: Area: Area Overview Kite: Parallelogram: Rectangle: Rhombus: Square: Trapezoid: Postulates/Theorems: Every closed region has an area. If closed figures are congruent, then their areas are equal.

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Factoring Polynomials

Factoring Polynomials UNIT 11 Factoring Polynomials You can use polynomials to describe framing for art. 396 Unit 11 factoring polynomials A polynomial is an expression that has variables that represent numbers. A number can

More information

MTH 100 College Algebra Essex County College Division of Mathematics Sample Review Questions 1 Created June 6, 2011

MTH 100 College Algebra Essex County College Division of Mathematics Sample Review Questions 1 Created June 6, 2011 MTH 00 College Algebra Essex County College Division of Mathematics Sample Review Questions Created June 6, 0 Math 00, Introductory College Mathematics, covers the mathematical content listed below. In

More information

Charlesworth School Year Group Maths Targets

Charlesworth School Year Group Maths Targets Charlesworth School Year Group Maths Targets Year One Maths Target Sheet Key Statement KS1 Maths Targets (Expected) These skills must be secure to move beyond expected. I can compare, describe and solve

More information

Solutions to Practice Problems

Solutions to Practice Problems Higher Geometry Final Exam Tues Dec 11, 5-7:30 pm Practice Problems (1) Know the following definitions, statements of theorems, properties from the notes: congruent, triangle, quadrilateral, isosceles

More information

56 questions (multiple choice, check all that apply, and fill in the blank) The exam is worth 224 points.

56 questions (multiple choice, check all that apply, and fill in the blank) The exam is worth 224 points. 6.1.1 Review: Semester Review Study Sheet Geometry Core Sem 2 (S2495808) Semester Exam Preparation Look back at the unit quizzes and diagnostics. Use the unit quizzes and diagnostics to determine which

More information

The GED math test gives you a page of math formulas that

The GED math test gives you a page of math formulas that Math Smart 643 The GED Math Formulas The GED math test gives you a page of math formulas that you can use on the test, but just seeing the formulas doesn t do you any good. The important thing is understanding

More information

GEOMETRY COMMON CORE STANDARDS

GEOMETRY COMMON CORE STANDARDS 1st Nine Weeks Experiment with transformations in the plane G-CO.1 Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point,

More information

7.2 Quadratic Equations

7.2 Quadratic Equations 476 CHAPTER 7 Graphs, Equations, and Inequalities 7. Quadratic Equations Now Work the Are You Prepared? problems on page 48. OBJECTIVES 1 Solve Quadratic Equations by Factoring (p. 476) Solve Quadratic

More information

Factoring Patterns in the Gaussian Plane

Factoring Patterns in the Gaussian Plane Factoring Patterns in the Gaussian Plane Steve Phelps Introduction This paper describes discoveries made at the Park City Mathematics Institute, 00, as well as some proofs. Before the summer I understood

More information

43 Perimeter and Area

43 Perimeter and Area 43 Perimeter and Area Perimeters of figures are encountered in real life situations. For example, one might want to know what length of fence will enclose a rectangular field. In this section we will study

More information

Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question.

Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question. Name: Class: Date: ID: A Q3 Geometry Review Multiple Choice Identify the choice that best completes the statement or answers the question. Graph the image of each figure under a translation by the given

More information

FOREWORD. Executive Secretary

FOREWORD. Executive Secretary FOREWORD The Botswana Examinations Council is pleased to authorise the publication of the revised assessment procedures for the Junior Certificate Examination programme. According to the Revised National

More information

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units.

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units. Covering and Surrounding: Homework Examples from ACE Investigation 1: Questions 5, 8, 21 Investigation 2: Questions 6, 7, 11, 27 Investigation 3: Questions 6, 8, 11 Investigation 5: Questions 15, 26 ACE

More information

In this section, you will develop a method to change a quadratic equation written as a sum into its product form (also called its factored form).

In this section, you will develop a method to change a quadratic equation written as a sum into its product form (also called its factored form). CHAPTER 8 In Chapter 4, you used a web to organize the connections you found between each of the different representations of lines. These connections enabled you to use any representation (such as a graph,

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

Numeracy and mathematics Experiences and outcomes

Numeracy and mathematics Experiences and outcomes Numeracy and mathematics Experiences and outcomes My learning in mathematics enables me to: develop a secure understanding of the concepts, principles and processes of mathematics and apply these in different

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

Summer Math Exercises. For students who are entering. Pre-Calculus

Summer Math Exercises. For students who are entering. Pre-Calculus Summer Math Eercises For students who are entering Pre-Calculus It has been discovered that idle students lose learning over the summer months. To help you succeed net fall and perhaps to help you learn

More information

High School Geometry Test Sampler Math Common Core Sampler Test

High School Geometry Test Sampler Math Common Core Sampler Test High School Geometry Test Sampler Math Common Core Sampler Test Our High School Geometry sampler covers the twenty most common questions that we see targeted for this level. For complete tests and break

More information

1.1 Practice Worksheet

1.1 Practice Worksheet Math 1 MPS Instructor: Cheryl Jaeger Balm 1 1.1 Practice Worksheet 1. Write each English phrase as a mathematical expression. (a) Three less than twice a number (b) Four more than half of a number (c)

More information

Solutions Manual for How to Read and Do Proofs

Solutions Manual for How to Read and Do Proofs Solutions Manual for How to Read and Do Proofs An Introduction to Mathematical Thought Processes Sixth Edition Daniel Solow Department of Operations Weatherhead School of Management Case Western Reserve

More information

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions Baltic Way 995 Västerås (Sweden), November, 995 Problems and solutions. Find all triples (x, y, z) of positive integers satisfying the system of equations { x = (y + z) x 6 = y 6 + z 6 + 3(y + z ). Solution.

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Prentice Hall Mathematics: Course 1 2008 Correlated to: Arizona Academic Standards for Mathematics (Grades 6)

Prentice Hall Mathematics: Course 1 2008 Correlated to: Arizona Academic Standards for Mathematics (Grades 6) PO 1. Express fractions as ratios, comparing two whole numbers (e.g., ¾ is equivalent to 3:4 and 3 to 4). Strand 1: Number Sense and Operations Every student should understand and use all concepts and

More information

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013 ARML Practice 12/15/2013 Problem Solution Warm-up problem Lunes of Hippocrates In the diagram below, the blue triangle is a right triangle with side lengths 3, 4, and 5. What is the total area of the green

More information