Hi harjas2222,Your math is perfectly correct, and the averaging trick (
5/2 × (1/40 + 1/48)) is actually a clean idea. The reason it ate
2.5 minutes is that you computed it
exactly - finding
11/240, then
11/96, then converting to a decimal. The answer choices never asked for that precision.
Notice how wide the buckets are. Each option spans
0.05. That's a huge window. When the ranges are that loose, you don't need the real value of
x - you just need to trap it between two quick numbers.
The fast route: bound it in secondsThe five terms are
1/40,
1/42,
1/44,
1/46,
1/48 - all very close together.
-
Biggest possible: pretend all five are the largest,
1/40 = 0.025. Then
5 × 0.025 = 0.125.
-
Smallest possible: pretend all five are the smallest,
1/48 ≈ 0.0208. Then
5 × 0.0208 ≈ 0.104.
So
x is squeezed between
0.104 and
0.125 - both sit inside
0.10-0.15, so the answer is
C. No exact fractions, no common denominators.
Even faster - one middle termSince the five numbers are nearly identical, just take the middle one:
1/44 ≈ 0.0227, times
5 ≈
0.114. Done in about
15 seconds.
The habit to build: before grinding exact arithmetic, glance at how far apart the answer choices are. Wide ranges = estimate and bound. Save the precise computation for when the choices are tight.
Answer: Charjas2222
if someone can tell me how to do it in short I will be grateful
Here i bit the bullet
5/2 (1/48 + 1/40)
5/2 (11/240) = 11/96 = .104x (x is the numbers coming after 4)
.104x> 0.1 Thus answer C but it took me around 2 minutes 30 seconds which will waste my time in the exams
Thanks and have a great day!