Let Technometics be an arithmetic in which there are just 5 digits (0,1,2,3,4), which are as follows-
0
may represent
0
or
5
,
1
may represent
1
or
6
,
2
may represent
2
or
7
,
3
may represent
3
or
8
,
4
may represent
4
or
9
.
For example- If 1 4 3 0 is a number in Tehnometics, it can denote 1 6 different numbers in normal number system, some of which are 6 4 8 0 , 1 9 3 5 , 1 4 8 5 , etc. But a number in normal number system can have only one Technometical representation.
In a book of Technometics, Aniket finds a question which says,
"Given that 1 0 4 1 2 = 2 3 2 4 1 3 1 , and 2 2 2 1 2 = 2 2 0 1 1 2 1 , find the Technometric value of B − A , where A and B are the normal representations of 1041 and 2221 respectively."
What is the answer?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
EXACTLY same solution!!! Only, in the case of the second number i started squaring from the largest possible number (2776) as the square of 2... was going to be larger than the square of 1541, thus giving a '7' at the beginning of the square of 2... So i started from largest, thus getting both numbers in the first trials ! And, while solving, i was thinking this was going to be amazing latex practice, but you already did it ;)
@Satvik Golechha can you think how much of LaTeX i needed to type those Arrays !!! OMG ! This solution was a cool practice of my LaTeX skills....
Log in to reply
@Aditya Raut That was LaTeX?! I thought that was an image. Awesome work!! Hats off to you. :D
Log in to reply
If you want, i can give you the code, and i am sure you will be able to understand all of the formatting that gives out an array, just see the code and you will get how the array code works
Here's the general code, edit the values you want , and you will get the array...
\begin{array}{|c|c||c|} a & b & S \
\hline
0&0&1\
0&1&1\
1&0&1\
1&1&0\
\end{array}
The |c|c||c| are actually the heading names of the columns, and the numbers 0&0&1 represent the numbers you want in the columns. Number of lines can be increased as ever you want, and even more, the partition between the columns can also be changed, like using || between two numbers will make you array as
a 0 0 1 1 b 0 1 0 1 S 1 1 1 0
Where as if you start was |c|c|c| , then it will appear as a 0 0 1 1 b 0 1 0 1 S 1 1 1 0
Log in to reply
@Aditya Raut – @Aditya Raut Thanks 'gain an' gain' @_@
Log in to reply
@Satvik Golechha – @Satvik Golechha , I don't think it was in my paper.
Log in to reply
@Ameya Salankar – @Ameya Salankar That was because you gave the Hauts (class 11 and 12) paper. This question was in Juniors (class 9 and 10).
Log in to reply
@Satvik Golechha – @Satvik Golechha , I had figured it out eventually.
Good solution, almost the same than me
Technometics number is always less than or equal to 10 base normal number. A l s o n o t e t h a t a ( X D i g i t n u m b e r ) 2 = 2 X D i g i t o r ( 2 x − 1 ) D i g i t s n u m b e r . I t w i l l h a v e ( 2 x − 1 ) D i g i t s i f t h e h i g h e s t d i g i t i s l e s s t h a n 3 . 2 . L e t t h e l o c a t i o n s b e r e p r e s e n t e d b y ( D C B A ) 2 = h g f e d c b a \color\red {1041} h = 0 S o D = 1 . . . > ∵ ( 4 D i g i t ) 2 = 7 D i g i t 2 , 3 2 , 4 1 , 3 1 = 1 5 2 4 . . > ∴ B = 5 n o t 0 . B u t h e r e B = 2 , w i t h f = 2 ; s o t o m a k e B = 5 c h a n g e f f r o m 2 t o 7 . 2 , 3 7 , 4 1 , 3 1 = 1 5 4 0 ∴ B = 4 a n d A = 1 . 1 5 4 1 \color\red {2221} h = 0 S o D = 2 . . . > ∵ ( 4 D i g i t ) 2 = 7 D i g i t 2 , 2 0 , 1 1 , 2 1 = 1 4 8 3 . . > B u t h e r e D = 1 s o t o m a k e D = 2 c h a n g e g f r o m 2 t o 7 . . 7 , 2 0 , 1 1 , 2 1 = 2 6 8 3 . . ∴ C = 7 . . . . t o m a k e t h i s p o s s i b l e f c h a n g e s f r o m 2 t o 7 . 7 , 7 0 , 1 1 , 2 1 = 2 7 7 5 . . B = 7 a n d A c a n n o t b e 5 , A = 6 . 2 7 7 6 B − A = 1 7 3 5 1 0 = 1 2 3 0 t e c h S o r r y m y e x p l a n a t i o n r e q u i r e s i m p r o v e m e n t .
Given the Technometic representations of 1041^2 = 2324131 and 2221^2 = 2201121:
There are many Technometic representations of 1041 and 2221:
1041 = 1041, 1591, 1541, 1596, 1546, 1091, 1041, 1096, 1046,... and any permissible arrangements according to the rule...
2221 = 2226, 2276, 2271, 2721, 2771, 2726, 2776, and any permissible arrangements according to the rule...
To find the only normal representation of 1041 and 2221 given their squares, we check first their highest digits and their remaining digits.
Firstly for 2221, if the normal representation has 7 as its highest digit, then it would exceed the number of digits required since (2abc)^2 < 10000000 < (7def)^2. (a,b,c,d,e, and f are digits)
So 2 is the highest digit (for the left-side) but (for the right-side) the highest digit is 2 in which no four-digit square (with 2 or 7 as the highest digit) satisfies this since 2000000 << (2abc)^2. Hence we have the digit 7 for the right-side.
From the strict inequality (2300)^2 < 7000000 < (2800)^2, we can conclude that 7 is the hundreds digit for the left-side (Thus, we have so far, 27bc and for the right-side, 7defghi).
Can you do bashing? It won't be so hard to bash the remaining 4 normal numbers 2721, 2726, 2771, 2776; squaring them, and finding the Technometric number. in which only 2776 satisfies the given Technometic equation.
Using the same techniques for 1041, we can bash for the remaining 4 normal numbers: 1541, 1546, 1591, 1596. Giving 1541 as the suitable normal number satisfying the Technometric equation.
Hence, A - B = 1235 = 1230 (in Technometic).
Problem Loading...
Note Loading...
Set Loading...
See that both the numbers 1041 and 2221 have 1 6 choices each to be a number in decimal representation, as each of its digits is corresponding to 2 digits in decimal.
But, if the first number starts with 6 , then it's square becomes 8-digit, so that is not valid (we want square to be 7 digit number), so it starts with 1 .
Similarly for the second number, it can't start with 7 , so it starts with 2 .
So we got 8 numbers to check for 1st number and 8 for the second.
The maximum number such that second digit of first number is 0 is 1 0 9 6 , and it's square is 1 2 0 1 2 1 6 which is not having a 2 at start in technometric representation, so the ones smaller than it will also not have.
Thus we have to check only 4 cases for the first number, namely starting with 1 5
number 1 5 4 1 1 5 4 6 1 5 9 1 1 5 9 6 square 2 3 7 4 6 8 1 2 3 9 0 1 1 6 2 5 3 1 2 8 1 2 5 4 7 2 1 6 technometry. .represent 2 3 2 4 1 3 1 ( t r u e ) 2 3 4 0 1 1 1 2 0 3 1 2 3 1 2 0 4 2 2 1 1
For the second number, there are 8 choices similar way, namely
number 2 2 2 1 2 2 2 6 2 2 7 1 2 2 7 6 2 7 2 1 2 7 2 6 2 7 7 1 2 7 7 6 square 4 9 3 2 8 4 1 4 9 5 5 0 7 6 5 1 5 7 4 4 1 5 1 8 0 1 7 6 7 4 0 3 8 4 1 7 4 3 1 0 7 6 7 6 7 8 4 4 1 m u s t − b e − t h e − n e e d e d technometry. .represent ( n o t − s t a r t − w i t h − 2 ) ( n o t − s t a r t − w i t h − 2 ) ( n o t − s t a r t − w i t h − 2 ) ( n o t − s t a r t − w i t h − 2 ) 2 4 ∗ ∗ ∗ ∗ ∗ ( n o − u s e ) 2 4 ∗ ∗ ∗ ∗ ∗ ( n o − u s e ) 2 1 ∗ ∗ ∗ ∗ ∗ ( n o − u s e ) 2 2 0 1 1 2 1
Thus A = 1 5 4 1 and B = 2 7 7 6 in decimal, giving B − A = 1 2 3 5
And in Technometry, it will be 1 2 3 0