Write the set of all positive integers whose cube is odd.

Every odd number has an odd cube


Odd numbers can be represented as 2n+1.


{2n+1:n ϵ W} or


{1,3,5,7,……}


6