Math, asked by rajeshkitkat4846, 19 days ago

Solve
Consider a 3-digit integer x with distinct digits. Let y be the integer formed by swapping
x's units and hundreds digits. What is the least prime number that perfectly divides the
absolute difference between x and y?​

Answers

Answered by RvChaudharY50
0

Question :- Consider a 3-digit integer x with distinct digits. Let y be the integer formed by swapping x's units and hundreds digits. What is the least prime number that perfectly divides the absolute difference between x and y ?

Solution :-

Let us assume that, 3 digit integer x is abc , where ,

  • unit digit = c
  • tens digit = b
  • hundreds digit = a .

so,

→ x = (100a + 10b + c)

now, we have given that, y is formed by swapping unit digits and hundreds digits of x .

then,

  • unit digit = a
  • tens digit = b
  • hundreds digit = c

so,

→ y = (100c + 10b + a)

therefore,

→ x - y = (100a + 10b + c) - (100c + 10b + a)

→ x - y = 100a - a + 10b - 10b + c - 100c

→ x - y = 99a - 99c

→ x - y = 99(a - c)

→ x - y = 3 * 3 * 11 * (a - c) .

Hence, we can conclude that, the least prime number that perfectly divides the absolute difference between x and y is 3 . (when value of (a - c) is not equal to 2.)

Learn more :-

if a nine digit number 260A4B596 is divisible by 33, Then find the number of possible values of A.

https://brainly.in/question/32686002

if n is an integer such that 1nn352 is a six digit number

https://brainly.in/question/26617043

Answered by amitnrw
0

Given :  3-digit integer x with distinct digits.

y be the integer formed by swapping x's units and hundreds digits.

To Find : the least prime number  that perfectly divides the absolute difference between x and y

Solution:

3-digit integer x with distinct digits.   =  abc

100a + 10b + c

y be the integer formed by swapping x's units and hundreds digits.

=> cba

100c + 10b + a

Difference  =  100a + 10b + c - (100c + 10b + a)

= 99a  - 99c

= 99(a - c)

= 3 * 3 *11 (a - c)

3 is the  least prime number  that perfectly divides the absolute difference between x and y  

and 2 can b least if | a - c |  = 2.

11  is the greatest prime number that perfectly divides the absolute difference between x and y

Learn More:

Value of a two digits number when reversed is 6 less than twice its ...

brainly.in/question/17533064

The product of two 2 digit numbers is 1450. If the product of the ten's ...

brainly.in/question/18995250

Similar questions