 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If `f(x + 2) = x^2 + 7x-13`, then find the remainder when `f(x)` is divided by `(x +2)`.A. `-25`B. `-12`C. `-23`D. `-11` | 
| Answer» Given , `f(x+2) = x^(2)+7x-13` (1) The remainder , when `f(x)` is divided by `(x+2) ` is `f(-2)`. `:.` Put `x=-4` in Eq . (1) `f(-4+2)=(-4)^(2)+7(-4)-13` `rArrf(-2)=16-28-13=-25`. | |