Find the missing term in the series: 1, 5, 9, 13, 17, ?, 25, 29.
If the sides of a triangle are 26 cm, 24 cm and 10 cm, what is its area?
A bus is moving at a speed of 72 km/h. What distance will it cover in 30 seconds?
Two dice are thrown simultaneously. What is the probability of getting two numbers whose product is even?
Look carefully for the pattern, and then choose which pair of numbers comes next.
14, 14, 26, 26, 38, 38, 50
How much time will it take for an amount of Rs. 450 to yield Rs. 81 as interest at 4.5% per annum of simple interest?
From a normal pack of cards, two cards are drawn. Find the probability that one is a queen and the other is a king if the two cards are drawn randomly.
If 'nitco sco tingo' stands for 'softer than flower', 'tingo rho mst' stands for 'sweet flower fragrance', and 'mst sco tmp' stands for 'sweet than smile', what would 'mst' stand for?
The price of 2 sarees and 4 shirts is Rs. 1600. With the same money, one can buy 1 saree and 6 shirts. If one wants to buy 12 shirts, how much shall they have to pay?
What will be the output of the following C++ code?
#include <iostream>
int main(int argc, char const *argv[])
{
cout<<"Hello World";
return 0;
}