25
48
29.5
18.18 are the four answers respectively
Let x = the amount of time that the third person needs to work on the job to add up to one
1 = 1/2 + 1/3 + x
1 - 1/2 - 1/3 = x
To subtract the fractions we need to put them all over a common denominator. Let's use 3*2 = 6 as the denominator; so 1 = 6/6, 1/2 = 3/6, 1/3 = 2/6:
6/6 - 3/6 - 2/6 = x
1/6 = x
The third person must work 1/6 time on the project.
The Fibonacci Sequence is a stream of numbers that typically begins with a "0" or "1". From there, any number placed after would be added to the previous number.
For instance, if I started with a "1", and the next number was a "2", the number after would be a "3". From this "3", it would be a "5", the next number would then be a "8".
It would look like this:
1, 2, 3, 5, 8