Free Practice Question
PS · Problem Solving
705-805
Sequences
Set S contains all the integers from 10 to 99. , a subset of S, contains all the numbers of S, in which both the digits are even. , also a subset of S, contains all the numbers of S, in which both the digits are odd. What is the ratio of sum of all elements in to sum of all elements in ?
Answer Choices
Correct answer marked belowA
Correct
C
D
E
See the full step-by-step explanation
You can see the correct answer above. Sign in for free to unlock the complete worked solution.
Track your performance and improve
Get detailed analytics, unlock full explanations, and move up difficulty tiers as you practice.
Explanation
Preview
Official Explanation
Official
Even numbers: 20, 22, 24, 26, 28; 40, 42, 44, 46, 48; 60, 62, 64, 66, 68; 80, 82, 84, 86, 88.
The mean of each group is 24, 44, 64, 84.
The mean of the entire set is (44 + 64) / 2 = 54.
Therefore, the sum of the set is 54 × 4 × 5 = 1080 (4 = number of groups; 5 = number of terms in each group).…
The mean of each group is 24, 44, 64, 84.
The mean of the entire set is (44 + 64) / 2 = 54.
Therefore, the sum of the set is 54 × 4 × 5 = 1080 (4 = number of groups; 5 = number of terms in each group).…
Read the full explanation
Sign in for free to see the complete step-by-step solution to this question.
Comments
Sign in to join the discussion
No comments yet
Be the first to share your thoughts and help others understand it better.
Sign in to commentWhat this question tests
What it tests
Your ability to spot and extend arithmetic and geometric sequences and work with recursive definitions.
Common trap
Off-by-one errors in indexing (a₀ vs a₁) or confusing an arithmetic difference with a geometric ratio.
Details
Difficulty
705-805
Type
PS
Category