5
For three numbers in an arithmetic progression (AP), their sum is 30 and their product is 910. Identify the largest number among them.
0:00
Solution: Step 1: Represent the three numbers in AP.
Let the numbers be a - d, a, and a + d, where 'a' is the middle term and 'd' is the common difference.
Step 2: Use the sum condition.
(a - d) + a + (a + d) = 30
3a = 30
a = 10.
Step 3: Use the product condition.
(a - d) Ć a Ć (a + d) = 910
Substitute a = 10:
(10 - d) Ć 10 Ć (10 + d) = 910
Step 4: Simplify the product equation.
10 Ć (100 - d^2) = 910
100 - d^2 = 91
d^2 = 100 - 91
d^2 = 9
d = ±3.
Step 5: Find the numbers and identify the greatest.
If d = 3, the numbers are (10 - 3), 10, (10 + 3) ā 7, 10, 13.
If d = -3, the numbers are (10 - (-3)), 10, (10 + (-3)) ā 13, 10, 7.
In both cases, the greatest number is 13.
13
A railway compartment features two rows of seats facing each other, with each row accommodating 5 passengers, totaling 10 seats. Among 10 passengers, 4 prefer to sit facing forward, 3 prefer to sit facing the rear, and the remaining 3 are indifferent to their seating direction. In how many ways can these 10 passengers be seated?
0:00
Solution: Step 1: The compartment has 10 seats: 5 seats facing forward and 5 seats facing the rear.
Step 2: Categorize the 10 passengers:
Group A: 4 passengers who prefer to sit facing forward.
Group B: 3 passengers who prefer to sit facing the rear.
Group C: 3 indifferent passengers (10 - 4 - 3 = 3).
Step 3: Arrange Group A passengers: The 4 passengers from Group A must occupy 4 of the 5 forward-facing seats. The number of ways to do this is P(5, 4) = 5! / (5-4)! = 5! = 120 ways.
Step 4: Arrange Group B passengers: The 3 passengers from Group B must occupy 3 of the 5 rear-facing seats. The number of ways to do this is P(5, 3) = 5! / (5-3)! = 5! / 2! = (5 Ć 4 Ć 3) = 60 ways.
Step 5: Arrange Group C passengers: After placing Group A and Group B, there are 1 (5-4) forward-facing seat left and 2 (5-3) rear-facing seats left, totaling 3 remaining seats. The 3 indifferent passengers can sit in these 3 remaining seats in P(3, 3) = 3! = 6 ways.
Step 6: Multiply the number of ways for each step to find the total number of distinct seating arrangements.
Step 7: Total ways = P(5, 4) Ć P(5, 3) Ć P(3, 3) = 120 Ć 60 Ć 6.
Step 8: Total ways = 43200.
19
Six fair coins are tossed concurrently. How many of the possible outcomes will result in at most three coins showing heads?
0:00
Solution: Step 1: We are tossing 6 fair coins. Each toss can result in a Head (H) or a Tail (T).
Step 2: The condition "at most three of the coins turn up as heads" means we need to count the outcomes where the number of heads is 0, 1, 2, or 3.
Step 3: This is a combination problem for each case, as the order of individual coin outcomes for a given number of heads does not matter.
Step 4: Calculate the number of ways for each case:
Case 1: 0 Heads (all 6 are tails).
Number of ways = C(6, 0) = 1.
Case 2: 1 Head (and 5 tails).
Number of ways = C(6, 1) = 6.
Case 3: 2 Heads (and 4 tails).
Number of ways = C(6, 2) = (6 Ć 5) / (2 Ć 1) = 15.
Case 4: 3 Heads (and 3 tails).
Number of ways = C(6, 3) = (6 Ć 5 Ć 4) / (3 Ć 2 Ć 1) = 20.
Step 5: Since these cases are mutually exclusive, add the number of ways for each case to find the total number of outcomes.
Step 6: Total outcomes = 1 (for 0 heads) + 6 (for 1 head) + 15 (for 2 heads) + 20 (for 3 heads) = 42.
Step 7: Therefore, there are 42 outcomes where at most three of the coins turn up as heads.