InterviewSolution
Saved Bookmarks
| 1. |
The function f(x) is defined for positive integers and is defined as: f(x) = 6x - 3, if x is a number in the form 2n. = 6x + 4, if x is a number in the form 2n + 1. What is the remainder when f(1) + f(2) + f(3) +. . . . + f(1001) is divided by 2? ___ |
|
Answer» The function f(x) is defined for positive integers and is defined as: f(x) = 6x - 3, if x is a number in the form 2n. = 6x + 4, if x is a number in the form 2n + 1. What is the remainder when f(1) + f(2) + f(3) +. . . . + f(1001) is divided by 2? |
|