Number System Questions

Multiple choice
  1. $1616$
  2. $1602$
  3. $1605$
  4. None of these

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

2-digit numbers leaving remainder 1 when divided by 3 are of the form 3k + 1. The smallest is 10 (3*3+1) and the largest is 97 (3*32+1). This is an arithmetic progression: 10, 13, ..., 97. Number of terms n = (97-10)/3 + 1 = 29 + 1 = 30. Sum = (n/2) * (first + last) = (30/2) * (10 + 97) = 15 * 107 = 1605.

Multiple choice
  1. $1565$
  2. $1585$
  3. $1635$
  4. $1655$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Two-digit numbers leaving remainder 2 when divided by 3 are of the form 3n + 2. The sequence is 11, 14, ..., 98. This is an arithmetic progression with a = 11, l = 98, d = 3. Number of terms n: 98 = 11 + (n-1)3 => 87 = (n-1)3 => 29 = n-1 => n = 30. Sum = (n/2)(a + l) = (30/2)(11 + 98) = 15 * 109 = 1635.

Multiple choice
  1. The smaller number is $6$ and larger number is $30$.
  2. The smaller number is $9$ and larger number is $23$.
  3. The smaller number is $8$ and larger number is $14$.
  4. The smaller number is $3$ and larger number is $19$.
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let x be the smaller and y be the larger. x + y = 32. y = 2x + 5. Substitute: x + (2x + 5) = 32 -> 3x = 27 -> x = 9. Then y = 32 - 9 = 23.

Multiple choice
  1. $\dfrac{68347}{10}$
  2. $\dfrac{68347}{100}$
  3. $\dfrac{68347}{1000}$
  4. $\dfrac{68347}{10000}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To convert a decimal to a fraction, place the number over 1 followed by as many zeros as there are decimal places. 68.347 has 3 decimal places, so it is 68347/1000.

Multiple choice
  1. $50$
  2. $75$
  3. $65$
  4. $35$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let the number be 10x + y. (10x + y) = 6(x + y) + 3 => 4x - 5y = 3. (10y + x) = 4(x + y) + 9 => -3x + 6y = 9 => -x + 2y = 3. Solving: x = 2y - 3. 4(2y - 3) - 5y = 3 => 8y - 12 - 5y = 3 => 3y = 15 => y = 5. x = 2(5) - 3 = 7. Number is 75.