Click here to Skip to main content
15,889,281 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 4:58
sitebuilderLuc Pattyn24-Feb-08 4:58 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 5:34
Malcolm Smart24-Feb-08 5:34 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 5:45
sitebuilderLuc Pattyn24-Feb-08 5:45 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 6:49
Malcolm Smart24-Feb-08 6:49 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 6:52
sitebuilderLuc Pattyn24-Feb-08 6:52 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 7:07
Malcolm Smart24-Feb-08 7:07 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 7:19
sitebuilderLuc Pattyn24-Feb-08 7:19 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
kinar12-Mar-08 19:43
kinar12-Mar-08 19:43 
Of course this is probably way too late to help but...

The key here is that you need to isolate b

starting from your step:

(b+1) / b = a^2

this is equal to:

(b+1) * (1/b) = a^2

multiply out left side:

(b/b) + (1/b) = a^2

reduce (b/b):

1 + (1/b) = a^2

subtract 1 from both sides:

1/b = a^2 - 1

multiply both sides by b:

b/b = (a^2 - 1) * b

multiply both sides by 1/(a^2 -1):

(1/(a^2 - 1))*(b/b) = (a^2 - 1) * (1/(a^2 - 1)) * b

reduce both sides:

1/(a^2 - 1) = b
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
SilimSayo20-Mar-08 4:02
SilimSayo20-Mar-08 4:02 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
kinar20-Mar-08 12:28
kinar20-Mar-08 12:28 
GeneralImage Processing Pin
LizzieCode22-Feb-08 9:37
LizzieCode22-Feb-08 9:37 
GeneralRe: Image Processing Pin
Alan Balkany25-Feb-08 4:25
Alan Balkany25-Feb-08 4:25 
GeneralRe: Image Processing Pin
Sameerkumar Namdeo2-Mar-08 16:24
Sameerkumar Namdeo2-Mar-08 16:24 
GeneralRe: Image Processing Pin
Alan Balkany3-Mar-08 3:13
Alan Balkany3-Mar-08 3:13 
GeneralNice Tool Pin
Bassam Abdul-Baki19-Feb-08 4:59
professionalBassam Abdul-Baki19-Feb-08 4:59 
GeneralRe: Nice Tool Pin
Paul Conrad29-Feb-08 7:31
professionalPaul Conrad29-Feb-08 7:31 
GeneralRe: Nice Tool Pin
Bassam Abdul-Baki29-Feb-08 7:33
professionalBassam Abdul-Baki29-Feb-08 7:33 
GeneralHashTable Pin
Ippacciani16-Feb-08 1:02
Ippacciani16-Feb-08 1:02 
GeneralRe: HashTable Pin
Paul Conrad17-Feb-08 7:00
professionalPaul Conrad17-Feb-08 7:00 
GeneralRe: HashTable Pin
CKnig18-Feb-08 3:00
CKnig18-Feb-08 3:00 
QuestionRe: HashTable Pin
CPallini18-Feb-08 3:27
mveCPallini18-Feb-08 3:27 
GeneralRe: HashTable Pin
CKnig18-Feb-08 3:34
CKnig18-Feb-08 3:34 
GeneralRe: HashTable Pin
CPallini18-Feb-08 3:39
mveCPallini18-Feb-08 3:39 
GeneralRe: HashTable Pin
CKnig18-Feb-08 3:50
CKnig18-Feb-08 3:50 
GeneralRe: HashTable Pin
BadKarma18-Feb-08 3:57
BadKarma18-Feb-08 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.