

InterviewSolution
Saved Bookmarks
1. |
Write the set of all positive integers whose cube is odd. |
Answer» Every odd number has an odd cube Odd numbers can be represented as 2n+1. {2n+1:n ϵ W} or {1,3,5,7,……} |
|