Properties of Integers and Divisibility

45 soru

Soru 21Soru

If nn is a positive integer such that nn is divisible by 1212 and n2n^2 is divisible by 180180, what is the least possible value of nn?

Cevabı ve açıklamayı göster

Cevap: 60

Cevap

60
The correct answer is 60. The prime factorization of 12 is 22×312^2 \times 3^1, requiring nn to have at least two factors of 2 and one factor of 3. The prime factorization of 180 is 22×32×512^2 \times 3^2 \times 5^1. For n2n^2 to be divisible by 180, nn must contribute a factor of 5 (which becomes 525^2 in n2n^2). Multiplying the minimal prime factors yields 22×31×51=602^2 \times 3^1 \times 5^1 = 60.

Adım Adım Çözüm

1
Analyze the prime factorization required for nn to be divisible by 12
Since 12=22×3112 = 2^2 \times 3^1, any positive integer nn divisible by 12 must contain at least 222^2 and 313^1 in its prime factorization.
An integer must contain all prime factors of its divisor with at least equal exponents.
2
Analyze the prime factorization required for n2n^2 to be divisible by 180
Since 180=22×32×51180 = 2^2 \times 3^2 \times 5^1, n2n^2 must contain at least 222^2, 323^2, and 515^1. Because n2n^2 doubles all prime exponents of nn, nn must contribute at least 515^1, which makes the factor of 5 in n2n^2 equal to 525^2.
The exponent of any prime factor in a perfect square n2n^2 must be even.
3
Combine the minimal prime factor requirements for nn
The minimum prime factorization for nn is 22×31×51=4×3×5=602^2 \times 3^1 \times 5^1 = 4 \times 3 \times 5 = 60.
Taking the minimum required power of each prime factor yields the smallest positive integer fulfilling both conditions.

Anahtar Kavram

Prime Factorization and Divisibility of Powers
Soru 22Soru

When the positive integer nn is divided by 7, the remainder is 3, and when nn is divided by 11, the remainder is 5. If nn is a three-digit integer less than 200 that is divisible by 6, what is the value of nn?

Cevabı ve açıklamayı göster

Cevap: 192

Cevap

The value of nn is 192.
To find nn, combine the remainder requirements n3(mod7)n \equiv 3 \pmod 7 and n5(mod11)n \equiv 5 \pmod{11}. The smallest positive integer solution is 3838. Because lcm(7,11)=77\text{lcm}(7, 11) = 77, all valid integers take the form n=77m+38n = 77m + 38. Restricting nn to three-digit numbers less than 200 gives candidates n=115n = 115 (m=1m=1) and n=192n = 192 (m=2m=2). Among these, only 192 is divisible by 6 (since 192=6×32192 = 6 \times 32).

Adım Adım Çözüm

1
Formulate remainder congruences for the given conditions
n3(mod7)n \equiv 3 \pmod{7} and n5(mod11)n \equiv 5 \pmod{11}
Dividing nn by 7 leaves remainder 3, and dividing by 11 leaves remainder 5.
2
Find the smallest positive integer satisfying both congruences
n=38n = 38
Checking values 11k+511k + 5: 5,16,27,385, 16, 27, 38. 38÷7=538 \div 7 = 5 remainder 3, so 38 satisfies both conditions.
3
Determine the general solution for nn using the Chinese Remainder Theorem logic
n=77m+38n = 77m + 38 for integer m0m \ge 0
Since 7 and 11 are coprime, the solutions repeat every lcm(7,11)=77\text{lcm}(7, 11) = 77.
4
Evaluate candidate values for nn such that 100n<200100 \le n < 200
For m=1m=1, n=115n = 115; for m=2m=2, n=192n = 192
These are the only three-digit integers less than 200 of the form 77m+3877m + 38.
5
Apply the final constraint that nn must be divisible by 6
192192 is divisible by 6 (192=6×32192 = 6 \times 32)
115115 is odd, so it is not divisible by 6. 192192 is even and the sum of its digits (1+9+2=121+9+2=12) is a multiple of 3, so it is divisible by 6.

Anahtar Kavram

Simultaneous congruences and combined divisibility rules (Chinese Remainder Theorem)
Tahmini Süre:2m 0s
Soru 23Soru

Let N=2a3b5cN = 2^a \cdot 3^b \cdot 5^c, where aa, bb, and cc are positive integers such that NN is a multiple of 88. If N2N^2 has 105105 distinct positive divisors and N6\frac{N}{6} has 1212 distinct positive divisors, how many distinct positive divisors does 10N10N have?

Cevabı ve açıklamayı göster

Cevap: 45

Cevap

The number of distinct positive divisors of 10N10N is 45.
The correct answer is 45. Given N=2a3b5cN = 2^a \cdot 3^b \cdot 5^c, the number of positive divisors of N2=22a32b52cN^2 = 2^{2a} \cdot 3^{2b} \cdot 5^{2c} is (2a+1)(2b+1)(2c+1)=105(2a+1)(2b+1)(2c+1) = 105. The unique factor decomposition of 105 into three factors greater than 1 is 3×5×73 \times 5 \times 7. Because NN is a multiple of 8, a3a \ge 3, so 2a+172a+1 \ge 7, forcing 2a+1=72a+1 = 7, which means a=3a = 3. The remaining factor set {2b+1,2c+1}={3,5}\{2b+1, 2c+1\} = \{3, 5\} gives two cases for (b,c)(b, c): (2,1)(2, 1) or (1,2)(1, 2). For N6=2a13b15c\frac{N}{6} = 2^{a-1} \cdot 3^{b-1} \cdot 5^c, the divisor count is ab(c+1)=3b(c+1)=12a \cdot b \cdot (c+1) = 3 \cdot b \cdot (c+1) = 12, so b(c+1)=4b(c+1) = 4. Substituting (b,c)=(2,1)(b, c) = (2, 1) yields 2×2=42 \times 2 = 4, which satisfies this relation. Therefore, (a,b,c)=(3,2,1)(a, b, c) = (3, 2, 1). Now 10N=2a+13b5c+1=24325210N = 2^{a+1} \cdot 3^b \cdot 5^{c+1} = 2^4 \cdot 3^2 \cdot 5^2. Its total number of positive divisors is (4+1)(2+1)(2+1)=5×3×3=45(4+1)(2+1)(2+1) = 5 \times 3 \times 3 = 45.

Adım Adım Çözüm

1
Express the divisor count formula for N2N^2
d(N2)=(2a+1)(2b+1)(2c+1)=105d(N^2) = (2a+1)(2b+1)(2c+1) = 105
For an integer with prime factorization p1e1p2e2p_1^{e_1} p_2^{e_2} \cdots, the number of divisors is (e1+1)(e2+1)(e_1+1)(e_2+1)\cdots. Here N2=22a32b52cN^2 = 2^{2a} \cdot 3^{2b} \cdot 5^{2c}.
2
Determine the value of aa using the divisibility condition
a=3a = 3
Since NN is a multiple of 8=238 = 2^3, we must have a3a \ge 3, which implies 2a+172a+1 \ge 7. The prime factorization of 105105 into three odd factors greater than 11 is 3×5×73 \times 5 \times 7. Thus, 2a+1=72a+1 = 7, giving a=3a = 3.
3
Solve for exponents bb and cc using the divisor count of N6\frac{N}{6}
b=2b = 2 and c=1c = 1
Since N6=2a13b15c\frac{N}{6} = 2^{a-1} \cdot 3^{b-1} \cdot 5^c, its divisor count is ab(c+1)=3b(c+1)=12a \cdot b \cdot (c+1) = 3b(c+1) = 12, so b(c+1)=4b(c+1) = 4. From step 2, {2b+1,2c+1}={3,5}\{2b+1, 2c+1\} = \{3, 5\}, so either (b,c)=(2,1)(b, c) = (2, 1) or (b,c)=(1,2)(b, c) = (1, 2). Testing (b,c)=(2,1)(b, c) = (2, 1) gives 2(1+1)=42(1+1) = 4, which satisfies the equation.
4
Calculate the prime factorization and divisor count of 10N10N
d(10N)=(4+1)(2+1)(2+1)=45d(10N) = (4+1)(2+1)(2+1) = 45
Since 10N=25(233251)=24325210N = 2 \cdot 5 \cdot (2^3 \cdot 3^2 \cdot 5^1) = 2^4 \cdot 3^2 \cdot 5^2, applying the divisor formula yields 5×3×3=455 \times 3 \times 3 = 45.

Anahtar Kavram

Divisor Count Formula & Prime Factorization Constraints
Tahmini Süre:2m 30s
Soru 24Soru

If xx is any integer, which of the following expressions must be divisible by 22?

Cevabı ve açıklamayı göster

Cevap: x2+x+4x^2 + x + 4

Cevap

The expression x2+x+4x^2 + x + 4 must be divisible by 22 for all integer values of xx.
The expression x2+x+4x^2 + x + 4 can be rewritten as x(x+1)+4x(x + 1) + 4. For any integer xx, either xx or x+1x + 1 is even, so their product x(x+1)x(x + 1) is always even (a multiple of 22). Adding 44 (which is also even) to an even number always yields an even number. Therefore, x2+x+4x^2 + x + 4 is divisible by 22 for all integer values of xx.

Adım Adım Çözüm

1
Rewrite the expression by factoring out xx from the first two terms.
x2+x+4=x(x+1)+4x^2 + x + 4 = x(x + 1) + 4
Grouping terms isolates the product of two consecutive integers.
2
Analyze the parity of the product x(x+1)x(x + 1).
Because xx and x+1x + 1 are consecutive integers, one of them must be even, making the product x(x+1)x(x + 1) an even integer.
The product of any integer and its immediate successor is always even.
3
Add 44 to the even product x(x+1)x(x + 1).
The sum of an even integer and an even integer (44) is always an even integer.
Adding an even integer to an even integer preserves divisibility by 22.

Anahtar Kavram

Parity of consecutive integer products and integer divisibility rules
Soru 25Soru

Let kk be a positive integer. The integer kk has exactly 66 positive divisors, 3k3k has exactly 88 positive divisors, and 5k5k has exactly 1212 positive divisors. Which of the following could be the value of kk? Indicate all such values.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: 1818; 6363; 9999

Cevap

The correct values of kk are 1818, 6363, and 9999.
The integers 1818, 6363, and 9999 are all of the form k=32×q1=9qk = 3^2 \times q^1 = 9q, where qq is a prime number other than 33 or 55 (specifically q=2,7,11q = 2, 7, 11). Each has (2+1)(1+1)=6(2+1)(1+1) = 6 divisors, 3k=33×q13k = 3^3 \times q^1 has (3+1)(1+1)=8(3+1)(1+1) = 8 divisors, and 5k=32×51×q15k = 3^2 \times 5^1 \times q^1 has (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 divisors.

Adım Adım Çözüm

1
Analyze the prime factorization form of kk based on its divisor count d(k)=6d(k) = 6.
Since 6=6×16 = 6 \times 1 or 3×23 \times 2, kk must be of the form p5p^5 or p2q1p^2 q^1, where pp and qq are distinct prime numbers.
The formula for the total number of positive divisors of an integer n=p1a1p2a2pmamn = p_1^{a_1} p_2^{a_2} \dots p_m^{a_m} is (a1+1)(a2+1)(am+1)(a_1 + 1)(a_2 + 1) \dots (a_m + 1).
2
Test the prime factorization form k=p5k = p^5.
k=p5k = p^5 is impossible.
If p3p \neq 3, then 3k=31p53k = 3^1 p^5, which would have (1+1)(5+1)=12(1+1)(5+1) = 12 divisors (contradicting d(3k)=8d(3k) = 8). If p=3p = 3, 3k=363k = 3^6 has 77 divisors. If p=5p = 5, 5k=565k = 5^6 has 77 divisors.
3
Test the prime factorization form k=p2q1k = p^2 q^1 under different prime identities.
kk must be of the form 32q13^2 q^1, where qq is a prime number distinct from 33 and 55.
If p=3p = 3 and q3,5q \neq 3, 5, then 3k=33q13k = 3^3 q^1 has (3+1)(1+1)=8(3+1)(1+1) = 8 divisors, and 5k=32×51×q15k = 3^2 \times 5^1 \times q^1 has (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 divisors. Any other choice for pp or qq fails to yield d(3k)=8d(3k) = 8 or d(5k)=12d(5k) = 12.
4
Evaluate the given options against the required form k=9qk = 9q where qq is a prime distinct from 33 and 55.
18=9×218 = 9 \times 2 (q=2q=2, valid prime), 63=9×763 = 9 \times 7 (q=7q=7, valid prime), and 99=9×1199 = 9 \times 11 (q=11q=11, valid prime) are correct. 45=9×545 = 9 \times 5 (q=5q=5, invalid because q5q \neq 5) and 81=3481 = 3^4 (invalid form) are incorrect.
Only primes q{3,5}q \notin \{3, 5\} preserve the required divisor counts for 3k3k and 5k5k.

Anahtar Kavram

Divisors formula and impact of prime multiplication on prime factorization exponents
Tahmini Süre:2m 30s
Soru 26Soru

When the positive integer nn is divided by 1212, the remainder is 77. What is the remainder when n2+3n+5n^2 + 3n + 5 is divided by 1212?

Cevabı ve açıklamayı göster

Cevap: 33

Cevap

The remainder when n2+3n+5n^2 + 3n + 5 is divided by 1212 is 33.
The correct answer is obtained by replacing nn with its remainder 77 modulo 1212 in the expression n2+3n+5n^2 + 3n + 5. Evaluating gives 72+3(7)+5=49+21+5=757^2 + 3(7) + 5 = 49 + 21 + 5 = 75. Dividing 7575 by 1212 yields 66 with a remainder of 33.

Adım Adım Çözüm

1
Express nn in terms of its quotient and remainder modulo 1212.
n=12q+7n = 12q + 7 for some non-negative integer qq, meaning n7(mod12)n \equiv 7 \pmod{12}.
By the division algorithm, any integer nn leaving a remainder of 77 when divided by 1212 can be represented as 12q+712q + 7.
2
Substitute n7(mod12)n \equiv 7 \pmod{12} into the polynomial expression n2+3n+5n^2 + 3n + 5.
n2+3n+572+3(7)+5(mod12)n^2 + 3n + 5 \equiv 7^2 + 3(7) + 5 \pmod{12}.
Properties of modular arithmetic allow direct substitution of equivalent remainders into polynomial expressions.
3
Evaluate the arithmetic expression.
72+3(7)+5=49+21+5=757^2 + 3(7) + 5 = 49 + 21 + 5 = 75.
Compute the total numeric value before finding the final remainder modulo 1212.
4
Divide the total sum by 1212 to find the final remainder.
75=12×6+375 = 12 \times 6 + 3, so the remainder is 33.
A remainder modulo 1212 must be an integer in the range from 00 to 1111.

Anahtar Kavram

Properties of Remainders and Modular Substitution
Tahmini Süre:1m 15s
Soru 27Soru

Let nn be a positive integer such that nn is divisible by 1212 and n2n^2 is divisible by 270270. Which of the following statements MUST be true? Select all such statements.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: nn is divisible by 180180.; n2n^2 is divisible by 10,80010,800.; nn has at least 1818 positive divisors.

Cevap

The statements asserting that nn is divisible by 180180, n2n^2 is divisible by 10,80010,800, and nn has at least 1818 positive divisors MUST be true.
Because 12=223112 = 2^2 \cdot 3^1 divides nn, nn contains at least two factors of 22 and one factor of 33. Because 270=213351270 = 2^1 \cdot 3^3 \cdot 5^1 divides n2n^2, n2n^2 must contain at least three factors of 33 and one factor of 55, meaning nn itself must contain at least two factors of 33 and one factor of 55. Therefore, nn must be a multiple of 223251=1802^2 \cdot 3^2 \cdot 5^1 = 180. Consequently: (1) nn is divisible by 180180; (2) n2n^2 is a multiple of 1802=32,400180^2 = 32,400, which is divisible by 10,80010,800; (3) nn has at least as many divisors as 180180, which has (2+1)(2+1)(1+1)=18(2+1)(2+1)(1+1) = 18 positive divisors.

Adım Adım Çözüm

1
Determine the prime factorization constraints on nn from the given divisibility conditions.
Since 12=223112 = 2^2 \cdot 3^1 divides nn, v2(n)2v_2(n) \ge 2 and v3(n)1v_3(n) \ge 1. Since 270=213351270 = 2^1 \cdot 3^3 \cdot 5^1 divides n2n^2, v2(n2)1v_2(n^2) \ge 1, v3(n2)3v_3(n^2) \ge 3, and v5(n2)1v_5(n^2) \ge 1.
Divisibility requires that the exponent of each prime factor in the divisor is less than or equal to the exponent in the dividend.
2
Deduce the minimal exponents of primes in nn.
v2(n)2v_2(n) \ge 2, 2v3(n)3    v3(n)22 \cdot v_3(n) \ge 3 \implies v_3(n) \ge 2, and 2v5(n)1    v5(n)12 \cdot v_5(n) \ge 1 \implies v_5(n) \ge 1. Thus, nn must be a multiple of 223251=1802^2 \cdot 3^2 \cdot 5^1 = 180.
Exponents of prime factors in integer factorizations must be non-negative integers.
3
Evaluate each statement against the minimum required value n=180=223251n = 180 = 2^2 \cdot 3^2 \cdot 5^1.
1. 180n180 \mid n is true.
2. n2n^2 is a multiple of 1802=32,400180^2 = 32,400, which is divisible by 10,80010,800 (32,400=310,80032,400 = 3 \cdot 10,800). True.
3. 180180 is not divisible by 2424. False.
4. n3n^3 has 535^3, whereas 250,000250,000 requires 555^5. False.
5. The number of positive divisors of 180180 is (2+1)(2+1)(1+1)=18(2+1)(2+1)(1+1) = 18. Any multiple of 180180 has at least 1818 positive divisors. True.
Testing the baseline integer n=180n = 180 identifies necessary conditions and counterexamples.

Anahtar Kavram

Properties of Integers and Divisibility
Soru 28Soru

Let nn be a positive integer such that nn has exactly 15 positive divisors. If nn is divisible by 18, but nn is NOT divisible by 8, what is the remainder when nn is divided by 7?

Cevabı ve açıklamayı göster

Cevap: 2

Cevap

The remainder when nn is divided by 7 is 2.
The total number of divisors of a positive integer with prime factorization p1ap2bp_1^{a} p_2^{b} \dots is (a+1)(b+1)(a+1)(b+1)\dots. Given that nn has 15 divisors, the possible exponent forms are 14 (since 14+1=1514+1=15) or 4 and 2 (since (4+1)(2+1)=15(4+1)(2+1)=15). Since nn is divisible by 18=23218 = 2 \cdot 3^2, its prime factors must be 2 and 3. The form p14p^{14} is eliminated because it contains only one prime factor. Testing the two permutations for p4q2p^4 \cdot q^2:
1. If n=2432=144n = 2^4 \cdot 3^2 = 144, nn is divisible by 8 (144/8=18144 / 8 = 18), which contradicts the condition that nn is NOT divisible by 8.
2. If n=2234=324n = 2^2 \cdot 3^4 = 324, nn is divisible by 18 (324/18=18324 / 18 = 18) and is NOT divisible by 8 (324/8=40.5324 / 8 = 40.5).
Dividing 324 by 7 gives 324=7×46+2324 = 7 \times 46 + 2, so the remainder is 2.

Adım Adım Çözüm

1
Analyze the divisor count formula for nn
The prime factorization of nn must be either p14p^{14} or p4q2p^4 \cdot q^2 for distinct prime numbers pp and qq.
The total number of positive divisors of an integer with prime factorization p1ap2bp_1^{a} p_2^{b} \dots is given by (a+1)(b+1)=15(a+1)(b+1)\dots = 15. Since 15 factors as 15×115 \times 1 or 5×35 \times 3, the exponent structures are 14 or 4 and 2.
2
Apply the divisibility conditions by 18 and 8
nn must equal 2234=3242^2 \cdot 3^4 = 324.
Because nn is divisible by 18=213218 = 2^1 \cdot 3^2, its prime factors must include both 2 and 3, ruling out p14p^{14}. Thus {p,q}={2,3}\{p, q\} = \{2, 3\}. If n=2432=144n = 2^4 \cdot 3^2 = 144, then nn is divisible by 8 (232^3), violating the given constraint. Therefore, nn must be 2234=3242^2 \cdot 3^4 = 324, which is divisible by 18 (324/18=18324 / 18 = 18) and not divisible by 8 (324/8=40.5324 / 8 = 40.5).
3
Compute the remainder when 324 is divided by 7
324 divided by 7 yields a quotient of 46 and a remainder of 2.
324=7×46+2324 = 7 \times 46 + 2 because 7×46=3227 \times 46 = 322.

Anahtar Kavram

Prime factorization, divisor count formula, and divisibility constraints
Soru 29Soru

Let xx be a positive integer. If the expression x2+3xx^2 + 3x is divisible by 66, which of the following statements MUST be true?

Cevabı ve açıklamayı göster

Cevap: xx is divisible by 33

Cevap

xx is divisible by 33
Factoring x2+3xx^2 + 3x yields x(x+3)x(x+3). For any integer xx, one of xx or x+3x+3 is even and the other is odd, so their product x(x+3)x(x+3) is always divisible by 22. For the product to also be divisible by 33, either xx or x+3x+3 must be divisible by 33. Because xx and x+3x+3 differ by 33, x+3x+3 is a multiple of 33 if and only if xx is a multiple of 33. Thus, xx must be divisible by 33.

Adım Adım Çözüm

1
Factor the given algebraic expression
x2+3x=x(x+3)x^2 + 3x = x(x + 3)
Factoring allows us to analyze the parity and prime factors of each component separately.
2
Analyze parity (divisibility by 2)
If xx is even, x+3x+3 is odd \Rightarrow product is even. If xx is odd, x+3x+3 is even \Rightarrow product is even.
The expression x(x+3)x(x+3) is guaranteed to be divisible by 22 for all integers xx.
3
Analyze divisibility by 3
For x(x+3)x(x+3) to be divisible by 33, at least one factor must be divisible by 33. Since x+3x(mod3)x+3 \equiv x \pmod 3, x+3x+3 is divisible by 33 if and only if xx is divisible by 33.
Since divisibility by 22 is always satisfied, divisibility by 66 requires x(x+3)x(x+3) to be divisible by 33, which requires xx to be a multiple of 33.

Anahtar Kavram

Divisibility properties of factored integer expressions and modular arithmetic
Tahmini Süre:1m 15s
Soru 30Soru

Let nn be a positive integer of the form n=2a3bn = 2^a \cdot 3^b, where aa and bb are positive integers. If nn is divisible by 66 and n2n^2 has exactly 3535 positive divisors, how many positive divisors does 6n6n have?

Cevabı ve açıklamayı göster

Cevap: 20

Cevap

The integer 6n6n has 20 positive divisors.
The correct answer is 20. Since n=2a3bn = 2^a \cdot 3^b, we have n2=22a32bn^2 = 2^{2a} \cdot 3^{2b}. The number of divisors of n2n^2 is (2a+1)(2b+1)=35(2a+1)(2b+1) = 35. Given nn is divisible by 6, a,b1a, b \ge 1, which means 2a+132a+1 \ge 3 and 2b+132b+1 \ge 3. The factorizations of 35 are 5×75 \times 7 and 7×57 \times 5, giving exponent values of 2 and 3. Then 6n=2a+13b+16n = 2^{a+1} \cdot 3^{b+1}, which has (a+2)(b+2)=(2+2)(3+2)=20(a+2)(b+2) = (2+2)(3+2) = 20 positive divisors.

Adım Adım Çözüm

1
Express n2n^2 in terms of its prime factorization.
n2=(2a3b)2=22a32bn^2 = (2^a \cdot 3^b)^2 = 2^{2a} \cdot 3^{2b}
Squaring an integer doubles the exponents of its prime factors.
2
Set up the equation for the number of positive divisors of n2n^2.
(2a+1)(2b+1)=35(2a + 1)(2b + 1) = 35
The number of positive divisors of p1e1p2e2p_1^{e_1} p_2^{e_2} is given by (e1+1)(e2+1)(e_1 + 1)(e_2 + 1).
3
Solve for the exponents aa and bb given that nn is divisible by 6.
Since nn is divisible by 6, both a1a \ge 1 and b1b \ge 1. Thus 2a+1>12a + 1 > 1 and 2b+1>12b + 1 > 1. The only factor pairs of 35 into two integers greater than 1 are 5×75 \times 7 or 7×57 \times 5. Therefore, {2a+1,2b+1}={5,7}\{2a+1, 2b+1\} = \{5, 7\}, which yields {a,b}={2,3}\{a, b\} = \{2, 3\}.
Divisibility by 6 guarantees both prime factors 2 and 3 are present in nn.
4
Find the prime factorization of 6n6n and calculate its number of positive divisors.
6n=(2131)(2a3b)=2a+13b+16n = (2^1 \cdot 3^1) \cdot (2^a \cdot 3^b) = 2^{a+1} \cdot 3^{b+1}. Using {a,b}={2,3}\{a, b\} = \{2, 3\}, the exponents are a+1a+1 and b+1b+1, which equal 3 and 4 (in either order). The number of divisors is (3+1)(4+1)=4×5=20(3+1)(4+1) = 4 \times 5 = 20.
Adding 1 to each exponent in nn gives the exponents for 6n6n, leading to (a+2)(b+2)=(2+2)(3+2)=20(a+2)(b+2) = (2+2)(3+2) = 20.

Anahtar Kavram

Divisor Count Formula and Prime Factorization Constraints
Tahmini Süre:2m 0s
Soru 31Soru

If kk is a positive integer such that kk is divisible by 1515 and k2k^2 is divisible by 360360, what is the minimum possible number of positive divisors of kk?

Cevabı ve açıklamayı göster

Cevap: 12

Cevap

The minimum possible number of positive divisors of kk is 12.
The minimum possible number of positive divisors occurs when kk has the smallest possible prime exponents satisfying all divisibility conditions. Since 15=3×515 = 3 \times 5 divides kk, kk must have prime factors 313^1 and 515^1. For k2k^2 to be divisible by 360=23×32×51360 = 2^3 \times 3^2 \times 5^1, k2k^2 must have at least 232^3, which requires kk to have at least 22=42^2 = 4. Thus, the minimal prime factorization of kk is k=22×31×51=60k = 2^2 \times 3^1 \times 5^1 = 60. Using the divisor count formula (e1+1)(e2+1)(e3+1)(e_1 + 1)(e_2 + 1)(e_3 + 1), we get (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 positive divisors.

Adım Adım Çözüm

1
Find the prime factorizations of 15 and 360.
15=31×5115 = 3^1 \times 5^1 and 360=23×32×51360 = 2^3 \times 3^2 \times 5^1.
Expressing numbers in terms of prime factors reveals the required prime exponents for divisibility.
2
Determine the minimum exponents of the prime factors required for kk.
Since 1515 divides kk, kk must contain at least 313^1 and 515^1. For k2k^2 to be divisible by 360=23×32×51360 = 2^3 \times 3^2 \times 5^1, k2k^2 must contain at least 232^3, which means kk must contain at least 222^2. The required factors 323^2 and 515^1 in k2k^2 are automatically provided since (31)2=32(3^1)^2 = 3^2 and (51)2=52(5^1)^2 = 5^2. Thus, the minimal kk is 22×31×51=602^2 \times 3^1 \times 5^1 = 60.
Taking the minimum required exponent for each prime factor minimizes the total number of divisors of kk.
3
Calculate the number of positive divisors of the minimal kk.
The number of divisors for k=22×31×51k = 2^2 \times 3^1 \times 5^1 is (2+1)(1+1)(1+1)=3×2×2=12(2 + 1)(1 + 1)(1 + 1) = 3 \times 2 \times 2 = 12.
The divisor count formula adds 1 to each prime exponent and multiplies the results.

Anahtar Kavram

Properties of Integer Divisibility and Divisor Counting
Tahmini Süre:1m 30s
Soru 32Soru

What is the largest two-digit positive integer nn such that when nn is divided by 44, the remainder is 33, and when nn is divided by 55, the remainder is 22?

Cevabı ve açıklamayı göster

Cevap: 87

Cevap

The largest two-digit positive integer satisfying both remainder conditions is 87.
Any integer satisfying both remainder requirements must be of the form n=20m+7n = 20m + 7 for an integer mm. Testing values for mm shows that m=4m = 4 yields n=87n = 87, which is the largest two-digit integer fitting this rule.

Adım Adım Çözüm

1
Set up modular arithmetic equations for the given remainder conditions.
n3(mod4)n \equiv 3 \pmod 4 and n2(mod5)n \equiv 2 \pmod 5
Translate the verbal description of remainders into mathematical congruence relations.
2
Combine the congruence relations to find the general form of nn.
n=20m+7n = 20m + 7 for non-negative integers mm
The least common multiple of 44 and 55 is 2020, meaning solutions repeat every 2020 units.
3
Find the maximum integer mm that produces a two-digit integer.
For m=4m = 4, n=87n = 87. For m=5m = 5, n=107n = 107.
Two-digit integers are strictly less than 100100.

Anahtar Kavram

Simultaneous Remainders and Divisibility Cycles
Tahmini Süre:1m 30s
Soru 33Soru

Let nn be a positive integer that is a factor of 180180. If nn is divisible by 66 but is not divisible by 44, what is the maximum possible number of positive divisors of nn?

Cevabı ve açıklamayı göster

Cevap: 12

Cevap

12
The prime factorization of 180180 is 22×32×512^2 \times 3^2 \times 5^1. Any factor nn of 180180 is of the form 2a×3b×5c2^a \times 3^b \times 5^c. For nn to be divisible by 66, we must have a1a \ge 1 and b1b \ge 1. For nn not to be divisible by 44, we must have a<2a < 2, which forces a=1a = 1. To maximize the total number of divisors (a+1)(b+1)(c+1)(a+1)(b+1)(c+1), we select the largest possible values for bb and cc, which are b=2b = 2 and c=1c = 1. This yields n=21×32×51=90n = 2^1 \times 3^2 \times 5^1 = 90, giving (1+1)(2+1)(1+1)=12(1+1)(2+1)(1+1) = 12 positive divisors.

Adım Adım Çözüm

1
Find the prime factorization of 180.
180=22×32×51180 = 2^2 \times 3^2 \times 5^1
Any positive factor nn of 180180 must have the form n=2a×3b×5cn = 2^a \times 3^b \times 5^c, where 0a20 \le a \le 2, 0b20 \le b \le 2, and 0c10 \le c \le 1.
2
Apply the divisibility conditions to determine the possible values of the exponent aa.
a=1a = 1
Since nn is divisible by 6=2×36 = 2 \times 3, a1a \ge 1 and b1b \ge 1. Since nn is not divisible by 4=224 = 2^2, a<2a < 2. Thus, aa must equal 11.
3
Maximize the divisor count formula (a+1)(b+1)(c+1)(a+1)(b+1)(c+1) using the available ranges for bb and cc.
b=2b = 2 and c=1c = 1
To maximize the number of positive divisors, choose the maximum allowable values for bb (b=2b=2) and cc (c=1c=1).
4
Calculate the maximum number of positive divisors.
(1+1)(2+1)(1+1)=2×3×2=12(1+1)(2+1)(1+1) = 2 \times 3 \times 2 = 12
For n=21×32×51=90n = 2^1 \times 3^2 \times 5^1 = 90, the total number of positive divisors is 1212.

Anahtar Kavram

Divisor count formula and prime factor constraints
Tahmini Süre:1m 30s
Soru 34Soru

Let mm and nn be positive integers such that 722m=n372^2 \cdot m = n^3. Which of the following statements MUST be true? Select all that apply.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: mm is divisible by 99; nn is divisible by 3636; The product mnm \cdot n is divisible by 108108

Cevap

The statements that mm is divisible by 99, nn is divisible by 3636, and the product mnm \cdot n is divisible by 108108 MUST be true.
Analyzing prime factorizations shows that n3=2634mn^3 = 2^6 \cdot 3^4 \cdot m. For the right-hand side to be a perfect cube, the power of 33 must be elevated to at least 66, requiring mm to contain 32=93^2 = 9 as a factor. Consequently, n3n^3 contains at least 2636=3632^6 \cdot 3^6 = 36^3, forcing nn to be a multiple of 3636. Finally, multiplying m=9k3m = 9k^3 by n=36kn = 36k yields 324k4324k^4, which is a multiple of 108108 for all integer values of kk.

Adım Adım Çözüm

1
Express 72272^2 in terms of its prime factorization.
72=2332    722=(2332)2=263472 = 2^3 \cdot 3^2 \implies 72^2 = (2^3 \cdot 3^2)^2 = 2^6 \cdot 3^4
Prime factorization allows us to analyze the exponents required for n3n^3 to be a perfect cube.
2
Determine the minimum prime factor requirements for mm and nn.
2634m=n3    2^6 \cdot 3^4 \cdot m = n^3 \implies exponent of 22 in mm must be 0\ge 0 (a multiple of 3), exponent of 33 in mm must be 2\ge 2 (since 4+2=64 + 2 = 6 is a multiple of 3).
Every prime factor in a perfect cube must have an exponent divisible by 3.
3
Establish general algebraic expressions for mm and nn.
m=9k3m = 9k^3 and n=36kn = 36k for any positive integer kk.
This captures all possible integer solutions for mm and nn.
4
Test each statement using the general forms m=9k3m = 9k^3 and n=36kn = 36k.
mm is divisible by 99 (9k39k^3 is a multiple of 99); nn is divisible by 3636 (36k36k is a multiple of 3636); mn=324k4=108(3k4)m \cdot n = 324k^4 = 108(3k^4), which is divisible by 108108. Counterexamples show mm need not be a square (m=72m=72) and nn need not be divisible by 5454 (n=36n=36).
Verifies which properties hold universally versus which can fail.

Anahtar Kavram

Prime Factor Exponents in Perfect Powers and Divisibility Rules
Soru 35Soru

Let N=2a3b5cN = 2^a \cdot 3^b \cdot 5^c, where aa, bb, and cc are positive integers. The integer NN is divisible by 2424, has exactly 3636 positive integer divisors, and N5\frac{N}{5} is not divisible by 2525. What is the least possible value of a+b+ca + b + c?

Cevabı ve açıklamayı göster

Cevap: 77

Cevap

7
The correct answer is 77. Since 24=233124 = 2^3 \cdot 3^1 divides NN, a3a \ge 3 and b1b \ge 1. The condition that N5\frac{N}{5} is not divisible by 2525 restricts cc to either 11 or 22. For c=2c=2, the divisor equation becomes (a+1)(b+1)(3)=36(a+1)(b+1)(3) = 36, so (a+1)(b+1)=12(a+1)(b+1) = 12. Taking a+1=4a+1=4 (a=3a=3) and b+1=3b+1=3 (b=2b=2) satisfies a3a \ge 3 and gives a minimal sum of a+b+c=3+2+2=7a+b+c = 3+2+2 = 7.

Adım Adım Çözüm

1
Analyze divisibility conditions on exponents
Since NN is divisible by 24=233124 = 2^3 \cdot 3^1, we must have a3a \ge 3 and b1b \ge 1. Since N5=2a3b5c1\frac{N}{5} = 2^a \cdot 3^b \cdot 5^{c-1} is not divisible by 25=5225 = 5^2, c1<2    c2c-1 < 2 \implies c \le 2. Because cc is a positive integer, cc can be 11 or 22.
Establish structural constraints on prime exponents from the divisibility statements.
2
Set up the total divisor formula
The total number of positive integer divisors of NN is (a+1)(b+1)(c+1)=36(a+1)(b+1)(c+1) = 36.
Apply the standard formula for counting divisors using prime factorization.
3
Evaluate candidate values for c=1c = 1 and c=2c = 2
If c=1c = 1, then c+1=2c+1 = 2, so (a+1)(b+1)=18(a+1)(b+1) = 18. Since a3    a+14a \ge 3 \implies a+1 \ge 4, possible integer pairs for (a+1,b+1)(a+1, b+1) are (6,3)(6, 3) giving a=5,b=2    a+b+c=8a=5, b=2 \implies a+b+c = 8, or (9,2)(9, 2) giving a=8,b=1    a+b+c=10a=8, b=1 \implies a+b+c = 10.
If c=2c = 2, then c+1=3c+1 = 3, so (a+1)(b+1)=12(a+1)(b+1) = 12. With a+14a+1 \ge 4, possible pairs for (a+1,b+1)(a+1, b+1) are (4,3)(4, 3) giving a=3,b=2    a+b+c=3+2+2=7a=3, b=2 \implies a+b+c = 3+2+2 = 7, or (6,2)(6, 2) giving a=5,b=1    a+b+c=8a=5, b=1 \implies a+b+c = 8.
Test allowable values of cc to find all valid exponent triples (a,b,c)(a, b, c) and minimize their sum.
4
Identify the minimum sum
The minimum sum of a+b+ca + b + c is 77, achieved when a=3a = 3, b=2b = 2, and c=2c = 2.
Compare sums across all valid exponent combinations.

Anahtar Kavram

Prime Factorization, Divisibility Rules, and Number of Divisors Formula
Tahmini Süre:2m 0s
Soru 36Soru

Let aa and bb be positive integers such that 15a=28b15a = 28b. Which of the following statements MUST be true? Select all that apply.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: aa is divisible by 77; bb is divisible by 1515

Cevap

The statements asserting that aa is divisible by 77 and that bb is divisible by 1515 must be true.
Equating prime factorizations gives (35)a=(227)b(3 \cdot 5) \cdot a = (2^2 \cdot 7) \cdot b. Because 1515 and 2828 share no common prime factors, aa must contain 227=282^2 \cdot 7 = 28 as a factor, and bb must contain 35=153 \cdot 5 = 15 as a factor. Therefore, aa is divisible by 77 (since 77 divides 2828) and bb is divisible by 1515.

Adım Adım Çözüm

1
Analyze the prime factorization of both sides of the equation.
The given equation 15a=28b15a = 28b can be rewritten as (35)a=(227)b(3 \cdot 5) \cdot a = (2^2 \cdot 7) \cdot b.
Prime factorizations allow us to identify fundamental divisibility relationships between variables.
2
Determine the prime factors required for aa and bb.
aa must be divisible by 2828 (i.e., a=28ka = 28k for some integer k1k \ge 1), and bb must be divisible by 1515 (i.e., b=15kb = 15k for the same integer kk).
Since gcd(15,28)=1\gcd(15, 28) = 1, all prime factors of 2828 (222^2 and 77) must come from aa, and all prime factors of 1515 (33 and 55) must come from bb.
3
Evaluate each choice against these general forms.
Since a=28ka = 28k, aa is a multiple of 77, making the first statement true. Since b=15kb = 15k, bb is a multiple of 1515, making the second statement true.
Any factor of 2828 is automatically a factor of aa, and any factor of 1515 is automatically a factor of bb.

Anahtar Kavram

Fundamental Theorem of Arithmetic and Coprime Divisibility Rules
Soru 37Soru

Let NN be a positive integer with exactly 1212 positive divisors. If the sum of the distinct prime factors of NN is 1212 and NN is not divisible by 44, what is the least possible value of NN?

Cevabı ve açıklamayı göster

Cevap: 126

Cevap

126
The least possible value of NN is 126. The only sets of distinct prime factors summing to 12 are {5,7}\{5, 7\} and {2,3,7}\{2, 3, 7\}. Using {2,3,7}\{2, 3, 7\} produces smaller candidates. Because NN is not divisible by 4, the exponent of 2 must be 1. The total divisor condition (1+1)(b+1)(c+1)=12(1+1)(b+1)(c+1) = 12 requires (b+1)(c+1)=6(b+1)(c+1) = 6, giving exponent pairs (1,2)(1, 2) or (2,1)(2, 1) for bases 3 and 7. Assigning the exponent 2 to 3 and 1 to 7 minimizes NN, giving 213271=1262^1 \cdot 3^2 \cdot 7^1 = 126.

Adım Adım Çözüm

1
Find all sets of distinct prime factors that sum to 12.
The possible sets of distinct prime factors are {5,7}\{5, 7\} and {2,3,7}\{2, 3, 7\}.
Testing combinations of prime numbers (2,3,5,7,11,2, 3, 5, 7, 11, \dots): 5+7=125 + 7 = 12 and 2+3+7=122 + 3 + 7 = 12 are the only valid sets of distinct primes summing to 12.
2
Analyze the set of prime factors {2,3,7}\{2, 3, 7\} under the condition that NN is not divisible by 4.
The prime factorization is N=2a3b7cN = 2^a \cdot 3^b \cdot 7^c, where a=1a = 1.
Since 2 is a prime factor of NN, a1a \ge 1. Because NN is not divisible by 4 (222^2), aa must be strictly less than 2. Thus, a=1a = 1.
3
Determine the exponents bb and cc using the total number of positive divisors.
The number of divisors is (1+1)(b+1)(c+1)=12(1+1)(b+1)(c+1) = 12, which simplifies to (b+1)(c+1)=6(b+1)(c+1) = 6. The possible integer pairs (b,c)(b, c) for b,c1b, c \ge 1 are (1,2)(1, 2) and (2,1)(2, 1).
The divisor count formula for N=p1e1p2e2pkekN = p_1^{e_1} p_2^{e_2} \dots p_k^{e_k} is (e1+1)(e2+1)(ek+1)=12(e_1+1)(e_2+1)\dots(e_k+1) = 12.
4
Calculate values of NN for these exponent pairs.
For (b,c)=(1,2)(b, c) = (1, 2), N=213172=294N = 2^1 \cdot 3^1 \cdot 7^2 = 294. For (b,c)=(2,1)(b, c) = (2, 1), N=213271=126N = 2^1 \cdot 3^2 \cdot 7^1 = 126.
To make NN as small as possible, assign the larger exponent to the smaller prime base (3271<31723^2 \cdot 7^1 < 3^1 \cdot 7^2).
5
Compare with candidate values from the alternative set of prime factors {5,7}\{5, 7\}.
For {5,7}\{5, 7\}, N=5372=6125N = 5^3 \cdot 7^2 = 6125 or 5571=218755^5 \cdot 7^1 = 21875, both of which are much larger than 126.
The combination (a+1)(b+1)=12(a+1)(b+1) = 12 yields exponents of 3 and 2 (or 5 and 1), resulting in much higher prime powers.

Anahtar Kavram

Divisor count formula combined with prime factorization constraints
Soru 38Soru

If xx is a positive integer such that 120120 is a factor of x2x^2, what is the least possible value of xx?

Cevabı ve açıklamayı göster

Cevap: 60

Cevap

60
The prime factorization of 120 is 23×31×512^3 \times 3^1 \times 5^1. For x2x^2 to be divisible by 120, x2x^2 must contain at least three 2s, one 3, and one 5. Because x2x^2 is a perfect square, all exponents in its prime factorization must be even numbers. Thus, the minimum prime factorization for x2x^2 is 24×32×522^4 \times 3^2 \times 5^2, which means xx must be at least 22×31×51=602^2 \times 3^1 \times 5^1 = 60.

Adım Adım Çözüm

1
Find the prime factorization of 120.
120=23×31×51120 = 2^3 \times 3^1 \times 5^1
Decomposing 120 into prime factors reveals the minimal prime factor exponents required for x2x^2.
2
Determine the prime factors required for x2x^2 to be divisible by 120.
The prime factorization of x2x^2 must contain even exponents for all its prime factors and must be divisible by 23×31×512^3 \times 3^1 \times 5^1. Therefore, x2x^2 must contain at least 24×32×522^4 \times 3^2 \times 5^2.
Because x2x^2 is a perfect square, every prime factor in its prime factorization must have an even exponent.
3
Calculate the minimum value of xx.
x=24×32×52=22×31×51=4×3×5=60x = \sqrt{2^4 \times 3^2 \times 5^2} = 2^2 \times 3^1 \times 5^1 = 4 \times 3 \times 5 = 60
Taking the square root of 24×32×522^4 \times 3^2 \times 5^2 gives the least positive integer xx satisfying the condition.

Anahtar Kavram

Prime Factorization and Perfect Squares
Soru 39Soru

How many positive integers nn less than 1,0001,000 are divisible by 1212, leave a remainder of 44 when divided by 55, and are not divisible by 99?

Cevabı ve açıklamayı göster

Cevap: 12

Cevap

12
The problem asks for positive integers n<1,000n < 1,000 that satisfy three conditions: n=12kn = 12k, n4(mod5)n \equiv 4 \pmod 5, and 9n9 \nmid n. Expressing n=12kn = 12k and substituting into the modular equation yields 2k4(mod5)2k \equiv 4 \pmod 5, which simplifies to k2(mod5)k \equiv 2 \pmod 5. For k83k \le 83, setting k=5m+2k = 5m + 2 yields 1717 values for m{0,1,,16}m \in \{0, 1, \dots, 16\}. Furthermore, 12k12k is divisible by 99 if and only if kk is a multiple of 33, which corresponds to m2(mod3)m \equiv 2 \pmod 3. The values m=2,5,8,11,14m = 2, 5, 8, 11, 14 (55 values) must be excluded. Subtracting 55 from 1717 leaves exactly 1212 valid integers.

Adım Adım Çözüm

1
Express nn in terms of its divisibility by 1212 and set the upper bound.
n=12kn = 12k for a positive integer kk. Since n<1,000n < 1,000, we have 12k<1,00012k < 1,000, which implies k83k \le 83.
Any positive integer divisible by 1212 must be a positive integer multiple of 1212.
2
Apply the modular remainder condition modulo 55.
12k4(mod5)    2k4(mod5)    k2(mod5)12k \equiv 4 \pmod 5 \implies 2k \equiv 4 \pmod 5 \implies k \equiv 2 \pmod 5.
Since 122(mod5)12 \equiv 2 \pmod 5, simplifying the congruence gives k2(mod5)k \equiv 2 \pmod 5.
3
Determine the candidate set of values for kk.
kk can be written as k=5m+2k = 5m + 2. For 1k831 \le k \le 83, the non-negative integer mm ranges from 00 to 1616 inclusive, yielding 1717 possible values.
The maximum value 5m+2835m + 2 \le 83 gives 5m81    m165m \le 81 \implies m \le 16.
4
Apply the condition that nn is not divisible by 99.
12k=3×4×k12k = 3 \times 4 \times k is divisible by 99 if and only if kk is divisible by 33. 5m+22m+2(mod3)5m + 2 \equiv 2m + 2 \pmod 3, so 2m+20(mod3)    m2(mod3)2m + 2 \equiv 0 \pmod 3 \implies m \equiv 2 \pmod 3.
Since 1212 already contains one factor of 33, 12k12k needs kk to supply another factor of 33 to be divisible by 99.
5
Filter out the excluded values of mm and calculate the final count.
Values of m{0,1,,16}m \in \{0, 1, \dots, 16\} with m2(mod3)m \equiv 2 \pmod 3 are m{2,5,8,11,14}m \in \{2, 5, 8, 11, 14\} (55 values). The number of valid integers is 175=1217 - 5 = 12.
Subtracting the excluded multiples of 99 from the candidate set leaves the exact number of valid integers.

Anahtar Kavram

Modular arithmetic, linear congruences, and counting integer multiples with divisibility constraints
Tahmini Süre:2m 0s
Soru 40Soru

If kk is a positive integer such that kk is divisible by 66 and k+1k + 1 is divisible by 55, what is the remainder when k2+5kk^2 + 5k is divided by 3030?

Cevabı ve açıklamayı göster

Cevap: 66

Cevap

The remainder when k2+5kk^2 + 5k is divided by 3030 is 66.
The correct answer is 66. Since kk is a multiple of 66 and leaves a remainder of 44 when divided by 55, the general form of kk modulo 3030 is 2424. Evaluating k2+5kk^2 + 5k modulo 3030 yields 242+5(24)=576+120=69624^2 + 5(24) = 576 + 120 = 696, which gives a remainder of 66 when divided by 3030.

Adım Adım Çözüm

1
Determine the congruence class of kk modulo 6 and modulo 5.
k0(mod6)k \equiv 0 \pmod 6 and k4(mod5)k \equiv 4 \pmod 5.
Given that kk is divisible by 6, its remainder modulo 6 is 0. Since k+1k + 1 is divisible by 5, k+10(mod5)k + 1 \equiv 0 \pmod 5, which implies k4(mod5)k \equiv 4 \pmod 5.
2
Find the smallest positive integer value of kk modulo 30 satisfying both conditions.
k24(mod30)k \equiv 24 \pmod{30}.
The multiples of 6 are 0, 6, 12, 18, 24, 30, ... Among these, 24 gives a remainder of 4 when divided by 5. Since 5 and 6 are coprime, k24(mod30)k \equiv 24 \pmod{30}.
3
Substitute k24(mod30)k \equiv 24 \pmod{30} into the expression k2+5kk^2 + 5k and compute the remainder modulo 30.
The remainder is 66.
k2+5k=k(k+5)24(24+5)=24(29)(mod30)k^2 + 5k = k(k+5) \equiv 24(24+5) = 24(29) \pmod{30}. Using modular arithmetic, 246(mod30)24 \equiv -6 \pmod{30} and 291(mod30)29 \equiv -1 \pmod{30}, so (6)(1)=6(mod30)(-6)(-1) = 6 \pmod{30}.

Anahtar Kavram

Chinese Remainder Theorem and Modular Arithmetic Properties
Tahmini Süre:1m 30s
ÖncekiSayfa 2 / 3Sonraki
Properties of Integers and Divisibility Alıştırma Soruları — GRE General Test — Sayfa 2 | Examkin