Author Topic: I have no idea how to do this.  (Read 3918 times)

0 Members and 1 Guest are viewing this topic.

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
I have no idea how to do this.
« on: August 24, 2006, 05:50:42 pm »
Determine the base r of a number system such that 225(r) = 89(10).


Okay, the r and 10 are subscripts and the = sign in my book actually has three lines as oppose to two.  I don't know how to do that on these forums, so sorry about that.  Anyway, does anyone know how to figure out the number system 225 is in?

Ich habe nicht idee.
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline d&q

  • Hero Member
  • *****
  • Posts: 1427
  • I'm here.
    • View Profile
    • Site
Re: I have no idea how to do this.
« Reply #1 on: August 24, 2006, 06:06:30 pm »
It is in base 6. How you do it is, first, you know that in each place there is:


 2   2  5

r^2 r^1 r^0


2(r^2) is less than 89, so you know that has to be less than 7, since 2(7^2) = 98. So I just sexually chose 6.


  2      2      5
2(6^2) 2(6^1) 5(6^0)


This works out to 72, 12, and 5.

72 + 12 + 5 = 89.

I hope I was understandable?
The writ of the founders must endure.

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
Re: I have no idea how to do this.
« Reply #2 on: August 24, 2006, 06:28:32 pm »
Yeah!!!  Thank you very much!!
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: I have no idea how to do this.
« Reply #3 on: August 24, 2006, 10:56:27 pm »
I think it's best to approach this problem more generally.  Your method is ok since you verify your guess, but it wouldn't be too useful in a situation where the base is something like 6.1, and it can lead to carelessness as it did in this thread (resulting in an incomplete solution)!

Solve the polynomial
2r^2 + 2r + 5 = 89


2r^2 + 2r - 84 = 0

6 is a solution, but now we also see that -7 is!


(P.S. The three bars equals means, "is logically equivalent to" or "by definition." In most cases, like here for example, it's effectively the same as a regular equals.  The three bars equals can almost* always be replaced by a regular equals, but the reverse cannot be done so often without making a few additional notes.  For example, if you are calculating the time it takes for someone to run 10km at 15 km/hr, it wouldn't make sense to say the t (triple equals) 2/3hr, unless you clearly defined t using the given conditions, since time in general won't equal 2/3.)

*I'm covering myself incase someone decides to be exceedingly pedantic. :P

« Last Edit: August 24, 2006, 11:10:50 pm by Rule »

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: I have no idea how to do this.
« Reply #4 on: August 25, 2006, 09:33:42 am »
The triple bars is "numerically congruent to" and is used to equate numbers in different bases, modulo, etc...  It's essentially "equals" for more abstract mathematics, but it does take on other properties too (which I forget).

Offline d&q

  • Hero Member
  • *****
  • Posts: 1427
  • I'm here.
    • View Profile
    • Site
Re: I have no idea how to do this.
« Reply #5 on: August 25, 2006, 06:56:07 pm »
I think it's best to approach this problem more generally.  Your method is ok since you verify your guess, but it wouldn't be too useful in a situation where the base is something like 6.1, and it can lead to carelessness as it did in this thread (resulting in an incomplete solution)!

Solve the polynomial
2r^2 + 2r + 5 = 89


2r^2 + 2r - 84 = 0

6 is a solution, but now we also see that -7 is!


I was aware of that method, but I just randomly happened to know that six was the answer from looking at it, so I kinda just worked backwards to prove it was six, instead of trying to solve the problem that way.
The writ of the founders must endure.

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: I have no idea how to do this.
« Reply #6 on: August 25, 2006, 07:00:36 pm »
I think it's best to approach this problem more generally.  Your method is ok since you verify your guess, but it wouldn't be too useful in a situation where the base is something like 6.1, and it can lead to carelessness as it did in this thread (resulting in an incomplete solution)!

Solve the polynomial
2r^2 + 2r + 5 = 89


2r^2 + 2r - 84 = 0

6 is a solution, but now we also see that -7 is!


I was aware of that method, but I just randomly happened to know that six was the answer from looking at it, so I kinda just worked backwards to prove it was six, instead of trying to solve the problem that way.

If you knew that the solution could involve solving a quadratic equation, you should have known that 6 was only *an* answer, not *the* answer. 

1/2 marks. >:(

Offline d&q

  • Hero Member
  • *****
  • Posts: 1427
  • I'm here.
    • View Profile
    • Site
Re: I have no idea how to do this.
« Reply #7 on: August 25, 2006, 07:02:58 pm »
I knew six was probably *the* answer that he was looking for. How did I know? Because I look good.
The writ of the founders must endure.

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: I have no idea how to do this.
« Reply #8 on: October 25, 2006, 09:45:25 am »
Or maybe because logic classes don't have any use for negative bases ;)