Age of Aadil is 20 years. Firoz age is 5% greater than Aadil age, then how much percentage Aadil age is less than Firoz age.
- 5
- 4.76
- 3.76
- 7.76
- option1,option2
Clear All
Aadil Age =20 years
Firoz age = 20+(20*5/100)=21 years
Age difference between Aadil & Firoz,
=1/21 * 100 = 4.76
Loading...
Age of Aadil is 20 years. Firoz age is 5% greater than Aadil age, then what is Firoz age(years).
- 25
- 24
- 23
- 21
- option4
Clear All
Aadil Age =20 years
Firoz age = 20+(20*5/100)=21 years
Loading...
If the compound interest on a sum for 2 years at 12.5 p.a is Rs.510, the simple interest on the same sum at the same rate for the same period of time is__
- 400
- 450
- 480
- 510
- option3
Clear All
C.I = S.I[1+ (r/200)] for 2 years
therefore, 510=S.I[1+(12.5/200)]
510=S.I * 17/16
S.I=30 * 16 = 480
Loading...
The income of a person is 20% more than his expenses. His income is increased by 60% and expense by 20%. Find the percentage change in his savings.
- 130%
- 200%
- 260%
- 150%
- option3
Clear All
Let his expense be 100
Income = 120
Savings = 20
New income = 120 + 60% of 120 = 192 New Expense = 100+ 20% of 10= 120
New savings = 72
% increase in his savings
= (72-20/20*100=52*5= 260%
Loading...
In A box, there are 10p, 25p and 50p coins in the ratio 4:9:5 with the total sum of Rs 206. How many coins of 10p, 25p and 50p respectively, does the box have?
- 90, 60, 110
- 160, 360, 200
- 135, 250, 150
- Cannot be determined
- option2
Clear All
Let the number of 10p, 25p, 50p coins be 4x, 9x, 5x respectively. Then, 4x/10 + 9x/4 + 5x/2 = 206 (Since, 10p = Rs 0.1, 25p = Rs 0.25, 50p = Rs 0.5) => 8x + 45x + 50x = 4120 (Multiplying both sides by 20 which is the LCM of 10, 4, 2) => 103x = 4120 => x =
Loading...
In A box, there are 1₹, 25p and 50p coins in the ratio 4:9:5 with the total sum of ₹420. How many coins of 10p, 25p and 50p respectively, does the box have?
- 90, 60, 110
- 40, 90, 50
- 48, 108, 60
- Cannot be determined
- option3
Clear All
Let the number of 100p, 25p, 50p coins be 4x, 9x, 5x respectively. Then, (Since, 25p = Rs 1/4, 50p = Rs 1/2) => 16x + 36x + 10x = 420(Multiplying by 4 which is the LCM of 1,4, 2) => 35x = 420 => x = 12. Therefore,
No. of 10p coins = 4 x 12 = 48,
No. of 2
Loading...
A bag contains 50 paisa, 25 paisa and 10 paisa coins in the ratio of 7:8:3 amounting to 87. Find the number of 10 paisa coins?
- 30
- 45
- 60
- 50
- option2
Clear All
Loading...
What techniques are used to retrieve data based on more than one table in a single SQL statement?
- Union
- Join
- Nested query
- All of the above
- option4
Clear All
Loading...
In SQL the statement Select * From R, S is equivalent to
- Select * From R union join S
- Select From R natural join S
- Select * From R cross join S
- Select * From R inner join S
- option3
Clear All
Loading...
Which of the following is correct about SQL?
- An SQL query automatically eliminates duplicates
- An SQL query will not work if there are no indexes on the relations
- SQL permits attribute names to be repeated in the same relation.
- None of these
- option4
Clear All
Loading...