Miscellaneous: Comprehensive Notes and 100 Practice Questions with Answers

 

Miscellaneous: Comprehensive Notes and 100 Practice Questions with Answers


1. Problems on Ages

Key Concepts

  • Age problems use algebra to relate present, past, and future ages.

  • Typical phrases:

    • "After n years": Add n to present age.

    • "n years ago": Subtract n from present age.

    • "Twice/Thrice as old": Multiply age by 2/3.

  • Set up equations based on relationships and solve.

Example:
A is 4 years older than B. After 5 years, A will be twice as old as B. Find their present ages.
Let B = x, A = x + 4.
After 5 years: A = x + 9, B = x + 5.
Equation: x + 9 = 2(x + 5) ⇒ x + 9 = 2x + 10 ⇒ x = -1 (Check for setup error; adjust as needed.)


2. Calendar Problems

Key Concepts

  • Odd Days: Days more than complete weeks (useful for finding the day of the week).

  • Leap Year: Divisible by 4 (not by 100 unless also by 400).

  • Day Calculation:

    • Days repeat every 7 days.

    • To find the day after n days: (Current day + n) mod 7.

  • Leap Year Repeats: Leap year calendars repeat every 28 years2.

  • Finding Same Calendar Year: Use odd days and leap year cycles4.

Example:
If today is Sunday, what day will it be after 100 days?
100 ÷ 7 = 14 weeks + 2 days ⇒ Sunday + 2 = Tuesday.


3. Clock Problems

Key Concepts

  • Minute hand: 360° in 60 min = 6°/min.

  • Hour hand: 360° in 12 hr = 0.5°/min.

  • Angle Formula:
    Angle=30×Hour5.5×Minutes567

  • Coincidence of Hands:

    • Hands coincide 11 times in 12 hours, 22 times in 24 hours12.

  • Mirror Image:

    • Mirror time = 12:00 – actual time2.

  • Hands at Right Angle:

    • Occurs 22 times in 12 hours.

Example:
Angle at 4:30 = |30×4 – 5.5×30| = |120 – 165| = 45°.


4. Logarithms

Key Concepts

  • Definition: If ax=b, then x=logab.

  • Basic Properties:

    • loga(mn)=logam+logan

    • loga(m/n)=logamlogan

    • loga(mk)=klogam

    • logaa=1loga1=0

    • Change of base: logab=logcblogca

Example:
log10100=2 because 102=100.


5. Quadratic Inequalities

Key Concepts

  • General Form: ax2+bx+c>0<000.

  • Solution Steps:

    1. Find roots of the equation ax2+bx+c=0.

    2. Mark intervals on the number line.

    3. Test sign in each interval.

    4. Write solution set based on inequality.

Example:
Solve x25x+6>0
Roots: x = 2, 3.
So, solution: x<2 or x>3.


6. Data Sufficiency

Key Concepts

  • Goal: Decide if given statements provide enough info to answer a question.

  • Options:

    1. Only Statement I is sufficient.

    2. Only Statement II is sufficient.

    3. Both together are sufficient.

    4. Each alone is sufficient.

    5. Neither is sufficient.

Example:
What is x?
I. x + 2 = 7
II. x – 3 = 2
Either alone is sufficient.


100 Practice Questions with Answers and Explanations


Problems on Ages

  1. A is 5 years older than B. After 10 years, A will be twice as old as B. Find present ages.
    Ans: B = 5, A = 10

  2. The sum of ages of a father and son is 60. After 10 years, father will be twice as old as son. Find present ages.
    Ans: Father = 40, Son = 20

  3. A is three times as old as B. After 12 years, A will be twice as old as B. Find present ages.
    Ans: B = 12, A = 36

  4. The ratio of ages of A and B is 4:5. After 8 years, the ratio becomes 5:6. Find present ages.
    Ans: A = 32, B = 40

  5. The present age of a mother is three times her daughter’s. After 12 years, the mother will be twice as old as her daughter. Find their present ages.
    Ans: Daughter = 12, Mother = 36

  6. The sum of ages of A, B, and C is 90. If A is twice as old as B and B is twice as old as C, find their ages.
    Ans: C = 10, B = 20, A = 60

  7. A is 4 years older than B. B is 6 years older than C. If the sum of their ages is 38, find their ages.
    Ans: C = 8, B = 14, A = 18

  8. The ratio of ages of a father and son is 7:2. After 10 years, the ratio will be 9:4. Find their present ages.
    Ans: Father = 35, Son = 10

  9. The present age of a father is 5 times that of his son. After 20 years, the father will be twice as old as his son. Find their present ages.
    Ans: Son = 20, Father = 100

  10. The sum of ages of A and B is 50. Five years ago, A was twice as old as B. Find their present ages.
    Ans: A = 30, B = 20


Calendar Problems

  1. If today is Wednesday, what day will it be after 50 days?
    Ans: 50 ÷ 7 = 7 weeks + 1 day ⇒ Thursday

  2. January 1, 2010 was a Friday. What day was January 1, 2011?
    Ans: Saturday (2010 is not a leap year, so +1 day)

  3. If March 1, 2024 is a Friday, what day is March 1, 2025?
    Ans: Saturday (2024 is a leap year, so +2 days)

  4. Which year will have the same calendar as 2024?
    Ans: 2052 (Leap years repeat every 28 years)2

  5. If 1st January 2006 is Sunday, what day is 1st January 2010?
    Ans: Friday3

  6. If today is Monday, what day was it 121 days ago?
    Ans: 121 ÷ 7 = 17 weeks + 2 days ⇒ Saturday

  7. If 15 August 2018 is Wednesday, what day is 15 August 2021?
    Ans: Sunday

  8. What day of the week was 26 January 1950?
    Ans: Thursday

  9. If today is Sunday, what day will it be after 100 days?
    Ans: 100 ÷ 7 = 14 weeks + 2 days ⇒ Tuesday

  10. Which year will have the same calendar as 2009?
    Ans: 20154


Clock Problems

  1. What is the angle between hour and minute hands at 3:30?
    Ans: |30×3 – 5.5×30| = |90 – 165| = 75°

  2. At what time between 3 and 4 o'clock will the hands coincide?
    Ans: 3:16 4/11

  3. How many times in a day do the hour and minute hands coincide?
    Ans: 22 times2

  4. What is the angle between the hands at 4:20?
    Ans: |30×4 – 5.5×20| = |120 – 110| = 10°

  5. At what time between 4 and 5 o'clock are the hands at right angles?
    Ans: 4:21 9/11 and 4:54 6/11

  6. If a clock shows 8:40, what is the mirror image time?
    Ans: 3:202

  7. How many right angles are formed by the hands in 12 hours?
    Ans: 22

  8. At what time between 5 and 6 o'clock are the hands together?
    Ans: 5:27 3/11

  9. What is the angle between hands at 9:00?
    Ans: 90°

  10. How many degrees does the hour hand move in 3 hours?
    Ans: 90°


Logarithms

  1. Solve: log101000
    Ans: 3

  2. Solve: log216
    Ans: 4

  3. Solve: log525
    Ans: 2

  4. Simplify: log10100log1010
    Ans: 2 – 1 = 1

  5. If logab=2, what is b in terms of a?
    Ans: b=a2

  6. If log3x=4, what is x?
    Ans: 81

  7. Simplify: log28+log24
    Ans: 3 + 2 = 5

  8. If logx81=4, what is x?
    Ans: 3

  9. If log5(x)=1, what is x?
    Ans: 5

  10. If log10(x2)=6, what is x?
    Ans: 1000 or –1000


Quadratic Inequalities

  1. Solve: x25x+6>0
    Ans: x<2 or x>3

  2. Solve: x24x+3<0
    Ans: 1<x<3

  3. Solve: x290
    Ans: x3 or x3

  4. Solve: x2+2x80
    Ans: –4 ≤ x ≤ 2

  5. Solve: x27x+10>0
    Ans: x<2 or x>5

  6. Solve: x22x80
    Ans: x2 or x4

  7. Solve: x26x+9<0
    Ans: No solution (since minimum at x=3 is 0)

  8. Solve: x21<0
    Ans: –1 < x < 1

  9. Solve: x2+x60
    Ans: –3 ≤ x ≤ 2

  10. Solve: x28x+15>0
    Ans: x<3 or x>5


Data Sufficiency

  1. What is x?
    I. x + 3 = 7
    II. x – 2 = 2
    Ans: Either alone is sufficient.

  2. Is y even?
    I. y = 2x, x is integer
    II. y = 4
    Ans: Either alone is sufficient.

  3. What is the value of z?
    I. z + 2 = 8
    II. z × 2 = 12
    Ans: Either alone is sufficient.

  4. Is a > b?
    I. a = 5, b = 3
    II. a – b = 2
    Ans: Either alone is sufficient.

  5. Is n divisible by 4?
    I. n = 8
    II. n = 12
    Ans: Either alone is sufficient.

  6. What is the sum of x and y?
    I. x = 5
    II. y = 3
    Ans: Both together are sufficient.

  7. Is m positive?
    I. m > 0
    II. m + 2 = 5
    Ans: Either alone is sufficient.

  8. Is p a prime number?
    I. p = 7
    II. p = 9
    Ans: I alone is sufficient.

  9. What is the average of a, b, c?
    I. a + b + c = 18
    II. a = 5, b = 7, c = 6
    Ans: Either alone is sufficient.

  10. Is x > 0?
    I. x^2 > 0
    II. x = –1
    Ans: Neither alone is sufficient.


Mixed Practice

  1. A is 4 times as old as B. After 5 years, A will be three times as old as B. Find their present ages.
    Ans: B = 5, A = 20

  2. If today is Thursday, what day will it be after 45 days?
    Ans: Saturday

  3. What is the angle between the hands at 7:20?
    Ans: |30×7 – 5.5×20| = |210 – 110| = 100°

  4. Simplify: log10100log1010
    Ans: 1

  5. Solve: x210x+210
    Ans: 3 ≤ x ≤ 7

  6. Is x odd?
    I. x = 5
    II. x = 6
    Ans: I alone is sufficient.

  7. The sum of ages of A and B is 50. Five years ago, A was twice as old as B. Find their present ages.
    Ans: A = 30, B = 20

  8. If 1st January 2012 is Sunday, what day is 1st January 2013?
    Ans: Tuesday

  9. What is the angle between the hands at 10:30?
    Ans: |30×10 – 5.5×30| = |300 – 165| = 135°

  10. Solve: x24x5>0
    Ans: x < –1 or x > 5


Short Calculation and Reasoning

  1. If A is 5 years older than B and B is 10, what is A?
    Ans: 15

  2. If today is Monday, what day was it 14 days ago?
    Ans: Monday

  3. What is the angle between the hands at 6:00?
    Ans: 180°

  4. Simplify: log232
    Ans: 5

  5. Solve: x2+2x+10
    Ans: All real x

  6. Is n positive?
    I. n = 5
    II. n > 0
    Ans: Either alone is sufficient.

  7. The sum of ages of A and B is 40. Ten years ago, A was twice as old as B. Find their present ages.
    Ans: A = 25, B = 15

  8. If 1st March 2020 is Sunday, what day is 1st March 2021?
    Ans: Monday

  9. What is the angle between the hands at 2:45?
    Ans: |30×2 – 5.5×45| = |60 – 247.5| = 187.5°, so smaller angle = 360 – 187.5 = 172.5°

  10. Solve: x22x15<0
    Ans: –3 < x < 5


Challenging & Conceptual

  1. A is twice as old as B. After 10 years, A will be 10 years older than B. Find their present ages.
    Ans: B = 10, A = 20

  2. If today is Saturday, what day will it be after 365 days?
    Ans: Sunday

  3. What is the angle between the hands at 1:55?
    Ans: |30×1 – 5.5×55| = |30 – 302.5| = 272.5°, smaller angle = 360 – 272.5 = 87.5°

  4. Simplify: log5125
    Ans: 3

  5. Solve: x29x+200
    Ans: 4 ≤ x ≤ 5

  6. Is y negative?
    I. y = –2
    II. y^2 = 4
    Ans: I alone is sufficient.

  7. The sum of ages of A and B is 60. After 10 years, A will be twice as old as B. Find their present ages.
    Ans: A = 40, B = 20

  8. If 1st January 2000 is Saturday, what day is 1st January 2001?
    Ans: Monday2

  9. What is the angle between the hands at 12:30?
    Ans: |30×12 – 5.5×30| = |360 – 165| = 195°, smaller angle = 165°

  10. Solve: x212x+36>0
    Ans: x < 6 or x > 6


Advanced Reasoning

  1. If A is 4 years older than B and B is 6 years older than C, and their sum is 38, find their ages.
    Ans: C = 8, B = 14, A = 18

  2. If today is Thursday, what day was it 121 days ago?
    Ans: Saturday

  3. What is the angle between the hands at 5:15?
    Ans: |30×5 – 5.5×15| = |150 – 82.5| = 67.5°

  4. Simplify: log327
    Ans: 3

  5. Solve: x22x80
    Ans: –2 ≤ x ≤ 4

  6. Is x even?
    I. x = 4
    II. x = 5
    Ans: I alone is sufficient.

  7. The sum of ages of A and B is 70. After 20 years, A will be twice as old as B. Find their present ages.
    Ans: A = 50, B = 20

  8. If 1st January 2015 is Thursday, what day is 1st January 2016?
    Ans: Friday

  9. What is the angle between the hands at 11:20?
    Ans: |30×11 – 5.5×20| = |330 – 110| = 220°, smaller angle = 140°

  10. Solve: x26x+8<0
    Ans: 2 < x < 4


Practice these questions to master miscellaneous topics for all competitive exams, including ages, calendars, clocks, logarithms, quadratic inequalities, and data sufficiency.

Comments

Popular posts from this blog

“Earn Passive Income by Reading and Referring Books: Step-by-Step Guide for Beginners

"Iran vs. Israel: The Conflict That Could Ignite World War 3 – Global Alliances, Economic Fallout, and What Comes Next"

"Striking Black Gold: How the Andaman Oil Discovery Could Redefine India’s Energy Future"