@sweetsh..
i guess u r talking abt the next question
okk...heres how u do it
let the transformation matrix (2by2) be (a  b)
                                                      (c  d)
take 2 sets of co-ordinates from the object and arrange it vertically to form a 2 by 2 matrix
multiply it with the transformation matrix (abcd) and equate it to the corresponding sets of co-ordinates in the image 
(again arranged vertically to form a 2 by 2 matrix)
lets take the points A and B
point  A - (2,2) gets mapped to (3,2)
point B  - (5,2) gets mapped to (7.5,2)
heres the equation desribed above
(2  5)   *   (a  b)    =    (3  7.5)
(2  2)       (c  d)           (2    2)
find the values of a,b,c,d by multiplying (3  7.5)    with the inverse of (2  5)
                                                       (2    2)                              (2  2)