 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If `A=[(1,4),(4,-3) and f(x) =2x^2-4x+5 then f(A)` =?A. `[(19,-32),(-16,51)]`B. `[(19,-16),(-32,51)]`C. `[(19,-11),(-27,51)]`D. none of these | 
| Answer» Correct Answer - B `f(A)=2A^2-4A+5I` | |