PDA

View Full Version : Problems


Moose352
Feb9-04, 02:01 PM
I'm not too confident with problems dealing with the algebra of functions. For example, how would you approach this problem:

Function f satisfies: f(xy) = f(x)/y
If f(500) = 3, what is f(600)?

Thanks

NateTG
Feb9-04, 02:16 PM
f(xy)=\frac{f(x)}{y}
Now, if
xy=500 and x=600
can you figure out what y is?

matt grime
Feb9-04, 02:17 PM
600=500*(6/5)

Moose352
Feb9-04, 02:45 PM
Ah! Simple enough. Thanks a bunch.