This document contains solutions to various maths problems including quadratic equations, Chinese Remainder Theorem, and more. It provides study material for maths students.
Contribute Materials
Your contribution can guide someoneβs learning journey. Share your
documents today.
Maths Problems
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
(b) Figure can be drawn without lifting the pen if and only if n is even, otherwise when n is in odd number then it is not possible to be constructed under given condition. Question 2: (a) When a number repeatedly divided by 3, then it will give remainder 2. While if it is divided by 5 then remainder will be 3 and by 7 it gives 2 etc. then that number can be determined by using Chinese Remainder Theorem. Here, in this case of 10k, the greatest common divisor can be defined by gcd (m1, m2, m3, m4β¦) = max: {s: sβ mi, for i = 1, 2, 3, β¦k} while lcm (m1, m2, m3, m4β¦) = min: {s: s > 0 miβs, for i = 1, 2, 3, β¦k} (where gcd = greatest common divisor and lcm = least common multiple) Here, in this case for 10 and its multiples, The gcm is 10 and least common multiples are 2 and 5, therefore, other values of m, that produces a fortuitous sequence is 5050 only in following way - k10kremainder 011 11010 2100100 310001000 4100004950 51000004050 61000000100 7100000001000 81000000004950 910000000004050 It has been seen that remainders in the given procedure is also repeated after four steps, with two exceptions at beginning, so, it gives a fortuitous sequence. (b) there is no values of akother than 10, that gives fortuitous sequence after dividing by 2020. 2
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Question 3: (a) Taking assumption that Red Road doesnβt intersect Green Road then, b = 0 and a = 1, So, (b β a) = (1 β 0) = 1 (b) Set of possible values β If Green road is chosen to reach Campville from Mathopolis then a = 0, b = 2, So, (b β a) = (2 β 0) = 2 If Red road is selected then, a = 1, b = 1 So, (b β a) = (1 β 1) = 0 And if, Blue Road is chosen then, a = 0, b = 2 So, (b β a) = (2 β 1) = 1 Question 5: (a) Given Sequence Sn= [1, 2, 3, β¦n] (i) Fraction of head length 1 of Sn Solution β The permutations of given sequence is !n, by using the formula nPr= !n /!(n-r) where r = n so, fraction of head length 1 of given sequence will be β nP1= !n /!(n-1) (ii) Fraction of head length k of Sn Solution: For head length k in n number of permutations will be β nPk= !n /!(n-k) (iii) Average head length of a permutation of given sequence n Solution: Average head length of n number of permutation will be 3
=1 x !n /!(n-1) + 2 x !n /!(n-2) + β¦ !n (b) Sequence given as Sn= [1, 1, 2, 3, β¦, n] Solution β The average head length of given sequence is n. (c) The head length of sequence n = 4, can be calculated as β ο·[2, 1, 3, 4], [2, 1, 4, 3], [3, 1, 2, 4], [3, 1, 4, 2], [3, 2, 4, 1], [3, 2, 1, 4], [4, 1, 2, 3], [4, 1, 3, 2], [4, 2, 3, 1], [4, 2, 1, 3] [4, 3, 1, 4] and [4, 3, 4, 1] have head length 1 ο·[1, 3, 2, 4] [1, 4, 3, 2] [1, 4, 2, 3] [2, 3, 1, 4] [2, 4, 1, 3] [2, 4, 3, 1], [3, 4, 1, 2] [3, 4, 2, 1] have head length 2 ο·[1, 3, 4, 2] [1, 2, 4, 3] [2, 3, 4, 1] have head length 3 ο·[1, 2, 3, 4] has head length 4. Therefore, a permutation of [1, 2, 3, 4] has average length = (1 x 12 + 2 x 8 + 3 x 3 + 4 x 1] / 24 = 41 / 24 While,for head length of sequence n = 1, can be calculated as β As there is only one term in a sequence so, its average head length will be 1 only The head length of sequence n = 2,can be calculated as β ο·[2,1] has head length 1 ο·[1,2] has head length 2 Therefore, average head length of a sequence with two permutations = (1 + 2)/ 2 = 3/2 The head length of sequence n = 3 have six permutations,can be calculated as β ο·[2,1,3] [3,1,2] [3,2,1] has each head length 1 ο·[2,3,1] [1,3,2] has head length 2 ο·[1,2,3] has head length 3 Therefore, average head length of a sequence with six permutations = (1+1+1+2+2+3)/6 = 5/3 Question 6: (a) Quadratic equation - x2+ 2x β 3 = 0 has roots -3 and 1, then new equation will be 4
x2β 3x + 1 = 0 again, root of this equation are (3 Β± β5) / 2, so, new equation by using above roots will be β x2+(3 β β5)x β(3 + β5)= 0 22 Given equation has no real roots, therefore, the above procedure of forming new equation by determining roots of previous one cannot be proceed further. (b) As, the maximum possible length of Hariniβs sequence of equation is two steps only, therefore, let it is not true for other quadratic equations Then, Let Hariniβs equation is (x2+ 5x + 6 = 0) Then, its roots are -2 and -3 which are real roots, so, using these roots, a new equation can be formed as β (x2β 3x β 2 = 0) Solving this quadratic equation, roots are identified as - (3 Β± β17) / 2 Again, new equation by above roots are β 2x2+ (3 β β17) x β (3 + β17) = 0 Whose roots are not real. Therefore, this procedure cannot be taken further. Thus, it has been generalised that assumption taken above is not true, hence maximum possible length of any quadratic equation of Harini will be two only. 5