SHARING IS CARING If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.
If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.
Which number will replace '?' in the given series? 91, 119, 147, 175, ?
The series is as follows: 13 × 7 = 91 (13 + 4) × 7 = 17 × 7 = 119 (17 + 4) × 7 = 21 × 7 = 147 (21 + 4) × 7 = 25 × 7 = 175 (25 + 4) × 7 = 29 × 7 = 203
If in a certain code, COLD is written as OCDL, then KEPT will be written as
COLD = OCDL Here, the positions of the first and the second letters get interchanged with each other and also the positions of the third and the fourth letters are interchanged. So, KEPT = EKTP
If in a certain language, 'how' means '+', 'you' means '-', 'are' means '÷', and 'today' means '×', then what will be the answer of the equation given below? 20 how 10 are 5 you 4 today 2
'how' means '+', 'you' means '-', 'are' means '÷', and 'today' means '×'. Then, 20 how 10 are 5 you 4 today 2 = 20 + 10 ÷ 5 - 4 × 2 Using BODMAS, 20 + (10 ÷ 5) - 4 × 2 = 20 + 2 - (4 × 2) = 20 + 2 - 8 = 14
Which of the following will give you the eighth letter from the left, if the letters of the given word are arranged in reverse alphabetical order? ENCOURAGE
When the letters of the given word ENCOURAGE are arranged in reverse alphabetical order, then the result will be: URONGEECA So, the letter that is eighth from the left is C.
Which of the following numbers will logically replace the question mark in the given number series? 4, 27, 16, 125, 36, ?
The series is as follows: 22 = 4 33 = 27 4² = 16 5³ = 125 6² = 36 Hence, ? = 7³ = 343
Thomas was ranked 5th from the top and 40th from the bottom in a class. How many students are there in the class?
He was ranked 5th from the top and 40th from the bottom. So, total number of students = 5 + 40 – 1 = 45 – 1 = 44
Arrange the words given below in a meaningful sequence: 1. Seed 2. Wood 3. Plant 4. Table 5. Tree
First, we dig the soil and put the seed in the soil, so 1 comes first. Secondly, plant grows, so 3 comes second. Thirdly, plant becomes tree, so 5 comes third. Then, from tree, we get wood and after that we make table from wood. That means, the sequence becomes: 1, 3, 5, 2, 4.
If '÷' means '+', 'x' means '-', '-' means '÷', and '+' means 'x', then what will be the value of the following expression? 48 - 6 + 8 x 2 ÷ 10
48 - 6 + 8 x 2 ÷ 10 = ? Replacing the values accordingly, we get 48 ÷ 6 x 8 - 2 + 10 Using BODMAS, 8 x 8 - 2 + 10 = 64 - 2 + 10 = 62 + 10 = 72
What will be the 45th term, if an A.P. consists of 73 terms, and the first and the last terms be 9 and 297?
Given: n = 73, a = 9 and a73 = 297 an = a + (n - 1)d So, 9 + (73 - 1)d = 297 9 + 72d = 297 72d = 288 d = 288/72 d = 4 a45 = a + 44d = 9 + 44(4) = 9 + 176 = 185
In a flower bed, there are 40 roses in the first row, 38 roses in the second row, 36 roses in the third row, and so on. If there are 12 roses in the last row, how many rows are there in the flower bed?
The numbers of flowers in the flower bed rows form an AP. a = 12 d = 2 Let the number of rows be n. So, 40 = 12 + (n – 1) × 2 14 = n – 1 Or n = 15
Find the sum (S) and the product (P) of the roots of the quadratic equation x2 + 4x + 3 = 0.
Solving the equation: x2 + 4x + 3 = 0 x2 + 3x + x + 3 = 0 (x + 1)(x + 3) = 0 We get x = -1, -3 Sum of the roots (S) = (-1) + (-3) = -4
If the mean of first 5 observations is 7 and the mean of first 6 observations is also 7, then the 6th observation is:
Mean of 5 observations = 7 Total of 5 observations = 7 x 5 = 35 Mean of 6 observations = 7 Total of 6 observations = 7 x 6 = 42 Therefore, sixth observation = 42 - 32 = 7
When a certain positive number is increased by 16 and squared, then the resulting number is 368 more than twice the square of the number. Which of the following is the possible value of the number?
According to the question, (x + 16)2 = 2x2 + 368 Or x2 + 256 + 32x = 2x2 + 368 Or x2 - 32x + 112 = 0 Or (x - 28)(x - 4) = 0 Or x = 28 or 4
The sides of a triangle have lengths 6 units, 8 units, and 12 units. What kind of triangle is it?
Let a = 6, b = 8, c = 12 Then, a2 = 62 = 36 b2 = 82 = 64 c2 = 122 = 144 Now, a2 + b2 = 100 So, a2 + b2 < c2 Hence, it is an obtuse-angled triangle.
Which of the following options is the same as (x + 7)2 – 6(x + 7) + 9?
(x + 7)2 – 6(x + 7) + 9 Put x + 7 = a ......... (1) a2 – 6a + 9 = (a – 3)2 Put the value of a from (1). = [(x + 7) – 3]2 = [x + 7 – 3]2 = (x + 4)2 = (x + 4)(x + 4)
What is the greatest integer 'k' for which the roots of the equation x2 – kx + 20 = 0 are imaginary?
x2 – kx + 20 = 0 Comparing with ax2 + bx + c = 0, we get a = 1, b = -k and c = 20 The roots will be imaginary if the discriminant b2 – 4ac < 0. k2 – 80 < 0 k2 < 80 The greatest integer k which satisfies this is 8.
If two complementary angles are in the ratio 6 : 9, then the measure of the largest angle is
Since, angles are in ratio 6 : 9, measure of the first angle will be 6x. Then, measure of the second angle will be 9x. According to the question 6x + 9x = 90o 15x = 90o x = 90o/15 x = 6o Hence, measure of the first angle = 6x = 6 × 6 = 36o Measure of the second angle = 9x = 9 × 6 = 54o So, the largest angle = 54o
Find the value of x and y from the following equations:
x - 3y = 8 2x - 5y = 4
Given that x - 3y = 8 ------------------ (1) 2x - 5y = 4 ------------ (2) From (1), x = 8 + 3y Putting this value in (2), we get 2(8 + 3y) - 5y = 4 16 + 6y - 5y = 4 y = -12 Now, x = 8 + 3(-12) So, x = 8 - 36 = -28
If degree of p(x) = 4, and degree of q(x) = 4, then what can be the sum of the possible values of degree of p(x) + q(x)?
Possible values of degree are: 0, 1, 2, 3 or 4. So, sum of possible values of degrees of p(x) and q(x) = 10.
Find the value of k, if x - 1 is a factor of 4x3 + 3x2 - 4x + k.
As x - 1 is a factor of p(x) = 4x3 + 3x2 - 4x + k So, p(1) = 0 So, p(1) = 4(1)3 + 3(1)2 - 4(1) + k = 0 4 + 3 - 4 + k = 0 k = -3
Deepika has 27 coins. She finds p more coins from her drawer. Priyanka has double the number of coins Deepika has now. Choose the expression that shows the total number of coins they both have altogether?
Initially, Deepika had 27 coins. Then, she finds p coins from the drawer, that means, she now has 27 + p coins. Priyanka has double the number of coins Deepika has. That means, she has 2 x (27 + p) = 54 + 2p Altogether, they have (27 + p) + (54 + 2p) = 81 + 3p
A certain number of elephants and an equal number of men are going somewhere. Half of the owners are on their elephant's back while the remaining are walking along leading their elephants. If the number of legs walking on the ground is 80, how many elephants are there?
Let the number of elephants = Number of men = x Then, number of legs = 4x + 2 x (x/2) = 5x So, 5x = 80, or x = 16
Arnav purchased an article for Rs. 5,000 and he decided to raise its price by 50%. After one month, he decided to sell it for 30% off. What was the price after discount?
Cost price of the article = Rs. 5,000 Selling Price of the article = Rs. 1.5 × 5,000 = Rs. 7,500 Selling Price of the article after a month = Rs. 0.7 × 7,500 = Rs. 5,250 Hence, the price after discount = Rs. 5,250.
A lot consists of 100 ball pens out of which 10 are defective and the others are good. Harry will buy a pen if it is good, but will not buy if it is defective. The shopkeeper draws one pen at random and gives it to him. What is the probability that he will buy it?
Total ball pens = 100 Defective ball pens = 10 Pens which are good = 100 - 10 = 90 Then, probability of drawing a good pen = 90/100 = 9/10
From the information counter, I get to know that flight to Delhi leaves every 6 hours. Also, I learn that the last flight took off 50 minutes before. If the time now is 11:15 a.m, then what time will be the next flight?
Current time = 11:15 am Time of last flight = 11:15 - 50 minutes = 10:25 am So, time of next flight = 10:25 am + 6 hours = 4:25 pm
A store pays Rs. 488 for a sewing kit. The store marks-up the price by 35%. What will be the new price?
Write the percentage as a decimal 35% = 0.35 The mark-up price is: 488 × 0.35 = 170.80 The new price will be 170.80 + 488.00 = 658.80 Hence, the new price after mark-up will be Rs. 658.80.
If 10 pencils and 8 pens together cost Rs. 90, while 8 pencils and 7 pens together cost Rs. 78, then find the cost of one pen.
Let the cost of one pen = Rs. x cost of one pencil = Rs. y So, according to the question 8x + 10y = 90 ----- (1) 7x + 8y = 78 ------- (2) So, from equations (1) and (2) we get, x = 10 and y = 1 So, the cost of one pen is Rs. 10.
Profit obtained on selling a mixer for Rs. 56 is the same as the loss incurred on selling it for Rs. 42. What is the cost (in Rs.) of the mixer?
Let CP of the mixer be Rs. x. Concept to be used: SP – CP = Profit And, CP – SP = Loss Given: When SP = Rs. 56, a profit is made. Then, Profit = Rs. (SP – CP) = Rs. (56 – x) When SP = Rs. 42, loss is incurred. Loss = CP – SP = Rs. (x – 42) Since, profit made = loss incurred So, 56 - x = x - 42 56 + 42 = 2x 98 = 2x x = 49 So, CP of the mixer = Rs. 49
Peter bought a total of 20 thumb pins, some of which cost $0.25 each and some of which cost $0.15 each. If Peter spent $4.20 to buy these pins, how many pins of each type did he buy?
number of pins is 20. Hence X + Y = 20.... (1) If X is the number of pins that cost $0.25, then the cost of X pins will be 0.25 X. If Y is the number of pins at $0.15, then the cost of Y pins will be 0.15 Y. The total cost of X pins and Y pins is known to be $4.20, and is also given by 0.25 X + 0.15 Y = 4.2 ....(2) Solve (1) and (2), we get X + Y = 20 0.25 X + 0.15 Y = 4.2 The first equation gives Y = 20 - X. Substitute value of (Y) in the second equation and solve 0.25 X + 0.15 (20 - X) = 4.2 X(0.25 - 0.15) + 3 = 4.2 0.1 X = 1.2 X = 12 and Y = 20 - 12 = 8
Weights of 8 students of a class are: 36.5 kg, 34.5 kg, 42.8 kg, 40.6 kg, 38.6 kg, 36.9 kg, 40.5 kg and 39.0 kg
Which of the following options is correct?
Statement I - Median of the given data is 38.67 kg. Statement II - Range of the given data is 8.3 kg.
If we arrange the data in ascending order:- 34.5, 36.5, 36.9, 38.6, 39.0, 40.5, 40.6, 42.8 Median = (38.6+39/2) = 38.8 kg Thus, statement I is not true. Range of data = 42.8 – 34.5 = 8.3 kg statement II is true.
Fill in the blanks:
1. An arc is a _____ when its ends are the ends of a diameter. 2. Segment of a circle is the region between an arc and ______ of the circle. 3. A circle divides the plane, on which it lies, in ______ parts.
1. An arc is a semi- circle when its ends are the ends of a diameter. 2. Segment of a circle is the region between an arc and chord of the circle. 3. A circle divides the plane, on which it lies, in three parts - exterior, interior and circumference.
Correct -
Wrong -
Skipped -
"Log in, submit answer and win prizes"
"Enter your details to claim your prize if you win!"
Provide prime members with unlimited access to all study materials in PDF format.
Allow prime members to attempt MCQ tests multiple times to enhance their learning and understanding.
Provide prime users with access to exclusive PDF study materials that are not available to regular users.
Thank you for participating in Quiz Time!
Good luck, and stay tuned for exciting rewards!
Your Selected Class:
Your Selected Stream: