PDA

View Full Version : ugh, help


Xasuke
Oct27-04, 05:57 PM
Ok, I'm sure this is an easy problem and all, but it's pissing me off. I'm probably just not understanding it.

The function f has the property that for any real numbers x and y, f(x+y)=f(x)+f(y)+1. If f(1)=2, what is f(3)?

help.

Tide
Oct27-04, 07:00 PM
Just use the information provided to find f(2) from which f(3) = 8 follows.

Xasuke
Oct27-04, 07:23 PM
wow... I feel completely lost.
How do I find f(2)?

dav2008
Oct27-04, 07:30 PM
f(2)=f(1+1)

If you are given that f(x+y)=f(x)+f(y)+1

then it would be logical to conclude that

f(1+1)=f(1)+f(1)+1 and I think you can take it from there

Xasuke
Oct27-04, 08:08 PM
Oh my.. Thanks. I'm such an idiot =)