2015滑铁卢竞赛试题答案
Galois滑铁卢数学竞赛(Grade 10)-数学Mathematics-2007-试题 exam

2007Galois Contest (Grade 10)Wednesday,April 18,20071.Jim shops at a strange fruit store.Instead of putting prices on each item,the mathematical store owner will answer questions about combinations of items.(a)In Aisle 1,Jim receives the following answers to his questions:Jim’s Question AnswerWhat is the sum of the prices of an Apple and a Cherry?62centsWhat is the sum of the prices of a Banana and a Cherry?66centsWhat is difference between the prices of an Apple and a Banana?Which has a higher price?Explain how you obtained your answer.(b)In Aisle 2,Jim receives the following answers to his questions:Jim’s Question AnswerWhat is the sum of the prices of a Mango and a Nectarine?60centsWhat is the sum of the prices of a Pear and a Nectarine?60centsWhat is the sum of the prices of a Mango and a Pear?68centsWhat is the price of a Pear?Explain how you obtained your answer.(c)In Aisle 3,Jim receives the following answers to his questions:Jim’s Question AnswerWhat is the sum of the prices of a Tangerine and a Lemon?60centsHowmuch more does a Tangerine cost than a Grapefruit?6centsWhat is the sum of the prices of Grapefruit,a Tangerine and a Lemon?94centsWhat is the price of a Lemon?Explain how you obtained youranswer.2.(a)In the diagram,what is the perimeter of the sector of the circle with radius 12?Explain how you obtained your answer.(b)Two sectors of a circle of radius 12are placed side by side,as shown.Determine the area of figure ABCD .Explain how you obtainedyour answer.A (c)In the diagram,AOB is a sector of a circle with ∠AOB =60◦.OY is drawn perpendicular to AB and intersects AB at X .What is the length of XY ?Explain how you obtained your answer.A O BX Y1212(d)See over...2007Galois Contest Page2(d)Two sectors of a circle of radius12overlap as shown.Determine the area of the shaded region.Explain how youobtained your answer.R3.(a)Each face of a5by5by5wooden cube is divided into1by1squares.Each square is painted black or white,asshown.Next,the cube is cut into1by1by1cubes.Howmany of these cubes have at least two painted faces?Explain how you obtained youranswer.(b)A(2k+1)by(2k+1)by(2k+1)cube,where k is a in thesame manner as the5by5by5cube with white squares in the corners.Again,the cube is cut into1by1by1cubes.i.In terms of k,how many of these cubes have exactly two white faces?Explain howyou obtained your answer.ii.Prove that there is no value of k for which the number of cubes having at least two white faces is2006.4.Jill has a container of small cylindrical rods in six different colours.Each colour of rod has adifferent length as summarized in the chart.Colour LengthGreen3cmPink4cmYellow5cmBlack7cmViolet8cmRed9cmThese rods can be attached together to form a pole.There are2ways to choose a set of yellow and green rods that will form a pole29cm in length: 8green rods and1yellow rod OR3green rods and4yellow rods.(a)How many different sets of yellow and green rods can be chosen that will form a pole62cm long?Explain how you obtained your answer.(b)Among the green,yellow,black and red rods,find,with justification,two colours for whichit is impossible to make a pole62cm in length using only rods of those two colours.(c)If at least81rodsof each of the colours green,pink,violet,and red must be used,howmany different sets of rods of these four colours can be chosen that will form a pole2007cm in length?Explain how you got your answer.。
noip2015初赛普及组答案分析

单项选择题1.A。
计算机内部的用来传送、存贮、加工处理的数据或指令都是以二进制形式进行的。
2.A。
写这题我用的是排除法,B选项显然不对,内存在断电后数据会丢失,C选项也是,屏幕的分辨率是可以手动调整的,D选项,当年我们都用宽带连接Internet的。
3.A。
二进制小数转化为十六进制小数时,每四位二进制数转化为以为十六进制数,故0.10002可以转化为0.816。
4.D。
我的做法是将每个数都化为二进制形式,因为十六进制数和八进制数转化为二进制数很容易,最后求得答案是D。
5.D。
在链表中,每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域,结点与结点之间是用指针连接的,故地址不必连续。
6.B。
模拟一下进栈出栈的过程就行了,共有6次操作:进栈,进栈,出栈,进栈,进栈,出栈,每次操作后栈内元素分别为”a”,”ab”,”a”,”a b c”,”a b c d”,”a b c”,故最后栈顶元素是c。
7.B。
前序遍历的顺序是”根->左->右”,后序遍历的顺序是”左->右->根”,对照四个答案,只有B能满足题目要求。
8.B。
我们知道树高为n的满二叉树的结点个数为2n−1,当树高为5时结点个数为31,当树高为6时结点个数为63,故答案是B。
9.B。
画一张图的事情,就不说了。
10.D。
由递推公式可得T(n)=1+(1+2+…+n)=n2+n2+1,故算法时间的复杂度为O(n2)。
11.D。
用vector存边,由一个顶点的边引到另一个顶点,再不断引出别的顶点,过程中每个顶点和每条边都只用到一遍,故复杂度为O(n+e)。
12.A。
哈夫曼算法用来求哈夫曼树,此树的特点就是引出的路程最短,求的过程运用到贪心思想,具体的请参考一下别的文章。
13.D。
llink和rlink分别指向前驱和后继,不妨设p的前驱为o,在未插入前p->llink就是o,o->rlink就是p,插入时,先将o->rlink赋为q,再将q->rlink赋为p,然后将q->llink赋为o,最后将p->llink赋为q。
2011滑铁卢竞赛试题答案

1.(a)Since (x +1)+(x +2)+(x +3)=8+9+10,then 3x +6=27or 3x =21and so x =7.(b)Since 25+√x =6,then squaring both sides gives 25+√x =36or √x =11.Since √x =11,then squaring both sides again,we obtain x =112=121.Checking, 25+√121=√25+11=√36=6,as required.(c)Since (a,2)is the point of intersection of the lines with equations y =2x −4and y =x +k ,then the coordinates of this point must satisfy both equations.Using the first equation,2=2a −4or 2a =6or a =3.Since the coordinates of the point (3,2)satisfy the equation y =x +k ,then 2=3+k or k =−1.2.(a)Since the side length of the original square is 3and an equilateral triangle of side length 1is removed from the middle of each side,then each of the two remaining pieces of each side of the square has length 1.Also,each of the two sides of each of the equilateral triangles that are shown has length 1.1111Therefore,each of the 16line segments in the figure has length 1,and so the perimeter of the figure is 16.(b)Since DC =DB ,then CDB is isosceles and ∠DBC =∠DCB =15◦.Thus,∠CDB =180◦−∠DBC −∠DCB =150◦.Since the angles around a point add to 360◦,then∠ADC =360◦−∠ADB −∠CDB =360◦−130◦−150◦=80◦.(c)By the Pythagorean Theorem in EAD ,we have EA 2+AD 2=ED 2or 122+AD 2=132,and so AD =√169−144=5,since AD >0.By the Pythagorean Theorem in ACD ,we have AC 2+CD 2=AD 2or AC 2+42=52,and so AC =√25−16=3,since AC >0.(We could also have determined the lengths of AD and AC by recognizing 3-4-5and 5-12-13right-angled triangles.)By the Pythagorean Theorem in ABC ,we have AB 2+BC 2=AC 2or AB 2+22=32,and so AB =√9−4=√5,since AB >0.3.(a)Solution 1Since we want to make 15−y x as large as possible,then we want to subtract as little as possible from 15.In other words,we want to make y x as small as possible.To make a fraction with positive numerator and denominator as small as possible,wemake the numerator as small as possible and the denominator as large as possible.Since 2≤x ≤5and 10≤y ≤20,then we make x =5and y =10.Therefore,the maximum value of 15−y x is 15−105=13.Solution2Since y is positive and2≤x≤5,then15−yx≤15−y5for any x with2≤x≤5andpositive y.Since10≤y≤20,then15−y5≤15−105for any y with10≤y≤20.Therefore,for any x and y in these ranges,15−yx≤15−105=13,and so the maximumpossible value is13(which occurs when x=5and y=10).(b)Solution1First,we add the two given equations to obtain(f(x)+g(x))+(f(x)−g(x))=(3x+5)+(5x+7)or2f(x)=8x+12which gives f(x)=4x+6.Since f(x)+g(x)=3x+5,then g(x)=3x+5−f(x)=3x+5−(4x+6)=−x−1.(We could alsofind g(x)by subtracting the two given equations or by using the second of the given equations.)Since f(x)=4x+6,then f(2)=14.Since g(x)=−x−1,then g(2)=−3.Therefore,2f(2)g(2)=2×14×(−3)=−84.Solution2Since the two given equations are true for all values of x,then we can substitute x=2to obtainf(2)+g(2)=11f(2)−g(2)=17Next,we add these two equations to obtain2f(2)=28or f(2)=14.Since f(2)+g(2)=11,then g(2)=11−f(2)=11−14=−3.(We could alsofind g(2)by subtracting the two equations above or by using the second of these equations.)Therefore,2f(2)g(2)=2×14×(−3)=−84.4.(a)We consider choosing the three numbers all at once.We list the possible sets of three numbers that can be chosen:{1,2,3}{1,2,4}{1,2,5}{1,3,4}{1,3,5}{1,4,5}{2,3,4}{2,3,5}{2,4,5}{3,4,5} We have listed each in increasing order because once the numbers are chosen,we arrange them in increasing order.There are10sets of three numbers that can be chosen.Of these10,the4sequences1,2,3and1,3,5and2,3,4and3,4,5are arithmetic sequences.Therefore,the probability that the resulting sequence is an arithmetic sequence is410or25.(b)Solution 1Join B to D .AConsider CBD .Since CB =CD ,then ∠CBD =∠CDB =12(180◦−∠BCD )=12(180◦−60◦)=60◦.Therefore, BCD is equilateral,and so BD =BC =CD =6.Consider DBA .Note that ∠DBA =90◦−∠CBD =90◦−60◦=30◦.Since BD =BA =6,then ∠BDA =∠BAD =12(180◦−∠DBA )=12(180◦−30◦)=75◦.We calculate the length of AD .Method 1By the Sine Law in DBA ,we have AD sin(∠DBA )=BA sin(∠BDA ).Therefore,AD =6sin(30◦)sin(75◦)=6×12sin(75◦)=3sin(75◦).Method 2If we drop a perpendicular from B to P on AD ,then P is the midpoint of AD since BDA is isosceles.Thus,AD =2AP .Also,BP bisects ∠DBA ,so ∠ABP =15◦.Now,AP =BA sin(∠ABP )=6sin(15◦).Therefore,AD =2AP =12sin(15◦).Method 3By the Cosine Law in DBA ,AD 2=AB 2+BD 2−2(AB )(BD )cos(∠ABD )=62+62−2(6)(6)cos(30◦)=72−72(√32)=72−36√3Therefore,AD = 36(2−√3)=6 2−√3since AD >0.Solution 2Drop perpendiculars from D to Q on BC and from D to R on BA .AThen CQ =CD cos(∠DCQ )=6cos(60◦)=6×12=3.Also,DQ =CD sin(∠DCQ )=6sin(60◦)=6×√32=3√3.Since BC =6,then BQ =BC −CQ =6−3=3.Now quadrilateral BQDR has three right angles,so it must have a fourth right angle and so must be a rectangle.Thus,RD =BQ =3and RB =DQ =3√3.Since AB =6,then AR =AB −RB =6−3√3.Since ARD is right-angled at R ,then using the Pythagorean Theorem and the fact that AD >0,we obtain AD =√RD 2+AR 2= 32+(6−3√3)2= 9+36−36√3+27= 72−36√3which we can rewrite as AD = 36(2−√3)=6 2−√3.5.(a)Let n be the original number and N be the number when the digits are reversed.Sincewe are looking for the largest value of n ,we assume that n >0.Since we want N to be 75%larger than n ,then N should be 175%of n ,or N =74n .Suppose that the tens digit of n is a and the units digit of n is b .Then n =10a +b .Also,the tens digit of N is b and the units digit of N is a ,so N =10b +a .We want 10b +a =74(10a +b )or 4(10b +a )=7(10a +b )or 40b +4a =70a +7b or 33b =66a ,and so b =2a .This tells us that that any two-digit number n =10a +b with b =2a has the required property.Since both a and b are digits then b <10and so a <5,which means that the possible values of n are 12,24,36,and 48.The largest of these numbers is 48.(b)We “complete the rectangle”by drawing a horizontal line through C which meets they -axis at P and the vertical line through B at Q .x A (0,Since C has y -coordinate 5,then P has y -coordinate 5;thus the coordinates of P are (0,5).Since B has x -coordinate 4,then Q has x -coordinate 4.Since C has y -coordinate 5,then Q has y -coordinate 5.Therefore,the coordinates of Q are (4,5),and so rectangle OP QB is 4by 5and so has area 4×5=20.Now rectangle OP QB is made up of four smaller triangles,and so the sum of the areas of these triangles must be 20.Let us examine each of these triangles:• ABC has area 8(given information)• AOB is right-angled at O ,has height AO =3and base OB =4,and so has area 12×4×3=6.• AP C is right-angled at P ,has height AP =5−3=2and base P C =k −0=k ,and so has area 1×k ×2=k .• CQB is right-angled at Q ,has height QB =5−0=5and base CQ =4−k ,andso has area 12×(4−k )×5=10−52k .Since the sum of the areas of these triangles is 20,then 8+6+k +10−52k =20or 4=32k and so k =83.6.(a)Solution 1Suppose that the distance from point A to point B is d km.Suppose also that r c is the speed at which Serge travels while not paddling (i.e.being carried by just the current),that r p is the speed at which Serge travels with no current (i.e.just from his paddling),and r p +c his speed when being moved by both his paddling and the current.It takes Serge 18minutes to travel from A to B while paddling with the current.Thus,r p +c =d 18km/min.It takes Serge 30minutes to travel from A to B with just the current.Thus,r c =d 30km/min.But r p =r p +c −r c =d 18−d 30=5d 90−3d 90=2d 90=d 45km/min.Since Serge can paddle the d km from A to B at a speed of d 45km/min,then it takes him 45minutes to paddle from A to B with no current.Solution 2Suppose that the distance from point A to point B is d km,the speed of the current of the river is r km/h,and the speed that Serge can paddle is s km/h.Since the current can carry Serge from A to B in 30minutes (or 12h),then d r =12.When Serge paddles with the current,his speed equals his paddling speed plus the speed of the current,or (s +r )km/h.Since Serge can paddle with the current from A to B in 18minutes (or 310h),then d r +s =310.The time to paddle from A to B with no current would be d s h.Since d r =12,then r d =2.Since d r +s =310,then r +s d =103.Therefore,s d =r +s d −r d =103−2=43.Thus,d s =34,and so it would take Serge 34of an hour,or 45minutes,to paddle from A to B with no current.Solution 3Suppose that the distance from point A to point B is d km,the speed of the current of the river is r km/h,and the speed that Serge can paddle is s km/h.Since the current can carry Serge from A to B in 30minutes (or 12h),then d r =12or d =1r .When Serge paddles with the current,his speed equals his paddling speed plus the speed of the current,or (s +r )km/h.Since Serge can paddle with the current from A to B in 18minutes (or 310h),then d r +s =310or d =310(r +s ).Since d =12r and d =310(r +s ),then 12r =310(r +s )or 5r =3r +3s and so s =23r .To travel from A to B with no current,the time in hours that it takes is d s =12r 2r =34,or 45minutes.(b)First,we note that a =0.(If a =0,then the “parabola”y =a (x −2)(x −6)is actuallythe horizontal line y =0which intersects the square all along OR .)Second,we note that,regardless of the value of a =0,the parabola has x -intercepts 2and 6,and so intersects the x -axis at (2,0)and (6,0),which we call K (2,0)and L (6,0).This gives KL =4.Third,we note that since the x -intercepts of the parabola are 2and 6,then the axis ofsymmetry of the parabola has equation x =12(2+6)=4.Since the axis of symmetry of the parabola is a vertical line of symmetry,then if theparabola intersects the two vertical sides of the square,it will intersect these at the same height,and if the parabola intersects the top side of the square,it will intersect it at two points that are symmetrical about the vertical line x =4.Fourth,we recall that a trapezoid with parallel sides of lengths a and b and height h hasarea 12h (a +b ).We now examine three cases.Case1:a<0Here,the parabola opens downwards.Since the parabola intersects the square at four points,it must intersect P Q at points M and N.(The parabola cannot intersect the vertical sides of the square since it gets “narrower”towards the vertex.)xx =4Since the parabola opens downwards,then MN<KL=4.Since the height of the trapezoid equals the height of the square(or8),then the area of the trapezoid is1h(KL+MN)which is less than1(8)(4+4)=32.But the area of the trapezoid must be36,so this case is not possible.Case2:a>0;M and N on P QWe have the following configuration:xx =4Here,the height of the trapezoid is8,KL=4,and M and N are symmetric about x=4.Since the area of the trapezoid is36,then12h(KL+MN)=36or12(8)(4+MN)=36or4+MN=9or MN=5.Thus,M and N are each52units from x=4,and so N has coordinates(32,8).Since this point lies on the parabola with equation y=a(x−2)(x−6),then8=a(32−2)(32−6)or8=a(−12)(−92)or8=94a or a=329.Case3:a>0;M and N on QR and P Oxx =4Here,KL=4,MN=8,and M and N have the same y-coordinate.Since the area of the trapezoid is36,then12h(KL+MN)=36or12h(4+8)=36or6h=36or h=6.Thus,N has coordinates(0,6).Since this point lies on the parabola with equation y=a(x−2)(x−6),then 6=a(0−2)(0−6)or6=12a or a=12.Therefore,the possible values of a are329and12.7.(a)Solution1Consider a population of100people,each of whom is75years old and who behave ac-cording to the probabilities given in the question.Each of the original100people has a50%chance of living at least another10years,so there will be50%×100=50of these people alive at age85.Each of the original100people has a20%chance of living at least another15years,so there will be20%×100=20of these people alive at age90.Since there is a25%(or14)chance that an80year old person will live at least another10years(that is,to age90),then there should be4times as many of these people alive at age80than at age90.Since there are20people alive at age90,then there are4×20=80of the original100 people alive at age80.In summary,of the initial100people of age75,there are80alive at age80,50alive at age85,and20people alive at age90.Because50of the80people alive at age80are still alive at age85,then the probability that an80year old person will live at least5more years(that is,to age85)is50=5,or 62.5%.Solution2Suppose that the probability that a75year old person lives to80is p,the probability that an80year old person lives to85is q,and the probability that an85year old person lives to90is r.We want to the determine the value of q.For a75year old person to live at least another10years,they must live another5years (to age80)and then another5years(to age85).The probability of this is equal to pq. We are told in the question that this is equal to50%or0.5.Therefore,pq=0.5.For a75year old person to live at least another15years,they must live another5years (to age80),then another5years(to age85),and then another5years(to age90).The probability of this is equal to pqr.We are told in the question that this is equal to20% or0.2.Therefore,pqr=0.2Similarly,since the probability that an80year old person will live another10years is25%,then qr=0.25.Since pqr=0.2and pq=0.5,then r=pqrpq=0.20.5=0.4.Since qr=0.25and r=0.4,then q=qrr=0.250.4=0.625.Therefore,the probability that an80year old man will live at least another5years is0.625,or62.5%.(b)Using logarithm rules,the given equation is equivalent to22log10x=3(2·2log10x)+16or(2log10x)2=6·2log10x+16.Set u=2log10x.Then the equation becomes u2=6u+16or u2−6u−16=0.Factoring,we obtain(u−8)(u+2)=0and so u=8or u=−2.Since2a>0for any real number a,then u>0and so we can reject the possibility that u=−2.Thus,u=2log10x=8which means that log10x=3.Therefore,x=1000.8.(a)First,we determine thefirst entry in the50th row.Since thefirst column is an arithmetic sequence with common difference3,then the50th entry in thefirst column(thefirst entry in the50th row)is4+49(3)=4+147=151.Second,we determine the common difference in the50th row by determining the second entry in the50th row.Since the second column is an arithmetic sequence with common difference5,then the 50th entry in the second column(that is,the second entry in the50th row)is7+49(5) or7+245=252.Therefore,the common difference in the50th row must be252−151=101.Thus,the40th entry in the50th row(that is,the number in the50th row and the40th column)is151+39(101)=151+3939=4090.(b)We follow the same procedure as in(a).First,we determine thefirst entry in the R th row.Since thefirst column is an arithmetic sequence with common difference3,then the R th entry in thefirst column(that is,thefirst entry in the R th row)is4+(R−1)(3)or 4+3R−3=3R+1.Second,we determine the common difference in the R th row by determining the second entry in the R th row.Since the second column is an arithmetic sequence with common difference5,then the R th entry in the second column(that is,the second entry in the R th row)is7+(R−1)(5) or7+5R−5=5R+2.Therefore,the common difference in the R th row must be(5R+2)−(3R+1)=2R+1.Thus,the C th entry in the R th row(that is,the number in the R th row and the C th column)is3R+1+(C−1)(2R+1)=3R+1+2RC+C−2R−1=2RC+R+C(c)Suppose that N is an entry in the table,say in the R th row and C th column.From(b),then N=2RC+R+C and so2N+1=4RC+2R+2C+1.Now4RC+2R+2C+1=2R(2C+1)+2C+1=(2R+1)(2C+1).Since R and C are integers with R≥1and C≥1,then2R+1and2C+1are each integers that are at least3.Therefore,2N+1=(2R+1)(2C+1)must be composite,since it is the product of two integers that are each greater than1.9.(a)If n=2011,then8n−7=16081and so √8n−7≈126.81.Thus,1+√8n−72≈1+126.812≈63.9.Therefore,g(2011)=2(2011)+1+8(2011)−72=4022+ 63.9 =4022+63=4085.(b)To determine a value of n for which f(n)=100,we need to solve the equation2n−1+√8n−72=100(∗)Wefirst solve the equation2x−1+√8x−72=100(∗∗)because the left sides of(∗)and(∗∗)do not differ by much and so the solutions are likely close together.We will try integers n in(∗)that are close to the solutions to(∗∗). Manipulating(∗∗),we obtain4x−(1+√8x−7)=2004x−201=√8x−7(4x−201)2=8x−716x2−1608x+40401=8x−716x2−1616x+40408=02x2−202x+5051=0By the quadratic formula,x=202±2022−4(2)(5051)2(2)=202±√3964=101±√992and so x≈55.47or x≈45.53.We try n=55,which is close to55.47:f(55)=2(55)−1+8(55)−72=110−1+√4332Since √433≈20.8,then1+√4332≈10.9,which gives1+√4332=10.Thus,f(55)=110−10=100.Therefore,a value of n for which f(n)=100is n=55.(c)We want to show that each positive integer m is in the range of f or the range of g ,butnot both.To do this,we first try to better understand the “complicated”term of each of the func-tions –that is,the term involving the greatest integer function.In particular,we start witha positive integer k ≥1and try to determine the positive integers n that give 1+√8n −72 =k .By definition of the greatest integer function,the equation 1+√8n −72 =k is equiv-alent to the inequality k ≤1+√8n −72<k +1,from which we obtain the following set of equivalent inequalities 2k ≤1+√8n −7<2k +22k −1≤√8n −7<2k +14k 2−4k +1≤8n −7<4k 2+4k +14k 2−4k +8≤8n <4k 2+4k +812(k 2−k )+1≤n <12(k 2+k )+1If we define T k =1k (k +1)=1(k 2+k )to be the k th triangular number for k ≥0,thenT k −1=12(k −1)(k )=12(k 2−k ).Therefore, 1+√8n −72 =k for T k −1+1≤n <T k +1.Since n is an integer,then 1+√8n −72=k is true for T k −1+1≤n ≤T k .When k =1,this interval is T 0+1≤n ≤T 1(or 1≤n ≤1).When k =2,this interval is T 1+1≤n ≤T 2(or 2≤n ≤3).When k =3,this interval is T 2+1≤n ≤T 3(or 4≤n ≤6).As k ranges over all positive integers,these intervals include every positive integer n and do not overlap.Therefore,we can determine the range of each of the functions f and g by examining the values f (n )and g (n )when n is in these intervals.For each non-negative integer k ,define R k to be the set of integers greater than k 2and less than or equal to (k +1)2.Thus,R k ={k 2+1,k 2+2,...,k 2+2k,k 2+2k +1}.For example,R 0={1},R 1={2,3,4},R 2={5,6,7,8,9},and so on.Every positive integer occurs in exactly one of these sets.Also,for each non-negative integer k define S k ={k 2+2,k 2+4,...,k 2+2k }and define Q k ={k 2+1,k 2+3,...,k 2+2k +1}.For example,S 0={},S 1={3},S 2={6,8},Q 0={1},Q 1={2,4},Q 2={5,7,9},and so on.Note that R k =Q k ∪S k so every positive integer occurs in exactly one Q k or in exactly one S k ,and that these sets do not overlap since no two S k ’s overlap and no two Q k ’s overlap and no Q k overlaps with an S k .We determine the range of the function g first.For T k −1+1≤n ≤T k ,we have 1+√8n −72=k and so 2T k −1+2≤2n ≤2T k 2T k −1+2+k ≤2n + 1+√8n −72 ≤2T k +k k 2−k +2+k ≤g (n )≤k 2+k +k k 2+2≤g (n )≤k 2+2kNote that when n is in this interval and increases by 1,then the 2n term causes the value of g (n )to increase by 2.Therefore,for the values of n in this interval,g (n )takes precisely the values k 2+2,k 2+4,k 2+6,...,k 2+2k .In other words,the range of g over this interval of its domain is precisely the set S k .As k ranges over all positive integers (that is,as these intervals cover the domain of g ),this tells us that the range of g is precisely the integers in the sets S 1,S 2,S 3,....(We could also include S 0in this list since it is the empty set.)We note next that f (1)=2− 1+√8−72 =1,the only element of Q 0.For k ≥1and T k +1≤n ≤T k +1,we have 1+√8n −72=k +1and so 2T k +2≤2n ≤2T k +12T k +2−(k +1)≤2n − 1+√8n −72 ≤2T k +1−(k +1)k 2+k +2−k −1≤f (n )≤(k +1)(k +2)−k −1k 2+1≤f (n )≤k 2+2k +1Note that when n is in this interval and increases by 1,then the 2n term causes the value of f (n )to increase by 2.Therefore,for the values of n in this interval,f (n )takes precisely the values k 2+1,k 2+3,k 2+5,...,k 2+2k +1.In other words,the range of f over this interval of its domain is precisely the set Q k .As k ranges over all positive integers (that is,as these intervals cover the domain of f ),this tells us that the range of f is precisely the integers in the sets Q 0,Q 1,Q 2,....Therefore,the range of f is the set of elements in the sets Q 0,Q 1,Q 2,...and the range of g is the set of elements in the sets S 0,S 1,S 2,....These ranges include every positive integer and do not overlap.10.(a)Suppose that ∠KAB =θ.Since ∠KAC =2∠KAB ,then ∠KAC =2θand ∠BAC =∠KAC +∠KAB =3θ.Since 3∠ABC =2∠BAC ,then ∠ABC =23×3θ=2θ.Since ∠AKC is exterior to AKB ,then ∠AKC =∠KAB +∠ABC =3θ.This gives the following configuration:BNow CAK is similar to CBA since the triangles have a common angle at C and ∠CAK =∠CBA .Therefore,AKBA=CACBordc=baand so d=bca.Also,CKCA=CACBora−xb=baand so a−x=b2aor x=a−b2a=a2−b2a,as required.(b)From(a),bc=ad and a2−b2=ax and so we obtainLS=(a2−b2)(a2−b2+ac)=(ax)(ax+ac)=a2x(x+c) andRS=b2c2=(bc)2=(ad)2=a2d2In order to show that LS=RS,we need to show that x(x+c)=d2(since a>0).Method1:Use the Sine LawFirst,we derive a formula for sin3θwhich we will need in this solution:sin3θ=sin(2θ+θ)=sin2θcosθ+cos2θsinθ=2sinθcos2θ+(1−2sin2θ)sinθ=2sinθ(1−sin2θ)+(1−2sin2θ)sinθ=3sinθ−4sin3θSince∠AKB=180◦−∠KAB−∠KBA=180◦−3θ,then using the Sine Law in AKB givesx sinθ=dsin2θ=csin(180◦−3θ)Since sin(180◦−X)=sin X,then sin(180◦−3θ)=sin3θ,and so x=d sinθsin2θandc=d sin3θsin2θ.This givesx(x+c)=d sinθsin2θd sinθsin2θ+d sin3θsin2θ=d2sinθsin22θ(sinθ+sin3θ)=d2sinθsin22θ(sinθ+3sinθ−4sin3θ)=d2sinθsin22θ(4sinθ−4sin3θ)=4d2sin2θsin22θ(1−sin2θ)=4d2sin2θcos2θsin22θ=4d2sin2θcos2θ(2sinθcosθ)2=4d2sin2θcos2θ4sin2θcos2θ=d2as required.We could have instead used the formula sin A +sin B =2sinA +B 2 cos A −B2 toshow that sin 3θ+sin θ=2sin 2θcos θ,from which sin θ(sin 3θ+sin θ)=sin θ(2sin 2θcos θ)=2sin θcos θsin 2θ=sin 22θMethod 2:Extend ABExtend AB to E so that BE =BK =x and join KE .ENow KBE is isosceles with ∠BKE =∠KEB .Since ∠KBA is the exterior angle of KBE ,then ∠KBA =2∠KEB =2θ.Thus,∠KEB =∠BKE =θ.But this also tells us that ∠KAE =∠KEA =θ.Thus, KAE is isosceles and so KE =KA =d.ESo KAE is similar to BKE ,since each has two angles equal to θ.Thus,KA BK =AE KE or d x =c +x dand so d 2=x (x +c ),as required.Method 3:Use the Cosine Law and the Sine LawWe apply the Cosine Law in AKB to obtainAK 2=BK 2+BA 2−2(BA )(BK )cos(∠KBA )d 2=x 2+c 2−2cx cos(2θ)d 2=x 2+c 2−2cx (2cos 2θ−1)Using the Sine Law in AKB ,we get x sin θ=d sin 2θor sin 2θsin θ=d x or 2sin θcos θsin θ=d x and so cos θ=d 2x.Combining these two equations,d2=x2+c2−2cx2d24x2−1d2=x2+c2−cd2x+2cxd2+cd2x=x2+2cx+c2d2+cd2x=(x+c)2xd2+cd2=x(x+c)2d2(x+c)=x(x+c)2d2=x(x+c)as required(since x+c=0).(c)Solution1Our goal is tofind a triple of positive integers that satisfy the equation in(b)and are the side lengths of a triangle.First,we note that if(A,B,C)is a triple of real numbers that satisfies the equation in(b)and k is another real number,then the triple(kA,kB,kC)also satisfies the equationfrom(b),since(k2A2−k2B2)(k2A2−k2B2+kAkC)=k4(A2−B2)(A2−B2+AC)=k4(B2C2)=(kB)2(kC)2 Therefore,we start by trying tofind a triple(a,b,c)of rational numbers that satisfies the equation in(b)and forms a triangle,and then“scale up”this triple to form a triple (ka,kb,kc)of integers.To do this,we rewrite the equation from(b)as a quadratic equation in c and solve for c using the quadratic formula.Partially expanding the left side from(b),we obtain(a2−b2)(a2−b2)+ac(a2−b2)=b2c2which we rearrange to obtainb2c2−c(a(a2−b2))−(a2−b2)2=0By the quadratic formula,c=a(a2−b2)±a2(a2−b2)2+4b2(a2−b2)22b2=a(a2−b2)±(a2−b2)2(a2+4b2)2b2Since∠BAC>∠ABC,then a>b and so a2−b2>0,which givesc=a(a2−b2)±(a2−b2)√a2+4b22b2=(a2−b2)2b2(a±√a2+4b2)Since a2+4b2>0,then √a2+4b2>a,so the positive root isc=(a2−b2)2b2(a+a2+(2b)2)We try to find integers a and b that give a rational value for c .We will then check to see if this triple (a,b,c )forms the side lengths of a triangle,and then eventually scale these up to get integer values.One way for the value of c to be rational (and in fact the only way)is for a 2+(2b )2to be an integer,or for a and 2b to be the legs of a Pythagorean triple.Since √32+42is an integer,then we try a =3and b =2,which givesc =(32−22)2·22(3+√32+42)=5and so (a,b,c )=(3,2,5).Unfortunately,these lengths do not form a triangle,since 3+2=5.(The Triangle Inequality tells us that three positive real numbers a ,b and c form a triangle if and only if a +b >c and a +c >b and b +c >a .)We can continue to try small Pythagorean triples.Now 152+82=172,but a =15and b =4do not give a value of c that forms a triangle with a and b .However,162+302=342,so we can try a =16and b =15which givesc =(162−152)2·152(16+√162+302)=31450(16+34)=319Now the lengths (a,b,c )=(16,15,319)do form the sides of a triangle since a +b >c and a +c >b and b +c >a .Since these values satisfy the equation from (b),then we can scale them up by a factor of k =9to obtain the triple (144,135,31)which satisfies the equation from (b)and are the side lengths of a triangle.(Using other Pythagorean triples,we could obtain other triples of integers that work.)Solution 2We note that the equation in (b)involves only a ,b and c and so appears to depend only on the relationship between the angles ∠CAB and ∠CBA in ABC .Using this premise,we use ABC ,remove the line segment AK and draw the altitude CF .CBA 3θ2θb aa c os 2θbc os 3θF Because we are only looking for one triple that works,we can make a number of assump-tions that may or may not be true in general for such a triangle,but which will help us find an example.We assume that 3θand 2θare both acute angles;that is,we assume that θ<30◦.In ABC ,we have AF =b cos 3θ,BF =a cos 2θ,and CF =b sin 3θ=a sin 2θ.Note also that c =b cos 3θ+a cos 2θ.One way to find the integers a,b,c that we require is to look for integers a and b and an angle θwith the properties that b cos 3θand a cos 2θare integers and b sin 3θ=a sin 2θ.Using trigonometric formulae,sin 2θ=2sin θcos θcos 2θ=2cos 2θ−1sin 3θ=3sin θ−4sin 3θ(from the calculation in (a),Solution 1,Method 1)cos 3θ=cos(2θ+θ)=cos 2θcos θ−sin 2θsin θ=(2cos 2θ−1)cos θ−2sin 2θcos θ=(2cos 2θ−1)cos θ−2(1−cos 2θ)cos θ=4cos 3θ−3cos θSo we can try to find an angle θ<30◦with cos θa rational number and then integers a and b that make b sin 3θ=a sin 2θand ensure that b cos 3θand a cos 2θare integers.Since we are assuming that θ<30◦,then cos θ>√32≈0.866.The rational number with smallest denominator that is larger than √32is 78,so we try the acute angle θwith cos θ=7.In this case,sin θ=√1−cos 2θ=√158,and sosin 2θ=2sin θcos θ=2×78×√158=7√1532cos 2θ=2cos 2θ−1=2×4964−1=1732sin 3θ=3sin θ−4sin 3θ=3×√158−4×15√15512=33√15128cos 3θ=4cos 3θ−3cos θ=4×343512−3×78=7128To have b sin 3θ=a sin 2θ,we need 33√15128b =7√1532a or 33b =28a .To ensure that b cos 3θand a cos 2θare integers,we need 7128b and 1732a to be integers,andso a must be divisible by 32and b must be divisible by 128.The integers a =33and b =28satisfy the equation 33b =28a .Multiplying each by 32gives a =1056and b =896which satisfy the equation 33b =28a and now have the property that b is divisible by 128(with quotient 7)and a is divisible by 32(with quotient 33).With these values of a and b ,we obtain c =b cos 3θ+a cos 2θ=896×7128+1056×1732=610.We can then check that the triple (a,b,c )=(1056,896,610)satisfies the equation from(b),as required.As in our discussion in Solution 1,each element of this triple can be divided by 2to obtain the “smaller”triple (a,b,c )=(528,448,305)that satisfies the equation too.Using other values for cos θand integers a and b ,we could obtain other triples (a,b,c )of integers that work.。
2010PascalSolution滑铁卢竞赛题答案

1.In cents,thefive given choices are50,90,95,101,and115cents.The differences between each of these and$1.00(or100cents),in cents,are100−50=50100−90=10100−95=5101−100=1115−100=15 The difference between$1.01and$1.00is the smallest(1cent),so$1.01is closest to$1.00.Answer:(D) ing the correct order of operations,(20−16)×(12+8)4=4×204=804=20Answer:(C)3.We divide the750mL offlour into portions of250mL.We do this by calculating750÷250=3.Therefore,750mL is three portions of250mL.Since50mL of milk is required for each250mL offlour,then3×50=150mL of milk is required in total.Answer:(C) 4.There are8figures in total.Of these,3are triangles.Therefore,the probability is3.Answer:(A) 5.We simplify the left side and express it as a fraction with numerator1:1 9+118=218+118=318=16Therefore,the number that replaces the is6.Answer:(C) 6.There are16horizontal segments on the perimeter.Each has length1,so the horizontalsegments contribute16to the perimeter.There are10vertical segments on the perimeter.Each has length1,so the vertical segments contribute10to the perimeter.Therefore,the perimeter is10+16=26.(We could arrive at this total instead by starting at afixed point and travelling around the outside of thefigure counting the number of segments.)Answer:(E) 7.Since33=3×3×3=3×9=27,then√33+33+33=√27+27+27=√81=9Answer:(B)8.The difference between the two given numbers is7.62−7.46=0.16.This length of the number line is divided into8equal segments.The length of each of these segments is thus0.16÷8=0.02.Point P is three of these segments to the right of7.46.Thus,the number represented is7.46+3(0.02)=7.46+0.06=7.52.Answer:(E)9.A 12by 12grid of squares will have 11interior vertical lines and 11interior horizontal lines.(In the given 4by 4example,there are 3interior vertical lines and 3interior horizontal lines.)Each of the 11interior vertical lines intersects each of the 11interior horizontal lines and creates an interior intersection point.Thus,each interior vertical line accounts for 11intersection points.Therefore,the number of interior intersection points is 11×11=121.Answer:(B)10.Because the central angle for the interior sector “Less than 1hour”is 90◦,then the fraction of the students who do less than 1hour of homework per day is 90◦360◦=14.In other words,25%of the students do less than 1hour of homework per day.Therefore,100%−25%=75%of the students do at least 1hour of homework per day.Answer:(E)11.Solution 1Since there is more than 1four-legged table,then there are at least 2four-legged tables.Since there are 23legs in total,then there must be fewer than 6four-legged tables,since 6four-legged tables would have 6×4=24legs.Thus,there are between 2and 5four-legged tables.If there are 2four-legged tables,then these tables account for 2×4=8legs,leaving 23−8=15legs for the three-legged tables.Since 15is divisible by 3,then this must be the solution,so there are 15÷3=5three-legged tables.(We can check that if there are 3or 4four-legged tables,then the number of remaining legs is not divisible by 3,and if there are 5four-legged tables,then there is only 1three-legged table,which is not allowed.)Solution 2Since there is more than 1table of each type,then there are at least 2three-legged tables and 2four-legged tables.These tables account for 2(3)+2(4)=14legs.There are 23−14=9more legs that need to be accounted for.These must come from a combination of three-legged and four-legged tables.The only way to make 9from 3s and 4s is to use three 3s.Therefore,there are 2+3=5three-legged tables and 2four-legged tables.Answer:(E)12.Solution 1The total area of the rectangle is 3×4=12.The total area of the shaded regions equals the total area of the rectangle (12)minus the area of the unshaded region.The unshaded region is a triangle with base of length 1and height 4;the area of this region is 12(1)(4)=2.Therefore,the total area of the shaded regions is 12−2=10.Solution 2The shaded triangle on the left has base of length 2and height of length 4,so has an area of 12(2)(4)=4.The shaded triangle on the right has base of length3(at the top)and height of length4,sohas an area of12(3)(4)=6.Therefore,the total area of the shaded regions is4+6=10.Answer:(C)13.Since the ratio of boys to girls at Cayley H.S.is3:2,then33+2=35of the students at CayleyH.S.are boys.Thus,there are35(400)=12005=240boys at Cayley H.S.Since the ratio of boys to girls at Fermat C.I.is2:3,then22+3=25of the students at FermatC.I.are boys.Thus,there are25(600)=12005=240boys at Fermat C.I.There are400+600=1000students in total at the two schools.Of these,240+240=480are boys,and so the remaining1000−480=520students are girls.Therefore,the overall ratio of boys to girls is480:520=48:52=12:13.Answer:(B) 14.When the given net is folded,the face numbered5will be opposite the face numbered1.Therefore,the remaining four faces share an edge with the face numbered1,so the product of the numbers is2×3×4×6=144.Answer:(B)15.The percentage10%is equivalent to the fraction110.Therefore,t=110s,or s=10t.Answer:(D)16.Since the base of the folded box measures5cm by4cm,then the area of the base of the boxis5(4)=20cm2.Since the volume of the box is60cm3and the area of the base is20cm2,then the height of the box is60=3cm.Therefore,each of the four identical squares has side length3cm,because the edges of these squares form the vertical edges of thebox.Therefore,the rectangular sheet measures3+5+3=11cm by3+4+3=10cm,and so has area11(10)=110cm2.Answer:(B) 17.Solution1Since SUR is a straight line,then∠RUV=180◦−∠SUV=180◦−120◦=60◦.Since P W and QX are parallel,then∠RV W=∠V T X=112◦.Since UV W is a straight line,then∠RV U=180◦−∠RV W=180◦−112◦=68◦.Since the measures of the angles in a triangle add to180◦,then∠URV=180◦−∠RUV−∠RV U=180◦−60◦−68◦=52◦Solution2Since SUR is a straight line,then∠RUV=180◦−∠SUV=180◦−120◦=60◦.Since P W and QX are parallel,then∠RST=∠RUV=60◦.Since ST X is a straight line,then∠RT S=180◦−∠V T X=180◦−112◦=68◦.Since the measures of the angles in a triangle add to180◦,then∠URV=∠SRT=180◦−∠RST−∠RT S=180◦−60◦−68◦=52◦Answer:(A) 18.Solution1When Catherine adds30litres of gasoline,the tank goes from18full to34full.Since34−18=68−18=58,then58of the capacity of the tank is30litres.Thus,18of the capacity of the tank is30÷5=6litres.Also,the full capacity of the tank is8×6=48litres.Tofill the remaining14of the tank,Catherine must add an additional14×48=12litres of gas.Because each litre costs$1.38,it will cost12×$1.38=$16.56tofill the rest of the tank. Solution2Suppose that the capacity of the gas tank is x litres.Starting with1of a tank,30litres of gas makes the tank3full,so1x+30=3x or5x=30or x=48.The remaining capacity of the tank is14x=14(48)=12litres.At$1.38per litre,it will cost Catherine12×$1.38=$16.56tofill the rest of the tank.Answer:(C) 19.The area of a semi-circle with radius r is1πr2so the area of a semi-circle with diameter d is1 2π(12d)2=18πd2.The semicircles with diameters UV,V W,W X,XY,and Y Z each have equal diameter andthus equal area.The area of each of these semicircles is18π(52)=258π.The large semicircle has diameter UZ=5(5)=25,so has area18π(252)=6258π.The shaded area equals the area of the large semicircle,minus the area of two small semicircles, plus the area of three small semicircles,which equals the area of the large semicircle plus the area of one small semicircle.Therefore,the shaded area equals6258π+258π=6508π=3254π.Answer:(A)20.The sum of the odd numbers from5to21is5+7+9+11+13+15+17+19+21=117Therefore,the sum of the numbers in any row is one-third of this total,or39.This means as well that the sum of the numbers in any column or diagonal is also39.Since the numbers in the middle row add to39,then the number in the centre square is 39−9−17=13.Since the numbers in the middle column add to39,then the number in the middle square in the bottom row is39−5−13=21.591317x21Since the numbers in the bottom row add to39,then the number in the bottom right square is39−21−x=18−x.Since the numbers in the bottom left to top right diagonal add to39,then the number in the top right square is39−13−x=26−x.Since the numbers in the rightmost column add to39,then(26−x)+17+(18−x)=39or 61−2x=39or2x=22,and so x=11.We can complete the magic square as follows:195159131711217Answer:(B) 21.We label the numbers in the empty boxes as y and z,so the numbers in the boxes are thus8,y,z,26,x.Since the average of z and x is26,then x+z=2(26)=52or z=52−x.We rewrite the list as8,y,52−x,26,x.Since the average of26and y is52−x,then26+y=2(52−x)or y=104−26−2x=78−2x.We rewrite the list as8,78−2x,52−x,26,x.Since the average of8and52−x is78−2x,then8+(52−x)=2(78−2x)60−x=156−4x3x=96x=32Therefore,x=32.Answer:(D) 22.Since JKLM is a rectangle,then the angles at J and K are each90◦,so each of SJP andQKP is right-angled.By the Pythagorean Theorem in SJP,we haveSP2=JS2+JP2=522+392=2704+1521=4225Since SP>0,then SP=√4225=65.Since P QRS is a rhombus,then P Q=P S=65.By the Pythagorean Theorem in QKP,we haveKP2=P Q2−KQ2=652−252=4225−625=3600Since KP>0,then KP=√3600=60.(Instead of using the Pythagorean Theorem,we could note instead that SJP is a scaled-up version of a3-4-5right-angled triangle and that QKP is a scaled-up version of a5-12-13 right-angled triangle.This would allow us to use the known ratios of side lengths to calculate the missing side length.)Since KQ and P Z are parallel and P K and W Q are parallel,then P KQW is a rectangle,andso P W=KQ=25.Similarly,JP ZS is a rectangle and so P Z=JS=52.Thus,W Z=P Z−P W=52−25=27.Also,SY RM is a rectangle.Since JM and KL are parallel(JKLM is a rectangle),JK and ML are parallel,and P Q and SR are parallel(P QRS is a rhombus),then∠MSR=∠KQP and∠SRM=∠QP K.Since SMR and QKP have two equal angles,then their third angles must be equal too.Thus,the triangles have the same proportions.Since the hypotenuses of the triangles are equal, then the triangles must in fact be exactly the same size;that is,the lengths of the corresponding sides must be equal.(We say that SMR is congruent to QKP by“angle-side-angle”.) In particular,MR=KP=60.Thus,ZY=SY−SZ=MR−JP=60−39=21.Therefore,the perimeter of rectangle W XY Z is2(21)+2(27)=96.Answer:(D) 23.First,we note that2010=10(201)=2(5)(3)(67)and so20102=223252672.Consider N consecutive four-digit positive integers.For the product of these N integers to be divisible by20102,it must be the case that two different integers are divisible by67(which would mean that there are at least68integers in the list)or one of the integers is divisible by672.Since we want to minimize N(and indeed because none of the answer choices is at least68), we look for a list of integers in which one is divisible by672=4489.Since the integers must all be four-digit integers,then the only multiples of4489the we must consider are4489and8978.First,we consider a list of N consecutive integers including4489.Since the product of these integers must have2factors of5and no single integer within10 of4489has a factor of25,then the list must include two integers that are multiples of5.To minimize the number of integers in the list,we try to include4485and4490.Thus our candidate list is4485,4486,4487,4488,4489,4490.The product of these integers includes2factors of67(in4489),2factors of5(in4485and 4490),2factors of2(in4486and4488),and2factors of3(since each of4485and4488is divisible by3).Thus,the product of these6integers is divisible by20102.Therefore,the shortest possible list including4489has length6.Next,we consider a list of N consecutive integers including8978.Here,there is a nearby integer containing2factors of5,namely8975.So we start with the list8975,8976,8977,8978and check to see if it has the required property.The product of these integers includes2factors of67(in8978),2factors of5(in8975),and2 factors of2(in8976).However,the only integer in this list divisible by3is8976,which has only1factor of3.To include a second factor of3,we must include a second multiple of3in the list.Thus,we extend the list by one number to8979.Therefore,the product of the numbers in the list8975,8976,8977,8978,8979is a multiple of 20102.The length of this list is5.Thus,the smallest possible value of N is5.(Note that a quick way to test if an integer is divisible by3is to add its digit and see if this total is divisible by3.For example,the sum of the digits of8979is33;since33is a multiple of3,then8979is a multiple of3.)Answer:(A)24.We label the terms x1,x2,x3,...,x2009,x2010.Suppose that S is the sum of the odd-numbered terms in the sequence;that is,S=x1+x3+x5+···+x2007+x2009We know that the sum of all of the terms is5307;that is,x1+x2+x3+···+x2009+x2010=5307Next,we pair up the terms:each odd-numbered term with the following even-numbered term.That is,we pair thefirst term with the second,the third term with the fourth,and so on,until we pair the2009th term with the2010th term.There are1005such pairs.In each pair,the even-numbered term is one bigger than the odd-numbered term.That is, x2−x1=1,x4−x3=1,and so on.Therefore,the sum of the even-numbered terms is1005greater than the sum of the odd-numbered terms.Thus,the sum of the even-numbered terms is S+1005.Since the sum of all of the terms equals the sum of the odd-numbered terms plus the sum of the even-numbered terms,then S+(S+1005)=5307or2S=4302or S=2151.Thus,the required sum is2151.Answer:(C) 25.Before we answer the given question,we determine the number of ways of choosing3objectsfrom5objects and the number of ways of choosing2objects from5objects.Consider5objects labelled B,C,D,E,F.The possible pairs are:BC,BD,BE,BF,CD,CE,CF,DE,DF,EF.There are10such pairs.The possible triples are:DEF,CEF,CDF,CDE,BEF,BDF,BDE,BCF,BCE,BCD.There are10such triples.(Can you see why there are the same number of pairs and triples?)Label the six teams A,B,C,D,E,F.We start by considering team A.Team A plays3games,so we must choose3of the remaining5teams for A to play.As we saw above,there are10ways to do this.Without loss of generality,we pick one of these sets of3teams for A to play,say A plays B,C and D.We keep track of everything by drawing diagrams,joining the teams that play each other witha line.Thus far,we haveAB C DThere are two possible cases now–either none of B,C and D play each other,or at least one pair of B,C,D plays each other.Case1:None of the teams that play A play each otherIn the configuration above,each of B,C and D play two more games.They already play A and cannot play each other,so they must each play E and F.This givesAE FB C DNo further choices are possible.There are10possible schedules in this type of configuration.These10combinations come from choosing the3teams that play A.Case2:Some of the teams that play A play each otherHere,at least one pair of the teams that play A play each other.Given the teams B,C and D playing A,there are3possible pairs(BC,BD,CD).We pick one of these pairs,say BC.(This gives10×3=30configurations so far.)AB C DIt is now not possible for B or C to also play D.If it was the case that C,say,played D,then we would have the configurationAB C DE FHere,A and C have each played3games and B and D have each played2games.Teams E and F are unaccounted for thus far.They cannot both play3games in this configuration as the possible opponents for E are B,D and F,and the possible opponents for F are B,D and E,with the“B”and“D”possibilities only to be used once.A similar argument shows thatB cannot play D.Thus,B or C cannot also play D.So we have the configurationAB C DHere,A has played3games,B and C have each played2games,and D has played1game.B andC must play1more game and cannot playD or A.They must play E and F in some order.There are2possible ways to assign these games(BE and CF,or BF and CE.)This gives30×2=60configurations so far.Suppose that B plays E and C plays F.AB C DE FSo far,A,B and C each play3games and E,F and D each play1game.The only way to complete the configuration is to join D,E and F.AB C DE FTherefore,there are60possible schedules in this case.In total,there are10+60=70possible schedules.Answer:(E)。
滑铁卢数学竞赛

滑铁卢数学竞赛1、21.|x|>3表示的区间是()[单选题] *A.(-∞,3)B.(-3,3)C. [-3,3]D. (-∞,-3)∪(3,+ ∞)(正确答案)2、15.下列数中,是无理数的为()[单选题] *A.-3.14B.6/11C.√3(正确答案)D.03、9.一棵树在离地5米处断裂,树顶落在离树根12米处,问树断之前有多高()[单选题] *A. 17(正确答案)B. 17.5C. 18D. 204、若tan(π-α)>0且cosα>0,则角α的终边在()[单选题] *A.第一象限B.第二象限C.第三象限D.第四象限(正确答案)5、下列说法正确的是[单选题] *A.带“+”号和带“-”号的数互为相反数B.数轴上原点两侧的两个点表示的数是相反数C.和一个点距离相等的两个点所表示的数一定互为相反数D.一个数前面添上“-”号即为原数的相反数(正确答案)6、16、在中,则( ). [单选题] *A. AB<2AC (正确答案)B. AB=2ACC. AB>2ACD. AB与2AC关系不确定7、260°是第()象限角?[单选题] *第一象限第二象限第三象限(正确答案)第四象限8、4.已知两圆的半径分别为3㎝和4㎝,两个圆的圆心距为10㎝,则两圆的位置关系是()[单选题] *A.内切B.相交C.外切D.外离(正确答案)9、下列各角中,是界限角的是()[单选题] *A. 1200°B. -1140°C. -1350°(正确答案)D. 1850°10、下列各对象可以组成集合的是()[单选题] *A、与1非常接近的全体实数B、与2非常接近的全体实数(正确答案)C、高一年级视力比较好的同学D、与无理数相差很小的全体实数11、若2?=a2=4 ?,则a?等于( ) [单选题] *A. 43B. 82C. 83(正确答案)D. 4?12、47、若△ABC≌△DEF,AB=2,AC=4,且△DEF的周长为奇数,则EF的值为()[单选题] *A.3B.4C.1或3D.3或5(正确答案)13、8. 下列事件中,不可能发生的事件是(? ? ).[单选题] *A.明天气温为30℃B.学校新调进一位女教师C.大伟身长丈八(正确答案)D.打开电视机,就看到广告14、3.中国是最早采用正负数表示相反意义的量,并进行负数运算的国家.若零上10℃记作+10℃,则零下10℃可记作()[单选题] *A.10℃B.0℃C.-10 ℃(正确答案)D.-20℃15、19.对于实数a、b、c,“a>b”是“ac2(c平方)>bc2(c平方) ; ”的()[单选题] * A.充分不必要条件B.必要不充分条件(正确答案)C.充要条件D.既不充分也不必要条件16、22.如图棋盘上有黑、白两色棋子若干,找出所有使三颗颜色相同的棋在同一直线上的直线,满足这种条件的直线共有()[单选题] *A.5条(正确答案)B.4条C.3条D.2条17、f(x)=-2x+5在x=1处的函数值为()[单选题] *A、-3B、-4C、5D、3(正确答案)18、10. 如图所示,小明周末到外婆家,走到十字路口处,记不清哪条路通往外婆家,那么他一次选对路的概率是(? ? ?).[单选题] *A.1/2B.1/3(正确答案)C.1/4D.119、15.如图所示,下列数轴的画法正确的是()[单选题] *A.B.C.(正确答案)D.20、-950°是()[单选题] *A. 第一象限角B. 第二象限角(正确答案)C. 第三象限角D. 第四象限角21、1.如图,∠AOB=120°,∠AOC=∠BOC,OM平分∠BOC,则∠AOM的度数为()[单选题] *A.45°B.65°C.75°(正确答案)D.80°22、27.下列计算正确的是()[单选题] *A.(﹣a3)2=a6(正确答案)B.3a+2b=5abC.a6÷a3=a2D.(a+b)2=a2+b223、16.“x2(x平方)-4x-5=0”是“x=5”的( ) [单选题] *A.充分不必要条件B.必要不充分条件(正确答案)C.充要条件D.既不充分也不必要条件24、19.下列两个数互为相反数的是()[单选题] *A.(﹣)和﹣(﹣)B.﹣5和(正确答案)C.π和﹣14D.+20和﹣(﹣20)25、13.在数轴上,下列四个数中离原点最近的数是()[单选题] *A.﹣4(正确答案)B.3C.﹣2D.626、14.命题“?x∈R,?n∈N*,使得n≥x2(x平方)”的否定形式是()[单选题] * A.?x∈R,?n∈N*,使得n<x2B.?x∈R,?x∈N*,使得n<x2C.?x∈R,?n∈N*,使得n<x2D.?x∈R,?n∈N*,使得n<x2(正确答案)27、8.(2020·课标Ⅱ)已知集合U={-2,-1,0,1,2,3},A={-1,0,1},B={1,2},则?U(A∪B)=( ) [单选题] *A.{-2,3}(正确答案)B.{-2,2,3}C.{-2,-1,0,3}D.{-2,-1,0,2,3}28、7人小组选出2名同学作正副组长,共有选法()种。
Fermat滑铁卢数学竞赛(Grade 11)-数学Mathematics-2002-试题 exam

Canadian Instituteof Actuaries Chartered AccountantsSybasei Anywhere SolutionsScoring:There is no penalty for an incorrect answer.Each unanswered question is worth 2, to a maximum of 10 unanswered questions.Part A: Each correct answer is worth 5.1.If x =3, the numerical value of 522–x is(A ) –1(B ) 27(C ) –13(D )–31(E ) 32.332232++ is equal to(A ) 3(B ) 6(C ) 2(D )32(E ) 53.If it is now 9:04 a.m., in 56 hours the time will be(A ) 9:04 a.m.(B ) 5:04 p.m.(C ) 5:04 a.m.(D ) 1:04 p.m.(E ) 1:04 a.m.4.Which one of the following statements is not true?(A ) 25 is a perfect square.(B ) 31 is a prime number.(C ) 3 is the smallest prime number.(D ) 8 is a perfect cube.(E ) 15 is the product of two prime numbers.5. A rectangular picture of Pierre de Fermat, measuring 20 cmby 40 cm, is positioned as shown on a rectangular postermeasuring 50 cm by 100 cm. What percentage of the areaof the poster is covered by the picture?(A ) 24%(B ) 16%(C ) 20%(D ) 25%(E ) 40%6.Gisa is taller than Henry but shorter than Justina. Ivan is taller than Katie but shorter than Gisa. Thetallest of these five people is(A ) Gisa (B ) Henry (C ) Ivan (D ) Justina (E ) Katie7. A rectangle is divided into four smaller rectangles. Theareas of three of these rectangles are 6, 15 and 25, as shown.The area of the shaded rectangle is(A ) 7(B ) 15(C ) 12(D ) 16(E) 108.In the diagram, ABCD and DEFG are squares with equal side lengths, and ∠=°DCE 70. The value of y is (A ) 120(B ) 160(C ) 130(D ) 110(E ) 1409.The numbers 1 through 20 are written on twenty golf balls, with one number on each ball. The golfballs are placed in a box, and one ball is drawn at random. If each ball is equally likely to be drawn,what is the probability that the number on the golf ball drawn is a multiple of 3?(A )320(B )620(C )1020(D )520(E )12010.ABCD is a square with AB x =+16 and BC x =3, as shown.The perimeter of ABCD is(A ) 16(B ) 32(C ) 96(D ) 48(E ) 24Part B: Each correct answer is worth 6.11. A line passing through the points 02,−() and 10,() also passes through the point 7,b (). The numericalvalue of b is(A ) 12(B )92(C ) 10(D ) 5(E ) 1412.How many three-digit positive integers are perfect squares?(A ) 23(B ) 22(C ) 21(D ) 20(E ) 1913. A “double-single” number is a three-digit number made up of two identical digits followed by adifferent digit. For example, 553 is a double-single number. How many double-single numbers are there between 100 and 1000?(A ) 81(B ) 18(C ) 72(D ) 64(E ) 9014.The natural numbers from 1 to 2100 are entered sequentially in 7 columns, with the first 3 rows asshown. The number 2002 occurs in column m and row n . The value of m n + isColumn 1Column 2Column 3Column 4Column 5Column 6Column 7Row 1 1 2 3 4 5 6 7Row 2 8 91011121314Row 315161718192021M M M M M M M M(A ) 290(B ) 291(C ) 292(D ) 293(E ) 294x + 163xA BD C15.In a sequence of positive numbers, each term after the first two terms is the sum of all of the previousterms . If the first term is a ,the second term is 2, and the sixth term is 56, then the value of a is(A ) 1(B ) 2(C ) 3(D ) 4(E ) 516.If ac ad bc bd +++=68 and c d +=4, what is the value of a b c d +++?(A ) 17(B ) 85(C ) 4(D ) 21(E ) 6417.The average age of a group of 140 people is 24. If the average age of the males in the group is 21 andthe average age of the females is 28, how many females are in the group?(A ) 90(B ) 80(C ) 70(D ) 60(E ) 5018. A rectangular piece of paper AECD has dimensions 8 cm by 11 cm. Corner E is folded onto point F , which lies on DC ,as shown. The perimeter of trapezoid ABCD is closest to (A ) 33.3 cm (B ) 30.3 cm (C ) 30.0 cm(D ) 41.3 cm (E ) 35.6 cm 19.If 238610a b =(), where a and b are integers, then b a − equals(A ) 0(B ) 23(C )−13(D )−7(E )−320.In the diagram, YQZC is a rectangle with YC =8 and CZ = 15. Equilateral triangles ABC and PQR , each withside length 9, are positioned as shown with R and B on sidesYQ and CZ , respectively. The length of AP is (A ) 10(B )117(C ) 9(D ) 8(E )72Part C: Each correct answer is worth 8.21.If 31537521219⋅⋅⋅⋅+−=L n n , then the value of n is(A ) 38(B ) 1(C ) 40(D ) 4(E ) 3922.The function f x () has the property that f x y f x f y xy +()=()+()+2, for all positive integers x and y .If f 14()=, then the numerical value of f 8() is(A ) 72(B ) 84(C ) 88(D ) 64(E ) 80continued ...Figure 1Figure 223.The integers from 1 to 9 are listed on a blackboard. If an additional m eights and k nines are added tothe list, the average of all of the numbers in the list is 7.3. The value of k m + is(A ) 24(B ) 21(C ) 11(D ) 31(E ) 8924. A student has two open-topped cylindrical containers. (Thewalls of the two containers are thin enough so that theirwidth can be ignored.) The larger container has a height of20 cm, a radius of 6 cm and contains water to a depth of 17cm. The smaller container has a height of 18 cm, a radius of5 cm and is empty. The student slowly lowers the smallercontainer into the larger container, as shown in the cross-section of the cylinders in Figure 1. As the smaller container is lowered, the water first overflows out of the larger container (Figure 2) and then eventually pours into thesmaller container. When the smaller container is resting onthe bottom of the larger container, the depth of the water in the smaller container will be closest to(A ) 2.82 cm (B ) 2.84 cm (C ) 2.86 cm(D ) 2.88 cm (E ) 2.90 cm25.The lengths of all six edges of a tetrahedron are integers. The lengths of five of the edges are 14, 20,40, 52, and 70. The number of possible lengths for the sixth edge is(A ) 9(B ) 3(C ) 4(D ) 5(E ) 6。
欧几里得滑铁卢数学竞赛_2006EuclidSolution

From this form, we immediately see that the coordinates of the vertex are (21, −1).
(c) Solution 1 To determine B, the point of intersection of the lines y = x and x + 2y = 12, we set y = x in the second equation to obtain x + 2x = 12 or 3x = 12 or x = 4.
3. (a) Answer: (21, −1)
Solution 1
The x-intercepts of the given parabola are x = 20 and x = 22.
The x-coordinate of the vertex of the parabola is the average of the x-intercepts, or
10A + B
resulting number is
.
10
So we want to determine A and B so that
10A + B
A+B
=
10
2
10A + B = 5(A + B)
5A = 4B
Since A and B are digits such that 5A = 4B, then A = 4 and B = 5 is the only possibility. Therefore, n = 45. (We can quickly check that the average of the digits of n is 4.5, the number obtained by putting a decimal point between the digits of n.)
2014-2012加拿大滑铁卢大学11年级数学竞赛试题

1.For real numbers a and b with a≥0and b≥0,the operation is defined bya b=√a+4b.For example,5 1=5+4(1)=√9=3.(a)What is the value of8 7?(b)If16 n=10,what is the value of n?(c)Determine the value of(9 18) 10.(d)With justification,determine all possible values of k such that k k=k.2.Each week,the MathTunes Music Store releases a list of the Top200songs.A newsong“Recursive Case”is released in time to make it onto the Week1list.The song’s position,P,on the list in a certain week,w,is given by the equation P=3w2−36w+110.The week number w is always a positive integer.(a)What position does the song have on week1?(b)Artists want their song to reach the best position possible.The closer that theposition of a song is to position#1,the better the position.(i)What is the best position that the song“Recursive Case”reaches?(ii)On what week does this song reach its best position?(c)What is the last week that“Recursive Case”appears on the Top200list?3.A pyramid ABCDE has a square base ABCD of side length 20.Vertex E lies on theline perpendicular to the base that passes through F ,the centre of the base ABCD .It is given that EA =EB =EC =ED =18.(a)Determine the surface area of the pyramidABCDEincluding its base.(b)Determine the height EF of the pyramid.A B C D EF 2018(c)G and H are the midpoints of ED and EA ,respectively.Determine the area of thequadrilateral BCGH .4.The triple ofpositive integers (x,y,z )is called an Almost Pythagorean Triple (or APT)if x >1and y >1and x 2+y 2=z 2+1.For example,(5,5,7)is an APT.(a)Determine the values of y and z so that (4,y,z )is an APT.(b)Prove that for any triangle whose side lengths form an APT,the area of thetriangle is not an integer.(c)Determine two 5-tuples (b,c,p,q,r )of positive integers with p ≥100for which(5t +p,bt +q,ct +r )is an APT for all positive integers t .1.At the JK Mall grand opening,some lucky shoppers are able to participate in a moneygiveaway.A large box has beenfilled with many$5,$10,$20,and$50bills.The lucky shopper reaches into the box and is allowed to pull out one handful of bills.(a)Rad pulls out at least two bills of each type and his total sum of money is$175.What is the total number of bills that Rad pulled out?(b)Sandy pulls out exactlyfive bills and notices that she has at least one bill of eachtype.What are the possible sums of money that Sandy could have?(c)Lino pulls out six or fewer bills and his total sum of money is$160.There areexactly four possibilities for the number of each type of bill that Lino could have.Determine these four possibilities.2.A parabola has equation y=(x−3)2+1.(a)What are the coordinates of the vertex of the parabola?(b)A new parabola is created by translating the original parabola3units to the leftand3units up.What is the equation of the translated parabola?(c)Determine the coordinates of the point of intersection of these two parabolas.(d)The parabola with equation y=ax2+4,a<0,touches the parabola withequation y=(x−3)2+1at exactly one point.Determine the value of a.3.A sequence of m P’s and n Q’s with m>n is called non-predictive if there is some pointin the sequence where the number of Q’s counted from the left is greater than or equal to the number of P’s counted from the left.For example,if m=5and n=2the sequence PPQQPPP is non-predictive because in counting thefirst four letters from the left,the number of Q’s is equal to the number of P’s.Also,the sequence QPPPQPP is non-predictive because in counting thefirst letterfrom the left,the number of Q’s is greater than the number ofP’s.(a)If m=7and n=2,determine the number of non-predictive sequences that beginwith P.(b)Suppose that n=2.Show that for every m>2,the number of non-predictivesequences that begin with P is equal to the number of non-predictive sequences that begin with Q.(c)Determine the number of non-predictive sequences with m=10and n=3.4.(a)Twenty cubes,each with edge length1cm,are placed together in4rows of5.What isthe surface area of this rectangularprism?(b)A number of cubes,each with edge length1cm,are arranged to form a rectangularprism having height1cm and a surface area of180cm2.Determine the number of cubes in the rectangular prism.(c)A number of cubes,each with edge length1cm,are arranged to form a rectangularprism having length l cm,width w cm,and thickness1cm.A frame is formed byremoving a rectangular prism with thickness 1cm located k cm from each of the sides of the original rectangular prism,as shown. Each of l,w and k is a positive integer.If the frame has surface area532cm2,determine all possible values for l and w such that l≥w.l cmw cmk cmk cmk cmk cm1 cm1.Quadrilateral P QRS is constructed with QR =51,as shown.The diagonals of P QRS intersect at 90◦at point T ,such that P T =32and QT =24.322451P QRST (a)Calculate the length of P Q.(b)Calculate the area of P QR .(c)If QS :P R =12:11,determine the perimeter of quadrilateral P QRS .2.(a)Determine the value of (a +b )2,given that a 2+b 2=24and ab =6.(b)If (x +y )2=13and x 2+y 2=7,determine the value of xy .(c)If j +k =6and j 2+k 2=52,determine the value of jk .(d)If m 2+n 2=12and m 4+n 4=136,determine all possible values of mn .3.(a)Points M (12,14)and N (n,n 2)lie on theparabola with equation y =x 2,as shown.Determine the value of n such that∠MON =90◦.yx(b)Points A (2,4)and B (b,b 2)are the endpointsofa chord of the parabola with equationy =x 2,as shown.Determine the value of bso that ∠ABO =90◦.y x(c)Right-angled triangle P QR is inscribed inthe parabola with equation y =x 2,asshown.Points P,Q and R have coordinates(p,p 2),(q,q 2)and (r,r 2),respectively.If p ,qand r are integers,show that 2q +p +r =0.y x4.The positive divisors of 21are 1,3,7and 21.Let S (n )be the sum of the positive divisors of the positive integer n .For example,S (21)=1+3+7+21=32.(a)If p is an odd prime integer,find the value of p such that S (2p 2)=2613.(b)The consecutive integers 14and 15have the property that S (14)=S (15).Determine all pairs of consecutive integers m and n such that m =2p and n =9q for prime integers p,q >3,and S (m )=S (n ).(c)Determine the number of pairs of distinct prime integers p and q ,each less than 30,with the property that S (p 3q )is not divisible by 24.。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
(b) Points N (5, 3) and P (5, c) lie on the same vertical line. We can consider N P as the base of M N P . Suppose that the length of this base is b. The corresponding height of M N P is the distance from M (1, 4) to the line through N and P . Since M lies on the vertical line x = 1 and N and P lie on the vertical line x = 5, then the height is h = 4.
Therefore x = 0 or x2 − (a + 1)x + 4 = 0. Note that x = 0 is not a solution to x2 − (a + 1)x + 4 = 0, since when x = 0 is substitutedA2AD2 = = = =
B
E
60º 120º
C
2
D
Since AC = CD, then ACD is isosceles with ∠CDA = ∠CAD. 1 Each of these angles equals 2 (180◦ − ∠ACD) = 1 (180◦ − 120◦ ) = 30◦ . 2 √ But DAE is then a 30◦ -60◦ -90◦ triangle, so AD = 2AE = 2 3.
y
P1(5, c1) M (1, 4)
N (5, 3)
x
P2(5, c2)
bh = 14. Since the area of M N P is 14, then 1 2 1 Since h = 4, then 2 b(4) = 14 or 2b = 14 and so b = 7. Therefore, P (5, c) is a distance of 7 units away from N (5, 3). Since N P is a vertical line segment, then c = 3 + 7 or c = 3 − 7, and so c = 10 or c = −4. The sum of these two values is 10 + (−4) = 6. (We could also have noted that, since the two values of c will be symmetric about y = 3, then the average of their values is 3 and so the sum of their values is 2 · 3 = 6.) 4. (a) To find the y -intercept, we set x = 0 and obtain y = (−1)(−2)(−3) − (−2)(−3)(−4) = (−6) − (−24) = 18 . To find the x-intercepts, we first simplify using common factors: y = (x−1)(x−2)(x−3)−(x−2)(x−3)(x−4) = (x−2)(x−3) ((x − 1) − (x − 4)) = 3(x−2)(x−3) To find the x-intercepts, we set y = 0 and obtain 3(x − 2)(x − 3) = 0 which gives x = 2 or x = 3. Therefore, the y -intercept is 18 and the x-intercepts are 2 and 3. (b) To find the points of intersection of the graphs with equations y = x3 − x2 + 3x − 4 and y = ax2 − x − 4, we equate values of y and solve for x. We want to find all values of a for which there are exactly two values of x which are solutions to x3 − x2 + 3x − 4 = ax2 − x − 4. Solving, we obtain x3 − x2 + 3 x − 4 x3 − x2 − ax2 + 4x x3 − (a + 1)x2 + 4x x(x2 − (a + 1)x + 4) = = = = ax2 − x − 4 0 0 0
3. (a) Solution 1 Join AD. Since BC = CD and BD = 4, then BC = CD = 2. Also, AB = BC = 2. Since ABC is equilateral, then ∠ABC = ∠ACB = 60◦ . Since ∠ACB = 60◦ , then ∠ACD = 180◦ − ∠ACB = 180◦ − 60◦ = 120◦ .
The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca
2015 Euclid Contest
Wednesday, April 15, 2015
(in North America and South America)
A
2
B
60º 120º 2
C
2
D
Since AC = CD, then ACD is isosceles with ∠CDA = ∠CAD. 1 (180◦ − ∠ACD) = 1 (180◦ − 120◦ ) = 30◦ . Each of these angles equals 2 2 Since ∠ABD = 60◦ and ∠ADB = 30◦ , then ∠BAD = 90◦ and DBA is a 30◦ -60◦ -90◦ triangle. √ √ Therefore, AD = 3AB = 2 3. Solution 2 Join AD. Since BC = CD and BD = 4, then BC = CD = 2. Also, AC = CD = 2. Since ∠ACB = 60◦ , then ∠ACD = 180◦ − ∠ACB = 180◦ − 60◦ = 120◦ . By the cosine law in ACD, AC 2 + CD2 − 2(AC )(CD) cos(∠ACD) 22 + 22 − 2(2)(2) cos 120◦ 1 ) 4 + 4 − 8(− 2 12 √ √ Since AD2 = 12 and AD > 0, then AD = 12 = 2 3. Solution 3 Join AD and drop a perpendicular from A to E on BC . Since BC = CD and BD = 4, then BC = CD = 2. Also, AB = BC = 2. Since ABC is equilateral, then ∠ABC = ∠ACB = 60◦ . Since ∠ABC √ = 60◦ and ∠AEB = 90◦ , then ABE is a 30◦ -60◦ -90◦ triangle. √ Thus, AE = 23 AB = 3. Since ∠ACB = 60◦ , then ∠ACD = 180◦ − ∠ACB = 180◦ − 60◦ = 120◦ .
(b) Let the radius of the larger circle be r. Since the radius of the smaller circle is 1, then its area is π · 12 = π . Since the area between the circles is equal to the area of the smaller circle, then the area of the larger circle is π + π = 2π . √ Thus, πr2 = 2π or r2 = 2. Since r > 0, then r = 2. (c) Since 30 students had an average mark of 80, then the sum of the marks of these 30 students was 30 · 80 = 2400. After 2 students dropped the class, there were 28 students left. Their average mark was 82. Thus, the sum of the marks of the remaining 28 students was 28 · 82 = 2296. Therefore, the sum of the marks of the 2 students who dropped the class was 2400 − 2296 104 = 52. or 104, and so their average mark was 2
Thursday, April 16, 2015
(outside of North America and South America)
Solutions
©2015 University of Waterloo
100 − 81 19 102 − 92 = = = 1. 1. (a) Evaluating, 10 + 9 19 19 2 2 Alternatively, we could factor 10 − 9 as a difference of squares to obtain (10 + 9)(10 − 9) 102 − 92 = = 10 − 9 = 1 10 + 9 10 + 9 noting that 10 + 9, which we divided from the numerator and denominator, is not equal to 0. x+1 (b) Since = 4, then x + 1 = 4(x + 4) and so x + 1 = 4x + 16 or 3x = −15. x+4 Therefore, 3x + 8 = −15 + 8 = −7. Alternatively, we could note that since 3x = −15, then x = −5. Thus, 3x + 8 = 3(−5) + 8 = −15 + 8 = −7. (c) Since f (x) = 2x − 1, then f (3) = 2(3) − 1 = 5. Therefore, (f (3))2 + 2(f (3)) + 1 = 52 + 2(5) + 1 = 25 + 10 + 1 = 36. Alternatively, we could note that since f (x) = 2x − 1, then (f (x))2 + 2(f (x)) + 1 = (f (x) + 1)2 = (2x − 1 + 1)2 = 4x2 and so (f (3))2 + 2(f (3)) + 1 = 4(32 ) = 36. 2. (a) Since √ √ √ √ a + a = 20, then 2 a = 20 or a = 10, and so a = 102 = 100.