-
Kim9876Zey
- Newbie | Next Rank: 10 Posts
- Posts: 7
- Joined: Wed Jun 20, 2012 6:01 pm
The easiest way is to substitute x with a number for example 2.
a
f(x) = 1-2 = -1
f(1-x) = 1--1=2
b
f(x) = 1-2^2= -3
f(1-x)= 1-(-1^2)= 0
c
f(x) = 2^2-(1-2)^2= 3
f(1-x) = -1^2-(1--1)^2= -3
d
f(x) = 2^2(1-2)^2 = 4
f(1-x) = -1^2(1--1)^2 = 4
e
f(x) = 2/1-2 = -2
f(1-x) = -1/1--1= -0.5
Answer is (d)


















