Archives

Prime factors of 231.

Solution: To find the prime factors of a number, divide the given number by the smallest prime number. Again, divide the quotient by the... View Article

Convert 192 to binary.

Solution: Given number is 192. To convert a decimal number to binary, we divide it successively by 2, until quotient is 0. Keep the whole part... View Article

Factors of 675

Solution: To find the factors of 675, we have to find the list of numbers that would divide 675 without leaving any remainder. 675/3 = 225... View Article

22 in binary is equal to

Solution: Given number is 22. To convert a decimal number to binary, we divide it successively by 2, until quotient is 0. Keep the whole part... View Article

What is 1 mod 3?

Solution: Modulo is the operation of finding the remainder when you divide two numbers. We divide the dividend by the divisor. Then multiply... View Article