q1) what is the maximum value of HCF of [n^2+17] and [(n+1)^2+17]. a)69b)85c)170d)none of theseq2) how many integers N in the set of integers {1,2,3,......100} are there such that N^2+N^3 is a perfect square.a)5b)7c)9d)11q3) the number of natural numbers n such that [(n+1)^2/n+7] is an integer is,a)4b)6c)5d)none of theseq4) a natural number satisfies the following conditions A) NUMBER IS HAVING ALL THE 9's B) IT IS DIVISIBLE BY 13how many digits are there in N ?a)5b)6c)7d)8
Let 123abc231bca312cab be a 18 digit number in base 7. How many ordered pairs (a,b,c) exist such that the given 18 digit number is divisible by 4?
7^0 mod 4 = 1 7^1 mod 4 = 3 7^2 mod 4 = 1 7^3 mod 4 = 3 Group the digits at odd places (1 + 3 + b + 2 + 1 + c + 3 + 2 + a) * 3 Group the digits at even places (2 + a + c + 3 + b + a + 1 + c + b) * 1
Total = (12 + a + b + c)*3 + (6 + 2a + 2b + 2c) * 1 mod 4 = 5a + 5b + 5c + 2 mod 4 So 5a + 5b + 5c = 4k - 2 a + b + c = (4k - 2)/5
k = 3 a + b + c = 2 c = 0 => 3 ways c = 1 => 2 ways c = 2 => 1 way total = 6 ways
k = 8 a + b + c = 6 c = 0 => 7 ways c = 1 => 6 ways .. c = 6 => 1 way total = 28 ways
k = 13 a + b + c = 10 c = 0 => 3 ways c = 1 => 4 ways c = 2 => 5 ways c = 3 => 6 ways c = 4 => 7 ways c = 5 => 6 ways c = 6 => 5 ways total = 36
k = 18 a + b + c = 14 c = 2 => 1 c = 3 => 2 . c = 6 => 5 total = 15
For case you need to divide by 2!. Rest is correct!! 14 is correctIn how many ways 200 can be represented as1. sum of consecutive numbers2. Sum of consecutive even numbers3.Sum of consecutive odd numbers