Let us define 2 number base systems as A and B . It is given to us that 3 1 A = 2 A ∗ 1 7 A and 4 4 B = 3 B ∗ 1 3 B , find the value of ( A + B ) 1 0 .
Details - X y indicates X in base y
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.
Looks like you did 10th digit * A or 10th digit * B plus the unit digit
What I would like to know is that if it is the way to approach these? Because some techniques I've seen in this problem still exceeds my current ability on this.
And also, is there any other ways to solve them?
Thanks
Log in to reply
Yes... it's how bases work.
Just as you can say 56 (base 10) is 5 * 10 + 6, you can then convert 31 in base A to 3 * A + 1. :)
Well, when I see something like x y A I translate this to
x ∗ A 1 + y ∗ A 0 = x A + y
to know what value in base 1 0 I'm dealing with.
If it was something like x y z A then the base 1 0 value would be
x ∗ A 2 + y ∗ A 1 + z ∗ A 0 = x A 2 + y A + z .
If the base is unknown and we are given an equation like 3 1 A = 2 A ∗ 1 7 A then I think the approach I've taken to determine A is as efficient as any. If we know the base and we have to determine the value of, say, 2 1 3 ∗ 1 7 1 3 , then we can work in base 1 3 directly without converting to base 1 0 first.
So with 2 1 3 ∗ 1 7 1 3 , we start by noting that
2 1 3 ∗ 7 1 3 = 1 1 1 3 and 2 1 3 ∗ 1 0 1 3 = 2 0 1 3 ,
and so 2 1 3 ∗ 1 7 1 3 = 1 1 1 3 + 2 0 1 3 = 3 1 1 3 .
It's a bit confusing when dealing with a two-digit base such as 1 3 , because something like 1 0 1 3 could be interpreted as either 1 0 or 1 ∗ 1 3 + 0 = 1 3 in base 1 0 . I'm not sure what is normally done to distinguish between the two, but I myself would write ( 1 0 ) 1 3 to indicate 1 0 in base 1 0 , and 1 0 1 3 to indicate 1 3 in base 1 0 .
Hopefully I haven't made this even more confusing. when I'm in doubt I convert everything into base 1 0 first so that I'm in familiar territory, but with practice you can begin to work in different bases directly without first converting to base 1 0 .
Problem Loading...
Note Loading...
Set Loading...
The first equation translates to 3 A + 1 = 2 ∗ ( A + 7 ) ⟹ A = 1 3 .
The second equation translates to 4 B + 4 = 3 ∗ ( B + 3 ) ⟹ B = 5 .
Thus ( A + B ) 1 0 = 1 3 + 5 = 1 8 .