IOQM mock test 3
Q1.
Define for and positive to be where is the greatest integer for which . If the quotient is equal to , find .
Solution:
Given number equals:
72.(72-8).(72-16)...(72-64)/18.(18-2).(18-4)...(18-16)
= 4^9 = 2^18
Q2.
If
are two real numbers satisfying the relationships and and , find the value of .
Solution:
Clearly p, 1/q are roots of 2x^2 - 3x - 1 = 0.
p + 1/q = 3/2
p/q = -1/2
(pq + p + 1)/q = p + p/q + 1/q = 1 = Answer
Q3.
Convex quadrilateral ABCD has and . Diagonals AC and BD intersect at E, , and and have equal areas. What is AE?
Solution:
A trapezium has the property that of the 4 triangles formed by its diagonals - 2 between the parallel lines are similar and the other 2 have equal areas.
Given the information in the question we can assume that AEB and CED are similar with side ratio of 3:4. This gives AE = 6 and EC = 8. Answer = 6.
Q4.
In , , , at D, at E, AD intersects BE at H. Find in degrees.
Solution:
Since H is the orthocenter, CH once extended will meet AB as a perpendicular.
Using this information we can find all the angles formed thus.
It will give us angle CHD = 45 degrees.
Q5.
Find the number of rectangles that can be obtained by joining four of the twelve vertices of a 12-sided regular polygon.
Solution:
Every regular polygon has a circumcircle and an incircle.
A rectangle formed using the vertices of this regular 12-gon will have all the angles inscribed on the circumference of the circumcircle.
All the angles of a rectangle are 90 degrees.
It means that both the diagonals of the rectangle are diameters of the circumcircle by Thales' theorem.
A 12-gon has 6 diameters which pass through 2 of its vertices.
For e.g. vertex 1,7 2,8 (i.e. all the vertices with gap of 6 in between).
So such a rectangle can be formed by using 2 of those 6 diameters in 6C2 = 15 ways.
So answer = 15.
What if the question changed from 12-gon to hexagon?
Then it will be 3C2 = 3.
For 10-gon: 5C2 = 10.
For a quadrilateral: 2C2 = 1.
And as is clear, this can be done only in a regular polygon with even number of vertices as in a odd-sided polygon there are no diameters of the circumcircle which pass through 2 of its vertices.
Q6.
In , , and . The bisector of meets at . The circle passing through and touching at cuts and at and respectively. Find .
Solution:
By the angle bisector theorem,
and so
By the power chord theorem,
and so
Finally, is parallel to since
Let's break the above step into smaller steps.
Now since we have
or
so that
Q7.
For
where 'n' is a natural number, then maximum value of n is =
Solution:
Prerequisite: sum of squares of first n natural, odd, even numbers.
Numerator = sum of squares of first n even numbers = 2n.(n+1).(2n+1)/3
Denominator = odd squares sum = (2n-1).n.(2n+1)/3
=> (2n+2)/(2n-1) > 104/100 = 52/50
=> 100n + 100 > 104n - 52
=> 4n < 152
=> n < 38
=> n = 37 = Answer.
Q8.
A regular octagon is formed by cutting congruent isosceles right angled triangles from the corners of a square. If the square has side-length 1 and the side-length of the octagon is
then "
Solution:
2x + x.sqrt(2) = 1
=> x = 1/(2 + sqrt(2))
=> x.sqrt(2) = 1/(sqrt(2) + 1) = sqrt(2) - 1
=> a = 2, b = 1
Answer = 3
Q9.
There are a few integers n such that divides . Find the sum of the squares of these integers.
Correct Answer
62
Solution
Prerequisite: Modulo arithmetic
Since , we know that divides .
Also, since , we also know that divides .
As ,
we must have that divides if and only if divides 62.
Case (i) : If , then
Case (ii) : If , there is no integer solution for .
Case (iii) : If , then
Case (iv) : If , there is no integer solution for .
Thus, all the integer values of are . Hence the sum of squares is
Q10.
"Determine the number of real solutions of ⌊x/2⌋ + ⌊2x/3⌋ = x, where ⌊x⌋ is greatest integer function of x."
Solution:
First remember that greatest integer function is the Floor function not the ceiling one.
For e.g. floor(3.5) = 3, ceiling(3.5) = 4.
Greatest means, the greatest integer smaller than x. Now:
The left side is an integer, so must be an integer.
Write with . Then
Plugging into the equation gives
Compute for :
Thus yields .
Therefore, there are 6 real solutions.
Now, as an exercise swap the floor function with ceiling function and find the answers.
You should get 6 solutions again: {0, -2, -3, -4, -5, -7}
Q11.
"A function is such that where
for all . Find ."
Solution:
f(x).f(y) - f(y) - x + 2 = f(y).f(x) - f(x) - y + 2
=> f(x) - f(y) = x - y
=> f(2006) - f(0) = 2006
Put x = y = 0 in the original definition
f(1) = f(0)^2 - f(0) + 2
But f(1) = f(0) + 1
=> f(0)^2 - 2.f(0) + 1 = 0
=> (f(0) - 1)^2 = 0
=> f(0) = 1
=> f(2006) = 2007
=> f(0) + f(2006) = 2008 = answer.
Q12.
"Given a set . The subset is said to be 'nice', if are in A.P. Then how many 'nice' subsets does have?"
Solution:
One way is enumeration with conditions.
If a, a+d,a+2d are the 3 terms then a+2d <= 20 => d <= 10 - a/2
a = 1 => d = 1 to 9
a = 2 => d = 1 to 9
a = 3,4 => d = 1 to 8
...
a = 15,16 => d = 1 to 2
a = 17,18 => d = 1
So total such nice subsets = 2.(1 + 2 .. 9) = 90
Another way:
If a,b,c are in A.P. then a + c = 2b
=> Both a,c have same parity(both are even or both are odd).
Choosing a,c fixes b.
There are 10 even and 10 odd numbers.
So 2.10C2 = 90
Q13.
"The 12 numbers are in arithmetical progression. The sum of all these numbers is 354. Let and . If the ratio is , the common difference of the progression is"
Solution:
Let the progression be .
Hence we have:
Solving for , we obtain .
Q14.
"In , and D is a point on BC such that . Find the value of ."
Solution:
One way is to construct such a triangle.
Let AD be median falling on BC.
Then by Pythagoras theorem, BD = DC = sqrt(2).
BC = 2.sqrt(2)
It's a valid triangle since sum of any 2 sides is more than the third.
So BD x DC = 2 = answer.
More formal way:
Construct a circle with as the center and as the radius. Extend to meet the circumference at and as shown.
Using the Intersecting Chord Theorem:
Q15.
"If , then the value of is"
Solution:
We have,
Q16.
If all roots of the quadratic equation
are positive integers, and the sum of all possible values of the constant is , then find .
Solution:
Product of roots = 72/(k^2 - 1) = positive integer. But it doesn't tell us much as k could be any rational number, not necessarily an integer.
Sum of roots = 6.(3k - 1)/(k^2 - 1) = positive integer. Again hard to figure out anything.
Let's compute the discriminant:
D = 36.(k-3)^2
Easy to take its square root, so let's compute the roots.
Roots = {6.(3k - 1) -+ 6.(k - 3)}/2.(k^2 - 1) = 12/(k + 1), 6/(k - 1)
Let 12/(k + 1) = m and 6/(k - 1) = n
=> k = 12/m - 1 = 6/n + 1
=> m = 6n/(n + 3) and n = 3m/(6 - m)
m = 6n/(n + 3) doesn't seem of much use.
But n = 3m/(6 - m) is quite useful as it restricts m.
For n to be positive, 1 <= m <= 5
3 value of m yield positive integer value of n.
m = 3, n = 3
m = 4, n = 6
m = 5, n = 15
These values give 3,2,7/5 as values of k.
So a/5 = 32/5 => a = 32.
Q17.
Consider a set of 6 non-overlapping triangles in a plane such that no three points in the plane is collinear. If all the possible triangles are drawn taking vertices of these triangle such that not more than one point is selected from a triangle. If total number of triangle hence drawn in N, find
?
Solution:
Choosing 3 triangles: 6C3
Choosing 1 vertex from each: 3C1 * 3C1 * 3C1
Total: 20 * 3 * 3 * 3 = 540
One wrong way to solve:
Choosing first vertex: 18
Choosing second vertex: 15
Choosing third vertex: 12
Total: 18 * 15 * 12 = 6 * 540
So it's more by a factor of 6.
What's wrong?
We are repeating the combinations.
For e.g. when the first vertex is 1 then the remaining 2 can be 2,3.
But when the first vertex is 2 the remaining 2 can be 1,3 again.
So we have to divide this by 3! to get the correct answer.
Q18.
Let denote the square of the sum of the digits of natural number , where
denote ,
denote and so on.
Then value of
Solution:
Hence, is periodic.
Q19.
The number of distinct primes dividing is (where = factorial n)
Solution:
The prime factors of are:
∴ There are 5 distinct primes dividing .
Q20.
Consider the function
. Find the value of
Solution:
Therefore,
Q21.
Let be a polynomial of degree 4 such that
Determine the value of .
Solution:
Let ,
where is a 5th-degree polynomial having 1, 2, 3, 4, 5 as its roots.
∴
Put :
So,
Now put :
∴
Q22.
Let
Find the sum of the digits of
where is the greatest integer function of .
Solution:
For any positive integer and , the following relations are equivalent:
So values of satisfy the relation.
Since , and
,
Since ,
Therefore, required sum is .
A note on how to compute the square root above quickly:
Use nearby perfect–square bounds and the “next odd jump.”
General trick
If , then . So after you guess an , just compare
with :
-
If , then .
-
Otherwise it’s .
For :
-
Rough bound: ⇒ .
-
Try the middle: .
-
Compare the jump to the next square:
.
.
Hence .
Sum of digits .
Memorizing squares up to (or at least up to ) makes step (1) instant, and steps (2)–(3) are just a couple of quick additions.
Q23.
Let , , and be the first three terms of a G.P., where and
and represent the greatest integer and fractional part functions respectively.
If there is another G.P. whose terms are the square of reciprocals of the terms of the given G.P., and the sum of infinite terms of this G.P. is , then find the value of .
Solution:
Let x = p + q where p,q > 0 (if any of them is 0, the G.P. won't be valid). p is the integer part and q is the fractional part.
36.q^2 = 2p.3(p + q) = 6(p^2 + pq)
=> 6q^2 = p^2 + pq
=> p^2 + pq - 6q^2 = 0
Factorize to get:
(p - 2q)(p + 3q) = 0
p = 2q,-3q
But p,q are both positive => p = 2q
Now q is the fractional part and when multiplied by 2 it gives p which is an integer..
Only solution is p = 1 and q = 1/2.
x = 1 + 1/2 = 3/2
Common ratio r = 3q/p = 3/2
S = 1/4p^2 * 1/(1 - 1/r^2) = 1/4 * 1/(1 - 4/9) = 9/20
100S = 45 = Answer
Q24.
Let and be integers, and is a root of the equation
If the smallest possible value of is , find .
Solution:
Putting x = a + b in the equation gives:
b^2 + b(3a + 1) + 2a^2 = 0
Since b is integer, D = p.s. of integer
D = (3a + 1)^2 - 8a^2 = a^2 + 6a + 1 = m^2
=> (a + 3)^2 - m^2 = 8
=> (|a + 3| + |m|) (|a + 3| - |m|) = 8
=> |a + 3| = (8 + 1)/2 or (2 + 4)/2
=> |a+3| = 3 as a is integer.
=> a+3 = -+3
=> a = 0,-6
a = 0 => b^2 + b = 0 => b = 0,-1
a = -6 => b = 8,9
Smallest value of ab = -54 => |k| = 54 = answer.
Q26. Evaluate
Solution:
Note that
Also,
since
Hence
which telescopes:
Q27.
Let
Find the value of
Solution:
Prerequisite: Reciprocal trick.
Notice the reciprocal symmetry:
The angles pair by tangent reciprocals:
Hence
and
Summing:
Q28.
Let and . If a, b, c, d are the four roots to the equation , find the value of
.
Solution:
g(a) = 0 => a^4 = a^3 + a^2 + 1
Multiply it with and simplify to get:
a^5 = 2a^3 + a^2 + a + 1
Do it again to get:
a^6 = 3a^3 + 3a^2 + a + 2
Put all this in f(a) to get:
f(a) = a^2 - a + 1
f(a) + f(b) + f(c) + f(d) = (a^2 + b^2 + c^2 + d^2) - (a + b + c + d) + 4
Using Vitae's formulae on g(x):
a + b + c + d = 1
And a^2 + b^2 + c^2 + d^2 = (a + b + c + d)^2 -2.(-1) = 3
Answer = 4 + 3 - 1 = 6
Q29.
PQR is a triangle with PQ = 15, QR = 25, RP = 30. A, B are points on PQ and PR respectively such that . The perimeter of the triangle PAB is 28, then the length of AB is _____.
Solution:
Triangles PAB and PQR are similar. Thus
and .
Q30.
Let be an altitude of . Let R and S be the points where the circles inscribed in triangles ACH and BCH are tangent to . If AB = 2021, AC = 2020, and BC = 2019, then RS can be expressed as , where m and n are relatively prime positive integers. Find
where represents the greatest integer function of x.
Solution:
CH perpendicular to AB => OR perpendicular to OT.
=> RS = |r1 - r2|
So let's work towards finding r1 - r2.
OR = OT = r1.
AC = AP + PC
AP = AT = AH - r1
PC = CR = CH - r1
AC = AH + CH - 2r1
=> r1 = (AH + CH - AC)/2
Similarly,
r2 = (BH + CH - BC)/2
r1 - r2 = (AH - BH + BC - AC)/2
AC,BC are already known.
Let's work on AH - BH.
CH^2 = AC^2 - AH^2 = BC^2 - BH^2
=> AC^2 - BC^2 = AH^2 - BH^2
=> AH - BH = (AC^2 - BC^2)/(AH + BH) = (AC^2 - BC^2)/(AB)
=> r1 - r2 = 1/2[(AC^2 - BC^2)/(AB) + BC - AC]
= (AC - BC)/2[(AC + BC)/AB - 1]
= 1/2[AC + BC - AB]/AB = 2018/(2*2021) = 1009/2021
Check if 2021,1009 are relative prime.
Euclid's gcd algorithm gives:
gcd(1009,2021) = gcd(3,1009) = gcd(1,3) = 1
So yes, they are relative prime.
n - m = 2021 - 1009 = 1012
1012/11 = 92 = Answer
asdf
Comments
Post a Comment