landscape Posted July 21, 2012 Posted July 21, 2012 Find the value of x if (23)x = 1111000102 I've converted it into decimal, which is 482. But that's where I get stuck. Any ideas?
imatfaal Posted July 23, 2012 Posted July 23, 2012 You need to break down 23 or any number in a place-holder system. The number 576 in decimal is interpreted without thinking - but what does it represent? 576_{10} = (5*10^2) + (7*10^1) + (6 *10^0) in general 576_x = (5*x^2) + (7*x^1) + (6 *x^0) You can then just rearrange your question into a nice polynomial which you solve for x. That said I must be missing something cos I cannot get yours to work - maybe I am just having a brain fade.
Schrödinger's hat Posted July 24, 2012 Posted July 24, 2012 (edited) Imfataal, the reason you're having trouble is: Assuming his radix is an integer. 23_x = 2x + 3 = 2(x+1) + 1 = 2n+1 Is odd. 111100010_2 is even. Either his radix is not an integer (rational solution to 2x+3 = 482) or there's a transcription error somewhere. Edited July 24, 2012 by Schrödinger's hat 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now