parwana said:
Thanks everyone, it was the latter one zorodius. Here are some more questions!
Given that f(x)= 10, find the ratio (f(x+t)-f(x))/t
What you want to do here is to figure out what you can write instead of f(x+t) and f(x). For instance, you were given that f(x) = 10, so you can write the number 10 instead of f(x) in the problem. You can also figure out that f(x+t) is 10 as well, because f(x) doesn't change no matter what you put between the parentheses!
parwana said:
Find the roots of 4/h = (3/h^2)+1
I'll start this off:
\frac {4}{h} = \frac {3}{h^2} + 1
0 = \frac {3}{h^2} + 1 - \frac {4}{h}
0 = 3 + h^2 - 4h = h^2 - 4h + 3
Can you see where to go from there?
parwana said:
One pipe can fill a swimming pool in 5 hours less than another. Together they fill the swimming pool in 5 hours. How long would it take each pipe to fill the tank alone?
First, let's give names to the quantities we're talking about.
A is the rate at which the fast pipe fills up pools. (in pools / hour)
B is the rate at which the slow pipe fills up pools. (in pools / hour)
Ta is the time it would take A to fill up a whole pool. (in hours)
Tb is the time it would take B to fill up a whole pool. (in hours)
Then "the rate at which a pipe fills up pools" times "the number of hours it takes that pipe to fill up a pool" should be equal to one pool, and so:
1 = A \cdot T_a
1 = B \cdot T_b
We also know, from the problem, that the time for the fast pipe to fill up a pool is five hours less than the time for the slow pipe to fill up a pool, so:
T_a = T_b - 5
And we know that, working together, they fill one pool in five hours. Working together, their total rate is the sum of their individual rates, and:
1 = (A + B) 5
So A + B is the rate of both pipes working together, and 5 is the number of hours it takes them to fill one pool.
Can you see where to go from there?
parwana said:
Given that f(x)= cos(x+1) and g(x) = ((x^2)-1)/2, find (f o g)(x)
I'll show an example of how a similar problem could be solved:
Given that a(x) = 2x and b(x) = x + 1, find (a o b)(x).
We replace (a o b)(x) with the equivalent a(b(x)). For the innermost function, we know that b(x) = x + 1, so a(b(x)) = a(x+1).
a(x) = 2x, meaning that to evaluate function a, we multiply whatever is between the parentheses by two. We had a(x+1), so a(x+1) = 2 * (x+1) = 2x + 2.
Your problem can be solved in the same way that this example was.