Get started by answering the below questions

What are the next two letters in the following series and why?

W A T N T L I T F S _ _


1. G T
Wrong
2. A W
Correct
3. W S
Wrong
4. C S
Wrong
Show / Hide Solution
The pattern is the 1st letter of every word in the sentence.

There are two iPhones. Each of them is sold for the same price i.e, ₹ 45000, one at a gain of 45 % and the other at a loss of 45 %. What is the overall profit or loss of the deal?

1. Loss of 20.25 %
Correct
2. No profit no loss
Wrong
3. Loss of 12.5 %
Wrong
4. Profit of 2.025 %
Wrong
Show / Hide Solution
When two things are sold at same price, one at a gain of P % and other at a loss of P %, then the result is always a Loss.

Where Loss = P2/100 % = 452/100 % = 20.25 %

Explanation:
iPhone1 selling price: 145 then cost price: 100 (profit 45 %, amount: 45.00)
iPhone2 selling price: 145 then cost price: 263.63 (loss 45 %, amount: 118.63)
Total cost price: ( 145 + 145 = 290 )
Total selling price: ( 100 + 263.63 = 363.63 )
This means total loss of 73.63.
% total loss = ( total loss / total cost price ) × 100 = ( 73.63 / 363.63 ) × 100 = 20.25

Select the word or phrase which best expresses the meaning of the given word.

CLAMOROUS


1. Enchanting
Wrong
2. Fashionable
Wrong
3. Ubiquitous
Wrong
4. Loud
Correct
Show / Hide Solution
Clamorous: Making or marked by loud outcry or sustained din.

Usage: We entered a vast room filled with people, smoke, and clamorous music.
What is this site about?

It's Snaptitude.in
A clear and lucid approcah of preparation for tests, interviews...

Introducing FastPath
A fast approach towards assimilation of concepts...

Percentage Aptitude Questions

A bonus amount of Rs.310000 is divided among 6 architects, 8 engineers and 12 associates, such that each architect gets 20% more than each of the engineer and each engineer gets 25% more than each associate. How much money do each of architects, engineers and associates get?

Rs. 10000, Rs. 12500, Rs. 15000
Wrong
Rs. 16000, Rs. 13500, Rs. 10000
Wrong
Rs. 18000, Rs. 12000, Rs. 90000
Wrong
Rs. 15000, Rs. 12500, Rs. 10000
Correct
Show / Hide Solution
Let each associate get x.
Then engineer gets 1.25 * x
Then architect gets 1.2 * 1.25 * x

Now,
12 Associates get 12 * x
8 Engineers get 8 * 1.25 * x
6 Architects get 6 * 1.2 * 1.25 * x
Total = 12x + 10x + 9x = 31x = 310000
=> x = 10000

Each Associate = x = 10000
Each Engineer = 1.25 * 10000 = 12500
Each Architect = 1.2 * 1.25 * 10000 = 15000

Therefore Architect, Engineer and Associate respectively get Rs. 15000, Rs. 12500, Rs. 10000

Numerical Aptitude

How to square a number ending with 5
This is a very simple method using which you could find the square of quite a few numbers which end with a five.

152=225

252=625

352=1225

452=2025

Method:

A number ending with 5 is of the form N=<A>5. To find the square of it i.e. N2, just append 25 to the product of ( A ) * ( A + 1 ).

N=75 --> N=<A>5 --> so treat A as 7.
752 = the product (A) * (A + 1 ) appended with 25
752 = ( 7 * 8 )25
752 = 5625

N=95 --> N=<A>5 --> so treat A as 9.
952 = the product (A) * (A + 1 ) appended with 25
952 = ( 9 * 10 )25
952 = 9025

N=205 --> N=<A>5 --> so treat A as 20.
2052 = the product (A) * (A + 1 ) appended with 25
2052 = ( 20 * 21 )25
2052 = 42025
How to square any two digit number (Closest multiple of 10 method)
Given the number N, first find its closest multiple of 10. Now find a number M which when added or subtracted with N becomes N's closest multiple of 10. To find the square of it i.e. N2, just do ( N + M ) * ( N - M ) + M2

N=72, 72's closest multiple of 10 is 70 which is obtained when 2 is subtracted from 70. So M = 2.
N2 = ( N + M ) * ( N - M ) + M2
722 = ( 72 + 2 ) * ( 72 - 2 ) + 22
722 = ( 74 ) * ( 70 ) + 4
722 = 5180 + 4
722 = 5184

N=44, 44's closest multiple of 10 is 40 which is obtained when 4 is subtracted from 44. So M = 4.
N2 = ( N + M ) * ( N - M ) + M2
442 = ( 44 + 4 ) * ( 44 - 4 ) + 42
442 = ( 48 ) * ( 40 ) + 16
442 = 1920 + 16
442 = 1936

N=87, 87's closest multiple of 10 is 90 which is obtained when 3 is added to 87. So M = 3.
N2 = ( N + M ) * ( N - M ) + M2
872 = ( 87 + 3 ) * ( 87 - 3 ) + 32
872 = ( 90 ) * ( 84 ) + 9
872 = 7560 + 9
442 = 7569
Finding the units digit of an exponent.

What is the units digit of 785 ?

1
Wrong
3
Wrong
9
Wrong
7
Correct
Show / Hide Solution
The cyclicity of unit digit of 7n is a pattern of the form 7, 9, 3, 1 and the interval is 4. To find the unit digit of 787, do < exponent > mod < interval >. So we do 85 mod 4 which is 1. So the unit digit is 1st digit of the cyclic pattern i.e., 7

See below for detailed explanation.
How to find the units digit of a large exponent? Even with the use of calculators, its difficult to find the the digit in the unit's place of such large exponents. The catch here is to observe the unit's place of each of 71, 72, 73, 74, 75, 76, 77...

71 72 73 74 75 76 77 78 ...
7 49 343 2401 16807 117649 823543 5764801 ...


We can observe that the unit digit follows a pattern and the pattern repeats itself at regular intervals of 4 digits i.e.,

7 9 3 1 7 9 3 1 ...

Therefore, in order to find the 'N'th power of 7, we have to do N mod 4.
If N mod 4 = 0, then the unit digit is 4th digit in the pattern ( 7 9 3 1 ) i.e., 1
If N mod 4 = 1, then the unit digit is 1st digit in the pattern ( 7 9 3 1 ) i.e., 7
If N mod 4 = 2, then the unit digit is 2nd digit in the pattern ( 7 9 3 1 ) i.e., 9
If N mod 4 = 3, then the unit digit is 3rd digit in the pattern ( 7 9 3 1 ) i.e., 3


Likewise the unit digit of a number for different powers is also found to be cyclic. The same has been calculated and summarised in the below table.
Observe that for base 1,5 and 6 the respective unit place raised to any power will always be 1, 5 and 6.
For 2, 3, 7, 8 the pattern repeats at intervals of 4.
For 4 and 9, the patter repeats at intervals of 2.

N1 N2 N3 N4 N5 N6 N7 N8 N9 Interval
1 1 1 1 1 1 1 1 1 1
2 4 8 6 2 4 8 6 2 4
3 9 7 1 3 9 7 1 3 4
4 6 4 6 4 6 4 6 4 2
5 5 5 5 5 5 5 5 5 1
6 6 6 6 6 6 6 6 6 1
7 9 3 1 7 9 3 1 7 4
8 4 2 6 8 4 2 6 8 4
9 1 9 1 9 1 9 1 9 2

Concepts FastPath : How to solve 'Work and Time' aptitude questions

In this concept FastPath page you will learn how to solve Work and Time aptitude problems. This method when understood correctly will enable you to solve even the toughest variety of Work and Time problems in very less time. As a prerequisite you will need to know the concept of LCM. The rest of the problem solving technique is easy. Please do a thorough reading and get fair understanding of the below method before trying to directly solve any other Work and Time problems.

how to solve work and time problems

I decided to name this approach of solving as TRW (Time-Rate-Work) Method as it involves a table containing time(T), rate(R) and work(W) fields in which we tabulate the data received from the problem statement.

For any puzzle first form a TRW table as shown:


Person
A
B
time ( T )


rate ( R )


work ( W )




Make a mental note of the below 2 rules, you will know what this rule means in further steps.

Rules:

1) Work = Rate * Time
2) In the table when persons are combined only ‘rate’ can be summed.

Note that example 1 is dealt in very detailed manner, the method will seem long. Don’t give up just because the steps seem lengthy. See further examples, its solved in one shot!

Example 1
A can do a work in 15 days and B in 20 days. If they work together for 4 days then the fraction of work left is:
a. 1/4
Wrong
b. 1/10
Wrong
c. 7/15
Wrong
d. 8/15
Correct Answer

Steps to solve

Step 1 

Draw the TRW table:

Person
A
B
time ( T )


rate ( R )


work ( W )



Step 2 

Fill the table with only the time data obtained from the problem. Do not worry now about the “If they work together for 4 days then the fraction of work left is” part of the problem for now.


Person
A
B
time ( T )
15
20
rate ( R )
work ( W )

Step 3 

In the work field of the table, fill in the LCM of the times (15 and 20). (You can put any common multiple, but putting the least common multiple (LCM) will scale down the mathematics to smaller numbers).

LCM of 15, 20 is 60. So fill 60 in the work field.

Person
A
B
time ( T )
15
20
rate ( R )
work ( W )
60


Step 4 

We know that Rate = work / time. (From rule 1). So fill in the respective rates for A and B

Person
A
B
time ( T )
15
20
rate ( R )
4
3
work ( W )
60


This above table now means that:

A has to work for 15 days at the rate of 4 units of work per day to perform 60 units of work.

B has to work for 20 days at the rate of 3 units of work per day to perform 60 units of work.

Now let’s deal with “If they work together for 4 days then the fraction of work left is

Since A and B work together, we extend the table as shown: (remember rule 2: In the table when persons are combined only ‘rate’ can be summed.) Therefore combined rate is 4 + 3 = 7

Person
A
B
A + B
time ( T )
15
20
rate ( R )
4
3
7
work ( W )
60

They work for 4 days,

Person
A
B
A + B
time ( T )
15
20
4
rate ( R )
4
3
7
work ( W )
60

Combined work they achieve is: Combined work =combined rate * time = 4 * 7 = 28

Person
A
B
A + B
time ( T )
15
20
4
rate ( R )
4
3
7
work ( W )
60
28


Therefore,

Work done: 28
Work left: 60 – 28 = 32
Fraction of work left = work left / total work = 32 / 60 = 8 / 15.
So option‘d’ is correct.

Example 2
A can do a piece of work in 6 days, B can do it in 8 days. A and B undertook to do it for ₹ 3200. With help of C, they complete the work in 3 days. How much should C be paid?
a. ₹ 375
Wrong
b. ₹ 400
Correct Answer
c. ₹ 600
Wrong
d. ₹ 800
Wrong

Steps to solve

Step 1

Write the times (6, 8) the LCM (24) and calculate the rates as (4, 3)

Person
A
B
time ( T )
6
8
rate ( R )
4
3
work ( W )
24

So this means, 3200 is divided in ratio 4:3 and paid to A and B. We are not interested in that so don’t calculate yet.

Step 2

With help of C, i.e., A, B and C work together. We know time is 3, fill time as 3 for A + B + C. Work remaining is 24, fill work as 24 for A + B + C. Let rate of work of C be x which is to be found. So combined rate: 4 + 3 + x

Person
A
B
A+B+C
time ( T )
6
8
3
rate ( R )
4
3
4+3+x
work ( W )
24
24

=> Rate = work / time = 24 / 3 = 8
=> 4 + 3 + x = 7 + x = 8
=> x = 1

We can now infer that &#8377; 3200 should be divided in ratio 4:3:1 among A, B and C respectively. So 4y+3y+1y = 3200

=> 8y = 3200
=> y = 400

So option ‘b’ is correct.

Example 3
A and B can do a piece of work in 20 days and 12 days respectively. A works alone and after 4 days B joins him until the completion of work. How long did the entire work last?
a. 6 days
Wrong
b. 10 days
Correct Answer
c. 15 days
Wrong
d. 20 days
Wrong

Steps to solve

Step 1 

Write the times (20, 12), the LCM (60) and calculate the rates as (3, 5).

Person
A
B
time ( T )
20
12
rate ( R )
3
5
work ( W )
60

A works alone for 4 days, so work done by A = 4 (days) * 3 (rate) = 12
Work remaining now is 60 – 12 = 48, this remaining work is done by A and B combined.

Step 2

So for A + B write down remaining work (48), rate (3 + 5 = 8)

Person
A
B
A + B
time ( T )
20
12
?
rate ( R )
3
5
8
work ( W )
60
48

Time = work / rate = 48 / 8 = 6
A works alone for first 4 days, the remaining work is completed by A and B combined for 6 days.
So the entire work lasted for 4 + 6 = 10 days.
So option ‘b’ is correct.

Example 4
A and B can do a work in 8 days, B and C do the same work in 12 days. A, B and C can finish it in 6 days. How many days will A and C take to do the work?
a. 4 days
Wrong
b. 6 days
Wrong Answer
c. 8 days
Correct Answer
d. 12 days
Wrong

Steps to solve

Step 1

Write down the time (8, 12, 6) and the LCM (24) and calculate rates as (3, 2, 4)

Person
A + B
B + C
A + B + C
time ( T )
8
12
6
rate ( R )
3
2
4
work ( W )
24

Now
A + B = 3
B + C = 2
A + B + C = 4
On solving A = 2, B = 1, C = 1

Step 2

For A and C time taken would be

Person
A + C
time ( T )
8
rate ( R )
2 + 1
work ( W )
24


From table above, even for A and C, time taken is 8 days.
So option ‘c’ is correct.

Twitter Delicious Facebook Digg Stumbleupon Favorites

 

About

Snaptitude.in is an online fast and simplified learning place. The learning topics have been organised intuitively. It offers a wide range of carefully formed questions which are in sync with what prevails in current day's interviews, placement tests and other competitive exams.

  • FastPath
  • Reasoning Aptitude
    • Abstract Reasoning
    • Logical Reasoning
    • Numerical Reasoning
    • Spatial Reasoning
    • Verbal Reasoning
  • Quantitative Aptitude-I
  • Quantitative Aptitude-II
    • Simple interest and compound interest
    • Progressions
    • Permutations, combinations and probability
    • Coding, decoding
    • Clocks and calendars
    • Simplification
    • Chain rule
    • Decimal functions
  • English
    • Synonyms
    • Reading Comprehension
    • Analogies
    • Sentence Correction
  • Technical
    • C programming
    • Concept of OOPS
    • Algorithms: Design and analysis
    • Networks
    • UNIX and shell programming
    • Java
    • Web programming
    • DBMS concepts
  • Avenue
  • More
    • Resume / CV
    • Higher studies
    • Interview: An inter view