Divisibility and Integers | TOMATO B.Stat Objective 89

Try this problem from I.S.I. B.Stat Entrance Objective Problem based on Integers and divisibility.

Divisibility and Integers (B.Stat Objective Question )


300 digit number with all digits equal to 1 is

  • divisible neither by 37 nor by 101
  • divisible by both 37 and 101
  • divisible by 37 and not by 101
  • divisible by 101 and not by37

Key Concepts


Integers

Remainders

Divisibility

Check the Answer


Answer: divisible by 37 and 101

B.Stat Objective Problem 89

Challenges and Thrills of Pre-College Mathematics by University Press

Try with Hints


here we take 300 digit number all digit 1s

111...11=\(\frac{999...99}{9}\)(300 digits)

=\(\frac{10^{300}-1}{9}\)=\(\frac{(10^{3})^{100}-1}{9}\)=\(\frac{(10^{3}-1)X}{9}\)

since \(10^{3}-1\)=999 is divisible by 37 then 111...11(300 digits) is divisible by 37

111...11=\(\frac{999...99}{9}\)(300 digits)

=\(\frac{10^{300}-1}{9}\)=\(\frac{(10^{4})^{75}-1}{9}\)=\(\frac{(10^{4}-1)Y}{9}\)

since \(10^{4}-1\)=9999 is divisible by 101 then 111...11(300 digits) is divisible by 101.

Subscribe to Cheenta at Youtube


Integers and remainders | TOMATO B.Stat Objective 85

Try this problem from I.S.I. B.Stat Entrance Objective Problem based on Integers and remainders.

Integers and remainders( B.Stat Objective Question )


The smallest integer that produces remainder of 2,4,6 and 1 when divided by 3,5,7,11 is

  • 104
  • 419
  • 1154
  • none of these

Key Concepts


Integers

Remainders

Smallest integer

Check the Answer


Answer: 419

B.Stat Objective Problem 85

Challenges and Thrills of Pre-College Mathematics by University Press

Try with Hints


here 419=3(139)+2 and 419=7(59)+6

419=5(83)+4 and 419=11(38)+1

then required number=419.

Subscribe to Cheenta at Youtube


Arithmetic of Remainders | Math Olympiad

Let's discuss a problem based on Arithmetic of Remainders and understand the concept behind it.

Consider the two number: 37 and 52

What is the remainder when we divide 37 by 7? 2 of course. And 52 produces remainder 3 when divided by 7. Suppose we want to know the remainder when the product of 37 and 52 is divided by 7.

One way to do this is to first multiply 37 and 52 to get 1924, and then divide it by 7 to get 274 as quotient and 6 as remainder. Indeed $latex 37 \times 52 = 1924 = 7 \times 274 + 6 $

However there is a simpler method to do this. If we just multiply the remainders produced by 37 and 52 we will get the final remainder! Indeed $latex 3 \times 2 = 6 $ . Apparently if the numbers are multiplied that the remainders also get multiplied!

Let us do one more experiment. This time we divide by 9. Suppose the numbers are 83 and 904. 83 produced 2 as remainder ( $latex 83 = 9 \times 9 + 2 $ ) and 904 produced 4 as remainder ( $latex 904 = 9 \times 100 + 4 $ ) . Then what do we expect the remainder to be when $latex 904 \times 83 $ is divided by 9? It should be the product of the individual remainders or $latex 2 \times 4 = 8 $ . Indeed we find $latex 904 \times 83 = 75032 = 9 \times 8336 + 8 $ .

The question is why this happens? Let us approach the problem algebraically. Suppose $latex t_1 , t_2 $ be two numbers and m is the number by which we divided both them. Let the quotients and remainders produced be $latex q_1 , q_2 , r_1 , r_2 $ respectively. That is

$latex t_1 = n \times q_1 + r_1 $

$latex t_2 = n \times q_2 + r_2 $

Then $latex t_1 \times t_2 = ( n \times q_1 + r_1 ) \cdot (n \times q_2 + r_2 ) $

or $latex t_1 \times t_2 = n^2 q_1 q_2 + n q_1 r_2 + n q_2 r_1 + r_1 r_2 $

or $latex t_1 \times t_2 = n ( n q_1 q_2 + q_1 r_2 + q_2 r_1 ) + r_1 r_2 $

Thus when $latex t_1 \times t_2 $ is divided by n , quotient is $latex n q_1 q_2 + q_1 r_2 + q_2 r_1 $ and remainder is $latex r_1 \times r_2 $ which is the product of the initial remainders. So it is no accident that if we multiply the initial remainders of two numbers we get the final remainder produced by the product of those two numbers.

However what will happen if $latex r_1 r_2 $ exceeds n? Remainder cannot exceed the divisor. So we divide $latex r_1 r_2 $ again by n to find the final remainder. That is suppose

$latex r_1 r_2 = n \times q_3 + r_3 $ then $latex r_3 $ is the final remainder. Infact, the final quotient and remainder will be formed in the following manner:

$latex t_1 \times t_2 = n ( n q_1 q_2 + q_1 r_2 + q_2 r_1 ) + r_1 r_2 $

or $latex t_1 \times t_2 = n ( n q_1 q_2 + q_1 r_2 + q_2 r_1 ) + n \times q_3 + r_3 $

or $latex t_1 \times t_2 = n ( n q_1 q_2 + q_1 r_2 + q_2 r_1 + q_3 ) + r_3 $

Try to verify this if the numbers are 48 and 54 and the divisor is 5.

This same logic works when two numbers are added or a number is raised to some power. In the next installment of this series of articles on number theory we will hand all of these operations in detail.

Some Useful Links:

Chinese Remainder Theorem

Math Olympiad in India

Our Math Olympiad Program

A Math Game in Symmetry - Video