aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Find the wrong term in the given series. 157.5, 45, 15, 6, 3, 2, 1

  1. 15

  2. 3

  3. 1

  4. 45

  5. 6

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

Pattern: ÷3.5, ÷3, ÷2.5, ÷2, ÷1.5, ÷1. Checking: 157.5÷3.5=45 ✓. 45÷3=15 ✓. 15÷2.5=6 ✓. 6÷2=3 ✓. 3÷1.5=2 ✓. 2÷1=2, not 1. Option C (1) is the wrong term.

Keep practicing — related questions

  • X = @(1, 2, 3, 4, 5) If the below script will be executed what will be the value of $Z[6]? $x = @(1, 2, 3, ...
  • 1. class Loopy { 2. public static void main(String[] args) { 3. int[] x = {7,6,5,4,3,2,1}; 4. // insert cod...
  • Given the following two tables: TAB1 C1 C2 1 Antarctica 2 Africa 3 Asia 4 Australia TAB2 CX CY 5 Europe 6 N...
  • Given that tables T1 and T2 contain the following rows : Table T1 : C1 C2 (5 4) (5 2) (5 5) Table T2 : C1 C...
  • What gets printed? my @a = ([1, 2, 3, 4], [5, 6, 7, 8]); print join(' ', @{$a[1]}[1..3]);
  • What gets printed? my @a = ([1, 2, 3, 4], [5, 6, 7, 8]); print join(' ', @{$a[1]}[1..3]);
  • Given the table, Customer contain the following data Customer Table: Product-ID Quantity 1 5 2 3 3 4 The fo...
  • A file contains data as given below, Line 1 Line 2 Line 3 Line 4 Line 5 A command which can be used to get ...

Practice this chapter

  • Number Series (2662 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy