2122+462+842+464+2130 is divisible by which one of the following integers?
A3
B5
C7
D11
Pick an option to attempt
The Setup: This expression looks like a final boss battle, but it's really just base-2 math in disguise. We need to convert all terms to base 2 and factor out the smallest common power.
Step 1: Convert bases 4 and 8 to base 2.
462=(22)62=2124842=(23)42=2126464=(22)64=2128Step 2: Rewrite the entire expression.
E=2122+2124+2126+2128+2130Step 3: Factor out the lowest power, which is 2122.
E=2122(1+22+24+26+28)E=2122(1+4+16+64+256)E=2122(341)Step 4: Check the divisibility of 341 among the given options. Let's test 11 using the alternating sum rule: 3−4+1=0, which is completely divisible by 11.
Since 341=11×31, the whole expression is a multiple of 11.
Final Answer: 11
You have been asked to select a positive integer N which is less than 1000, such that it is either a multiple of 4, or a multiple of 6, or an odd multiple of 9. The number of such numbers is
Enter your answer to attempt
The Setup: A three-set counting problem that would be messy through full Inclusion-Exclusion. The elegant route is to notice the sets split by parity, which makes the awkward intersections vanish outright.
Step 1: Handle the even sets. Let A be the multiples of 4 and B the multiples of 6, over 1≤N≤999:
∣A∣=⌊4999⌋=249,∣B∣=⌊6999⌋=166
Their overlap is the multiples of LCM(4,6)=12 - the LCM, not the product 24, since 4 and 6 share a factor of 2:
∣A∩B∣=⌊12999⌋=83Step 2: Combine them.∣A∪B∣=249+166−83=332Step 3: Count the odd set. Let C be the odd multiples of 9, i.e. 9k with k odd and 9k≤999, so k≤111. The admissible k are 1,3,5,…,111:
∣C∣=2111+1=56Step 4: Exploit disjointness. Every multiple of 4 is even and every multiple of 6 is even, so A∪B contains only even numbers. Every element of C is 9×(odd), hence odd. A number cannot be both even and odd, so (A∪B)∩C=∅ and the three-set Inclusion-Exclusion collapses to plain addition:
Total=332+56=388Step 5: A note on why the 'odd' restriction costs nothing. An *even* multiple of 9 is a multiple of 18, and since 6∣18 every such number already sits in B. So the answer would be unchanged had the question said *a multiple of 9* instead - the restriction to odd multiples is what makes the sets disjoint and the counting clean, not what makes the total smaller.
Final Answer: 388
If the five-digit number abcde is divisible by 6, then which of the following numbers is not necessarily divisible by 6?
Aedcba
Beee
Cbbadcacede
Dcdbae
Pick an option to attempt
The Setup: We are given a 5-digit number abcde that is fully divisible by 6. We need to evaluate four altered configurations to see which is *not necessarily* divisible by 6.
Step 1: Establish the divisibility rule for 6.
A number is divisible by 6 if and only if it is mathematically divisible by both 2 (its unit digit is even) and 3 (the sum of its digits is a multiple of 3).
For abcde:
1. a+b+c+d+e≡0(mod3)
2. e is an even digit.
Step 2: Test the proposed configurations.
* **Option 2 (eee):** Sum is 3e (divisible by 3). Ends in e (even). Always divisible by 6.
* **Option 3 (bbadcacede):** Sum is 2a+2b+2c+2d+2e=2(sum). Since the original sum is divisible by 3, 2×sum is also divisible by 3. Ends in e (even). Always divisible by 6.
* **Option 4 (cdbae):** Sum is the same as the original (divisible by 3). Ends in e (even). Always divisible by 6.
* **Option 1 (edcba):** The sum of the digits remains the same (divisible by 3). However, the unit digit is now a. We only know e is even; a can be either odd or even. Therefore, edcba is not guaranteed to be even, meaning it is not necessarily divisible by 6.
Final Answer: edcba
Placing which of the following two digits at the right end of 4530 makes the resultant six digit number divisible by 6,7 and 9:
A96
B78
C42
D54
Pick an option to attempt
The Setup: Rather than running three separate divisibility side quests, fuse them into one by taking the LCM - a number divisible by 6, 7 and 9 is exactly a number divisible by their least common multiple.
Step 1: Find the master divisor. Factorising: 6=2×3, 7=7, 9=32. The LCM takes the highest power of each prime:
LCM(6,7,9)=2×32×7=126
Note it is not6×7×9=378 - 6 and 9 share a factor of 3, so the product over-counts.
Step 2: Build the number. Appending two digits to 4530 gives 453000+x, where x runs from 00 to 99.
Step 3: Find the gap. Divide the base by 126:
453000=126×3595+30
The base overshoots a multiple of 126 by 30, so to reach the next one we must add:
126−30=96
That gives 453096=126×3596. And since the following candidate would be 96+126=222 - far beyond two digits - 96 is the only possible answer in range, which is worth noting rather than stopping at the first hit.
Step 4: Confirm the distractors fail. All three wrong options clear the divisibility by 6, so that test alone separates nothing - 78 and 42 both fall at the 7, and 54 falls at the 9:
Which of the following numbers is divisible by 310+2?
A320+4
B330+2
C320+8
D330+8
Pick an option to attempt
The Setup: We can use algebraic identities and the Factor Theorem to solve this quickly without dealing with massive exponents. By substituting a variable for the base term, we can test the options as simple polynomials.
Step 1: Define the variable.
Let x=310.
The divisor given in the question is x+2.
We are looking for an option that is completely divisible by (x+2). According to the Factor Theorem, if a polynomial P(x) is divisible by (x+2), then P(−2) must equal 0.
Step 2: Translate the options into polynomials.
* (A) 320+4=(310)2+4=x2+4
* (B) 330+2=(310)3+2=x3+2
* (C) 320+8=(310)2+8=x2+8
* (D) 330+8=(310)3+8=x3+8Step 3: Apply the Factor Theorem (Test x=−2).
Let's plug x=−2 into our options to see which one zeros out:
* (A) (−2)2+4=4+4=8=0
* (B) (−2)3+2=−8+2=−6=0
* (C) (−2)2+8=4+8=12=0
* (D) (−2)3+8=−8+8=0
Since option (D) evaluates exactly to 0, it is perfectly divisible by (x+2).
Step 4: The Algebraic Proof (Double Check Protocol).
We can confirm this using the sum of cubes identity: a3+b3=(a+b)(a2−ab+b2).
Let a=310 and b=2.
a3+b3=(310)3+23=330+8330+8=(310+2)((310)2−2(310)+22)
Since (310+2) is explicitly pulled out as a factor, 330+8 is strictly divisible by it. The logic is fully locked in.
Final Answer:330+8
If a three-digit number is chosen at random, what is the probability that it is divisible neither by 3 nor by 4?
A41
B21
C32
D31
Pick an option to attempt
The Setup: We are asked for the probability that a randomly chosen 3-digit number is divisible by *neither* 3 nor 4.
Step 1: Calculate the size of the sample space.
The 3-digit numbers run inclusively from 100 to 999.
Total 3-digit numbers=999−100+1=900Step 2: Use the Inclusion-Exclusion principle to find the complement.
We first find the number of integers divisible by 3 OR 4: ∣A∪B∣=∣A∣+∣B∣−∣A∩B∣.
* Divisible by 3: The sequence is 102,105…999.
Count=3999−102+1=297/3+1=300
* Divisible by 4: The sequence is 100,104…996.
Count=4996−100+1=896/4+1=225
* Divisible by 12 (Intersection): The sequence is 108,120…996.
Count=12996−108+1=888/12+1=75Divisible by 3 or 4=300+225−75=450Step 3: Calculate the target probability.
The target numbers are those *not* divisible by 3 or 4.
Target count=Total−(Divisible by 3 or 4)=900−450=450Probability=900450=21Final Answer:21
The number of four-digit integers which are greater than 1000 and divisible by both 2 and 3, but not by 5, is
A1333
B1666
C1200
D1500
Pick an option to attempt
The Setup: We are asked to count the quantity of four-digit integers logically bounded by specific divisibility rules (divisible by 2 and 3, but strictly not by 5).
Step 1: Establish the numerical boundaries.
The domain represents four-digit integers greater than 1000.
The inclusive range is mathematically defined as 1001≤N≤9999.
Step 2: Apply the primary inclusion divisibility rule.
A number mathematically divisible by both 2 and 3 is inherently divisible by their LCM, which is 6.
We calculate the count of numbers divisible by 6 within the domain.
* Smallest multiple of 6: 1002 (6×167).
* Largest multiple of 6: 9996 (6×1666).
Count =6Largest−Smallest+1=69996−1002+1=1499+1=1500.
Step 3: Apply the exclusion divisibility rule.
We must exclude numbers within this pool that are also divisible by 5. A number divisible by both 6 and 5 is divisible by their LCM, which is 30.
We calculate the count of numbers divisible by 30 within the domain to subtract them from our pool.
* Smallest multiple of 30: 1020 (30×34).
* Largest multiple of 30: 9990 (30×333).
Count =309990−1020+1=308970+1=299+1=300.
Step 4: Calculate the final target count.
Subtract the excluded intersecting pool from the primary included pool:
Final Count=1500−300=1200Final Answer: 1200