Concept:Replace x by 1−x to get a second equation, then solve the two linear equations for f(x).Explanation:Given:2f(x)+f(1−x)=xReplace x by 1−x:2f(1−x)+f(x)=1−xMultiply the second equation by 2:4f(1−x)+2f(x)=2−2xSubtract the first equation:3f(1−x)=2−3xSo:f(1−x)=32−3xPut x→1−x:f(x)=32−3(1−x)=33x−1=x−31Answer:f(x)=x−31, which is option B.