MGMAT - Functions

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 645
Joined: Wed Sep 05, 2007 4:37 am
Location: India
Thanked: 34 times
Followed by:5 members

by camitava » Fri Sep 21, 2007 3:29 am
f(x)=(x-1)^2, What is the value of f(x-1)?

A. x^2+2x+1
B. x^2-4x+2
C. x^2-4x+4
D. x^2+4x+4
Just put (x - 1) in place of x.
So f(x -1) = (x - 1 - 1)^2
= x^2 - 4x + 4 Using the formula - (a - b)^2 = a^2 - 2ab + b^2.

Got it?
Correct me If I am wrong


Regards,

Amitava

Junior | Next Rank: 30 Posts
Posts: 16
Joined: Tue Mar 20, 2007 6:02 am

by cveluswamy » Fri Sep 21, 2007 3:56 am
Perfect. Thanks

Master | Next Rank: 500 Posts
Posts: 315
Joined: Thu Aug 17, 2006 10:43 pm
Thanked: 23 times

by Suyog » Fri Sep 21, 2007 4:08 am
Use Formula (a-b)^2 = a^2 - 2ab + b^2

f(x) = (x-1)^2
Therefore,

f(x-1) = [(x-1)^2 - 1]^2
= [(x-1)^2 - [2(x-1)(1)] + (1)^2] ; Using the formula
= [(x-1)^2 - 2x + 3]
= [(x^2 - 2x +1) - 2x +3] ; Using the formula
= x^2 -2x +1 -2x+3
= x^2 - 4x +4

Ans C.