Answered

Write a pair of numbers such that
the value of the 7 in the first number is 1,000 times the value
of the 7 in the second number, and the value of the 3 in the first
number is 100 times the value of the 3 in the second number

Answer :

Note:
There are many possible pairs of numbers that can satisfy the given conditions. Only one pair of numbers is provided in this solution.

Let the first number be 73.

In the second number, the digit 7 should shift left by 3, and the digit 3 should shift left by 2,
Therefore the second number is
70300.

Another possibility is
First number: 307
Second number: 37000

and so on.

Answer: One such pair of numbers is (73, 70300).

Other Questions