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

Multiple choice general knowledge
  1. 5

  2. 10

  3. 20

  4. 55

  5. cant be determined

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The sum of 10 consecutive numbers starting from x is 10x + 45 (since 0+1+...+9 = 45). The sum of 11 consecutive numbers starting from y is 11y + 55 (since 0+1+...+10 = 55). Setting them equal gives 10x + 45 = 11y + 55, which simplifies to 10x - 11y = 10. This is one equation with two variables, so x - y cannot be uniquely determined - it depends on the specific values chosen.

Multiple choice softskills creativity
  1. 5

  2. 12

  3. 13

  4. 15

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Following the order of operations, 5 divided by 1/2 is equivalent to 5 multiplied by 2, which equals 10. Adding 3 to 10 results in 13. Distractors like 5.5 or 12 result from incorrect arithmetic or ignoring the reciprocal rule.

Multiple choice softskills creativity
  1. 6

  2. 10

  3. 5

  4. 1

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is a logic puzzle. You can only subtract 6 from 30 once, because after you subtract it, you are subtracting from 24, then 18, and so on. The question asks how many times you can subtract it from 30 specifically.

Multiple choice softskills creativity
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To solve this problem, the user needs to know basic arithmetic and how to find the sum of two numbers. The user must check whether any two numbers in the given list add up to thirteen.

Let's go through each option:

A. True: This option is correct. By checking the given numbers, we can see that 2 of them add up to 13. 6 and 7 add up to 13. Thus, option A is the correct answer.

B. False: This option is incorrect. There are actually two numbers in the given list that add up to 13.

Therefore, the answer is:

The Answer is: A

Multiple choice softskills creativity
  1. 25

  2. 70

  3. 12

  4. 40

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Half means 0.5, so 30 divided by 0.5 = 30 × 2 = 60. Then 60 + 10 = 70. The common mistake is dividing by 2 instead of dividing by 0.5. 25 would come from 30 ÷ 2 + 10. 40 would come from 30 ÷ 0.5 × 2/3 roughly. 12 is unclear but wrong.

Multiple choice technology databases
  1. 15

  2. -15

  3. -3

  4. 3

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The mod function returns the remainder of division. -15 ÷ 4 = -3 with remainder -3, since -3 × 4 = -12 and -15 - (-12) = -3. Different languages handle negative operands differently, but -15 and 4 would typically give remainder -3 or 1 depending on implementation.