Mathematics · Quantitative Aptitude
Number Operations and Properties
896 Questions
Improve your quantitative aptitude with these number operations and properties questions. The topics range from basic subtraction and division to highest common factor and roman numerals. Regular practice of these fundamentals builds speed for exams.
Basic arithmetic operationsHCF and number propertiesRoman numeral calculationsNumber series evaluation
Number Operations and Properties Questions
Which of the following is a fundamental property of the complex numbers?
-
Closure under Addition
-
Closure under Multiplication
-
Closure under Exponentiation
-
Closure under Division
C
Correct answer
Explanation
The complex numbers are closed under exponentiation, meaning that the exponential of any complex number is also a complex number.
Find the greatest common divisor (GCD) of 24 and 36.
C
Correct answer
Explanation
The greatest common divisor (GCD) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. For 24 and 36, the GCD is 12.
Which of the following is a factor of 45?
B
Correct answer
Explanation
A factor of a number is an integer that divides the number without leaving a remainder. 5 is a factor of 45 because 45 ÷ 5 = 9, which is an integer.
What is the value of 2^5?
B
Correct answer
Explanation
2^5 means 2 raised to the power of 5. This is calculated as 2 × 2 × 2 × 2 × 2, which equals 32.
What is the value of 7! (7 factorial)?
B
Correct answer
Explanation
7! (7 factorial) is the product of all positive integers less than or equal to 7. This is calculated as 7 × 6 × 5 × 4 × 3 × 2 × 1, which equals 5040.
Which of the following is a Pythagorean triple?
-
(3, 4, 5)
-
(5, 12, 13)
-
(7, 24, 25)
-
(9, 40, 41)
A
Correct answer
Explanation
A Pythagorean triple satisfies the equation a^2 + b^2 = c^2. (3, 4, 5) satisfies this equation: 3^2 + 4^2 = 5^2.
Find the multiplicative inverse of 7 in the field of integers modulo 11.
Correct answer
Explanation
The multiplicative inverse of an element in a field is the element that, when multiplied by the given element, results in the identity element. In the field of integers modulo 11, the identity element is 1. We have: 7 * 8 ≡ 1 (mod 11). Therefore, the multiplicative inverse of 7 in the field of integers modulo 11 is 8.
What is the value of the entry in the 5th row and 3rd column of Pascal's Triangle?
A
Correct answer
Explanation
The entry in the 5th row and 3rd column of Pascal's Triangle is calculated by adding the two numbers above it, which are 4 and 6. Therefore, the value of the entry is 4 + 6 = 10.
What is the result of the following expression: 10 + 20?
A
Correct answer
Explanation
In JavaScript, the + operator is used for addition. Therefore, the result of the expression 10 + 20 is 30.
What is the result of the following expression: 10 * 2?
A
Correct answer
Explanation
In JavaScript, the * operator is used for multiplication. Therefore, the result of the expression 10 * 2 is 20.
A rectangular room has a length of 15 feet and a width of 12 feet. What is the area of the room in square meters?
-
18.58 sq m
-
19.53 sq m
-
20.47 sq m
-
21.42 sq m
B
Correct answer
Explanation
1 foot = 0.3048 meters
Length in meters = 15 * 0.3048 = 4.572 meters
Width in meters = 12 * 0.3048 = 3.6576 meters
Area in square meters = 4.572 * 3.6576 = 16.7229 sq m