2019 NMTC Junior
Part of NMTC
Subcontests
(8)Simple Geo
In the figure, BC is a diameter of the circle, where BC=257, BD=1 and DA=12. Find the length of EC and hence find the length of the altitude from A to BC.
[asy]
import cse5;
size(200);
pair O=(2, 0), B=(0, 0), C=(4, 0), A=(1, 3), D, E;
D=MP("D",D(IP(D(CP(O,B)),D(MP("A",D(A),N)--MP("B",D(B),W)))),NW);
E=MP("E",D(IP(CP(O,B),D(MP("C",D(C),NE)--A),1)),NE);
D(B--C);
[/asy] How many students took the math contest?
A math contest consists of 9 objective type questions and 6 fill in the blanks questions. From a school some number of students took the test and it was noticed that all students had attempted exactly 14 out of 15 questions. Let O1,O2,…,O9 be the nine objective questions and F1,F2,…,F6 be the six fill inthe blanks questions. Let aij be the number of students who attemoted both questions Oi and Fj. If the sum of all the aij for i=1,2,…,9 and j=1,2,…,6 is 972, then find the number of students who took the test in the school. Chain of inequalities
Find the number of permutations x1,x2,x3,x4,x5,x6,x7,x8 of the integers −3,−2,−1,0,1,2,3,4 that satisfy the chain of inequalities x1x2≤x2x3≤x3x4≤x4x5≤x5x6≤x6x7≤x7x8.