Tüm alıştırma soruları

387 soru

Soru 61Soru

If N=3121N = 3^{12} - 1, what is the sum of all the distinct prime factors of NN?

Cevabı ve açıklamayı göster

Cevap: 100

Cevap

The sum of all the distinct prime factors of NN is 100.
Factoring 31213^{12} - 1 via difference of squares and sum of cubes yields (361)(36+1)=(23×7×13)(2×5×73)=24×5×7×13×73(3^6 - 1)(3^6 + 1) = (2^3 \times 7 \times 13)(2 \times 5 \times 73) = 2^4 \times 5 \times 7 \times 13 \times 73. The distinct prime factors are 2, 5, 7, 13, and 73, which sum to 100.

Adım Adım Çözüm

1
Decompose N=3121N = 3^{12} - 1 using the difference of squares identity a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b).
N=(361)(36+1)N = (3^6 - 1)(3^6 + 1)
Breaking down large powers of integers into products of smaller terms allows for systematic prime factor determination.
2
Completely factor the term (361)(3^6 - 1).
361=(331)(33+1)=26×28=(2×13)×(22×7)=23×7×133^6 - 1 = (3^3 - 1)(3^3 + 1) = 26 \times 28 = (2 \times 13) \times (2^2 \times 7) = 2^3 \times 7 \times 13
Applying the difference of squares identity iteratively converts the term into small arithmetic integers with obvious prime factorizations.
3
Completely factor the term (36+1)(3^6 + 1) using the sum of cubes identity a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2).
36+1=(32)3+1=(32+1)((32)232+1)=10×73=2×5×733^6 + 1 = (3^2)^3 + 1 = (3^2 + 1)((3^2)^2 - 3^2 + 1) = 10 \times 73 = 2 \times 5 \times 73
The factor 73 is prime because it is not divisible by any prime numbers less than or equal to 738.54\sqrt{73} \approx 8.54 (namely 2, 3, 5, and 7).
4
Combine the component prime factorizations to list all distinct prime factors of NN.
N=24×5×7×13×73N = 2^4 \times 5 \times 7 \times 13 \times 73, so the set of distinct prime factors is \{2, 5, 7, 13, 73\}.
Each prime base is included exactly once regardless of its exponent.
5
Sum the distinct prime factors.
2+5+7+13+73=1002 + 5 + 7 + 13 + 73 = 100
Adding the unique prime factors yields the requested value.

Anahtar Kavram

Prime Factorization using Algebraic Polynomial Identities
Tahmini Süre:2m 30s
Soru 62Soru

A positive integer nn has a prime factorization of the form 2a3b5c2^a \cdot 3^b \cdot 5^c, where aa, bb, and cc are non-negative integers. If nn is a multiple of 2020 but not a multiple of 4040, is not divisible by 99, and has exactly 1212 positive integer divisors, what is the sum of all possible values of nn?

Cevabı ve açıklamayı göster

Cevap: 560

Cevap

The sum of all possible values of nn is 560.
To determine the sum of all possible values of nn, first analyze the given conditions on the prime exponents of n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c. Divisibility by 20=225120 = 2^2 \cdot 5^1 requires a2a \ge 2 and c1c \ge 1. Since nn is not divisible by 40=235140 = 2^3 \cdot 5^1, the exponent aa must equal 2. Since nn is not divisible by 9=329 = 3^2, the exponent bb must be strictly less than 2, meaning bb can be 0 or 1. The total number of positive integer divisors is given by (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12. Substituting a=2a = 2 gives 3(b+1)(c+1)=123(b+1)(c+1) = 12, or (b+1)(c+1)=4(b+1)(c+1) = 4. If b=0b = 0, then c+1=4    c=3c+1 = 4 \implies c = 3, which gives n=223053=500n = 2^2 \cdot 3^0 \cdot 5^3 = 500. If b=1b = 1, then c+1=2    c=1c+1 = 2 \implies c = 1, which gives n=223151=60n = 2^2 \cdot 3^1 \cdot 5^1 = 60. The sum of these two valid values is 500+60=560500 + 60 = 560.

Adım Adım Çözüm

1
Analyze the divisibility constraints to find values/ranges for exponents aa, bb, and cc.
a=2a = 2, c1c \ge 1, and b{0,1}b \in \{0, 1\}.
Divisibility by 20 (22512^2 \cdot 5^1) requires a2a \ge 2 and c1c \ge 1. Non-divisibility by 40 (23512^3 \cdot 5^1) restricts a<3a < 3, so a=2a = 2. Non-divisibility by 9 (323^2) restricts b<2b < 2.
2
Apply the divisor count formula (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12.
(b+1)(c+1)=4(b+1)(c+1) = 4.
Plugging a=2a = 2 into (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12 yields 3(b+1)(c+1)=123(b+1)(c+1) = 12, which simplifies to (b+1)(c+1)=4(b+1)(c+1) = 4.
3
Evaluate the cases for b=0b = 0 and b=1b = 1.
The valid values for nn are 500500 and 6060.
When b=0b = 0, c+1=4    c=3c+1 = 4 \implies c = 3, yielding n=223053=500n = 2^2 \cdot 3^0 \cdot 5^3 = 500. When b=1b = 1, c+1=2    c=1c+1 = 2 \implies c = 1, yielding n=223151=60n = 2^2 \cdot 3^1 \cdot 5^1 = 60.
4
Calculate the sum of all valid integers nn.
560
500+60=560500 + 60 = 560.

Anahtar Kavram

Divisor Count Formula and Divisibility Constraints
Soru 63Soru

An interior designer is arranging a row of 7 decorative wall tiles consisting of 3 identical blue tiles, 2 identical yellow tiles, and 2 identical red tiles. If the 2 red tiles cannot be placed next to each other, how many distinct arrangements of the 7 tiles are possible?

Cevabı ve açıklamayı göster

Cevap: 150

Cevap

The total number of distinct arrangements possible is 150.
To find the total number of distinct arrangements where no two red tiles are adjacent, first calculate the arrangements of the 5 non-restricted tiles (3 blue, 2 yellow), which is 5!3!2!=10\frac{5!}{3!2!} = 10. Placing 5 tiles creates 6 available spaces (including the two ends). Selecting 2 of these 6 spaces for the 2 identical red tiles yields (62)=15\binom{6}{2} = 15 choices. By the Fundamental Counting Principle, the total number of valid arrangements is 10×15=15010 \times 15 = 150.

Adım Adım Çözüm

1
Calculate the number of distinct ways to arrange the non-restricted tiles (3 identical blue and 2 identical yellow).
The number of distinct arrangements of the 5 non-red tiles is 5!3!2!=1206×2=10\frac{5!}{3!2!} = \frac{120}{6 \times 2} = 10.
Arranging all non-restricted tiles first creates the specific positions into which the restricted tiles can be inserted.
2
Determine the number of valid positions for the 2 identical red tiles such that no two are adjacent.
Placing 5 tiles creates 6 available insertion slots (one at each end and four between tiles). Choosing 2 distinct slots out of 6 gives (62)=6×52=15\binom{6}{2} = \frac{6 \times 5}{2} = 15 ways.
Selecting 2 distinct slots ensures that every selected space holds at most one red tile, guaranteeing that no two red tiles are adjacent.
3
Multiply the results from Step 1 and Step 2 using the Fundamental Counting Principle.
10×15=15010 \times 15 = 150.
Each arrangement of non-red tiles can be independently paired with any valid placement of the red tiles.

Anahtar Kavram

Counting arrangements of identical items with non-adjacency restrictions using the slotting method.
Tahmini Süre:1m 30s
Soru 64Soru

If xx is a negative integer and yy is a positive integer, what is the value of xyyxx+y+100\frac{|x - y| - |y - x|}{x + y + 100}?

Cevabı ve açıklamayı göster

Cevap: 0

Cevap

0
Given x<0x < 0 and y>0y > 0, the quantity xyx - y is strictly negative, which means xy=(xy)=yx|x - y| = -(x - y) = y - x. The quantity yxy - x is strictly positive, so yx=yx|y - x| = y - x. Thus, the numerator simplifies to (yx)(yx)=0(y - x) - (y - x) = 0. Dividing zero by any non-zero denominator yields 00.

Adım Adım Çözüm

1
Determine the signs of the terms inside the absolute value functions
Since x<0x < 0 and y>0y > 0, xy<0x - y < 0 and yx>0y - x > 0.
Subtracting a positive number from a negative number yields a negative value, while subtracting a negative number from a positive number yields a positive value.
2
Simplify the absolute value expressions
xy=yx|x - y| = y - x and yx=yx|y - x| = y - x.
The absolute value of a negative number is its negation, and the absolute value of a positive number is the number itself.
3
Compute the difference in the numerator
xyyx=(yx)(yx)=0|x - y| - |y - x| = (y - x) - (y - x) = 0.
Subtracting an algebraic expression from an identical expression results in zero.
4
Evaluate the entire fraction
0x+y+100=0\frac{0}{x + y + 100} = 0.
Zero divided by any non-zero real number is zero.

Anahtar Kavram

Positive and Negative Number Properties with Absolute Value
Soru 65Soru

At the beginning of a fiscal year, a municipal transit authority allocated its capital expenditure budget among three projects: Bus Rapid Transit, Rail Modernization, and Station Upgrades. Exactly 0.300.30 of the total budget was allocated to Bus Rapid Transit. Of the remaining budget, exactly 37\frac{3}{7} was allocated to Rail Modernization, and the rest was allocated to Station Upgrades. By the end of the year, expenditures on Bus Rapid Transit exceeded its initial allocation by 25%25\%, expenditures on Rail Modernization were 15%15\% below its initial allocation, and expenditures on Station Upgrades exceeded its initial allocation by 10%10\%. By what percent did the transit authority's total expenditures across all three projects exceed its initial total budget?

Cevabı ve açıklamayı göster

Cevap: 7

Cevap

The total expenditures across all three projects exceeded the initial total budget by 7%7\%.
To solve this problem, represent the total initial budget as BB. The Bus Rapid Transit allocation is 0.30B0.30B, leaving 0.70B0.70B. Rail Modernization receives 37\frac{3}{7} of 0.70B0.70B, which equals 0.30B0.30B. The remaining portion for Station Upgrades is 0.70B0.30B=0.40B0.70B - 0.30B = 0.40B. End-of-year expenditures are calculated by multiplying each allocation by its respective growth multiplier: Bus Rapid Transit is 0.30B×1.25=0.375B0.30B \times 1.25 = 0.375B, Rail Modernization is 0.30B×0.85=0.255B0.30B \times 0.85 = 0.255B, and Station Upgrades is 0.40B×1.10=0.44B0.40B \times 1.10 = 0.44B. Summing these expenditures gives 0.375B+0.255B+0.44B=1.07B0.375B + 0.255B + 0.44B = 1.07B. Comparing 1.07B1.07B to the initial 1.00B1.00B reveals an overall increase of 0.07B0.07B, or 7%7\%.

Adım Adım Çözüm

1
Express the initial allocations for each project as fractions of the total budget B
Bus Rapid Transit = 0.30B0.30B, Rail Modernization = 0.30B0.30B, Station Upgrades = 0.40B0.40B
Bus Rapid Transit is explicitly 0.30B0.30B. The remaining 0.70B0.70B is split such that Rail Modernization receives 37×0.70B=0.30B\frac{3}{7} \times 0.70B = 0.30B, leaving 0.70B0.30B=0.40B0.70B - 0.30B = 0.40B for Station Upgrades.
2
Apply the individual percentage changes to determine end-of-year expenditures
Bus Rapid Transit = 0.375B0.375B, Rail Modernization = 0.255B0.255B, Station Upgrades = 0.44B0.44B
A 25%25\% increase corresponds to a multiplier of 1.251.25, a 15%15\% decrease corresponds to a multiplier of 0.850.85, and a 10%10\% increase corresponds to a multiplier of 1.101.10.
3
Sum the project expenditures and calculate the net percent change relative to B
Total expenditure = 1.07B1.07B, corresponding to a 7%7\% net increase
Adding 0.375B+0.255B+0.44B0.375B + 0.255B + 0.44B yields 1.07B1.07B. Subtracting the original budget 1.00B1.00B gives 0.07B0.07B, which is 7%7\% of BB.

Anahtar Kavram

Weighted Percentage Changes and Sequential Fraction-Decimal Operations
Soru 66Soru

If xx is a negative real number and yy is a positive real number, what is the value of xx+yy\frac{x}{|x|} + \frac{|y|}{y}?

Cevabı ve açıklamayı göster

Cevap: 0

Cevap

The value of the expression is 0.
For any negative number xx, the ratio xx\frac{x}{|x|} evaluates to 1-1 because x=x|x| = -x. For any positive number yy, the ratio yy\frac{|y|}{y} evaluates to 11 because y=y|y| = y. Summing 1-1 and 11 results in 00.

Adım Adım Çözüm

1
Evaluate the first term for a negative variable
-1
By definition of absolute value, if x<0x < 0, then x=x|x| = -x, making xx=xx=1\frac{x}{|x|} = \frac{x}{-x} = -1.
2
Evaluate the second term for a positive variable
1
If y>0y > 0, then y=y|y| = y, making yy=yy=1\frac{|y|}{y} = \frac{y}{y} = 1.
3
Sum the simplified values
0
Combining 1-1 and 11 yields 1+1=0-1 + 1 = 0.

Anahtar Kavram

Properties of Absolute Value and Signs of Numbers
Soru 67Soru

If kk is a positive integer such that 810+223+47=2k+128\sqrt{8^{10} + 2^{23} + 4^7} = 2^k + 128, what is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 15

Cevap

The value of kk is 15.
Converting all terms under the square root to base 2 produces 230+223+214\sqrt{2^{30} + 2^{23} + 2^{14}}. Recognizing that (215+27)2=(215)2+2(215)(27)+(27)2=230+223+214(2^{15} + 2^7)^2 = (2^{15})^2 + 2(2^{15})(2^7) + (2^7)^2 = 2^{30} + 2^{23} + 2^{14}, taking the square root yields 215+27=215+1282^{15} + 2^7 = 2^{15} + 128. Matching this with 2k+1282^k + 128 yields k=15k = 15.

Adım Adım Çözüm

1
Convert terms under the square root to base 2.
The radical expression becomes 230+223+214\sqrt{2^{30} + 2^{23} + 2^{14}}.
Expressing terms with the same base allows exponent rules and algebraic identity recognition.
2
Identify the expression under the radical as a perfect square of the form (a+b)2(a + b)^2.
Setting a=215a = 2^{15} and b=27b = 2^7 gives 2ab=221527=2232ab = 2 \cdot 2^{15} \cdot 2^7 = 2^{23}, so 230+223+214=(215+27)22^{30} + 2^{23} + 2^{14} = (2^{15} + 2^7)^2.
The middle term 2232^{23} satisfies 22302142 \cdot \sqrt{2^{30}} \cdot \sqrt{2^{14}}.
3
Evaluate the square root and solve for kk.
(215+27)2=215+128\sqrt{(2^{15} + 2^7)^2} = 2^{15} + 128. Setting 215+128=2k+1282^{15} + 128 = 2^k + 128 yields k=15k = 15.
Comparing terms directly after evaluating 27=1282^7 = 128 isolates 2k=2152^k = 2^{15}.

Anahtar Kavram

Application of exponent rules combined with perfect square algebraic identities under radicals
Soru 68Soru

How many distinct 4-letter arrangements can be formed by rearranging all of the letters in the word SEES\text{SEES}?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

6
To calculate the number of unique arrangements for a multiset of letters, compute the total factorial divided by the product of factorials for each repeated letter's frequency. For SEES\text{SEES}, there are 4 total letters with 2 'S's and 2 'E's, resulting in 4!2!2!=244=6\frac{4!}{2!2!} = \frac{24}{4} = 6.

Adım Adım Çözüm

1
Count the total number of letters and identify frequencies of repeated letters.
The word SEES\text{SEES} contains 4 letters in total: two 'S's and two 'E's.
To apply the distinct permutations formula, we need the total count of elements and the counts for each repeated identical element.
2
Calculate the number of distinct arrangements using the formula n!n1!n2!nk!\frac{n!}{n_1! n_2! \dots n_k!}.
\frac{4!}{2! \cdot 2!} = \frac{24}{2 \cdot 2} = 6.
Dividing by 2!2!2! \cdot 2! eliminates duplicate counts arising from swapping indistinguishable identical letters.

Anahtar Kavram

Permutations with Repetition
Soru 69Soru

What is the numerical value of the expression 7+5235273\sqrt[3]{7 + 5\sqrt{2}} - \sqrt[3]{5\sqrt{2} - 7}?

Cevabı ve açıklamayı göster

Cevap: 2

Cevap

The numerical value of the expression is 2.
The value of the expression is 2. This can be demonstrated either by setting the expression equal to xx, cubing both sides to construct the cubic equation x3+3x14=0x^3 + 3x - 14 = 0, and factoring out the real root x=2x = 2, or by recognizing that (1+2)3=7+52(1 + \sqrt{2})^3 = 7 + 5\sqrt{2} and (21)3=527(\sqrt{2} - 1)^3 = 5\sqrt{2} - 7, which simplifies the expression directly to (1+2)(21)=2(1 + \sqrt{2}) - (\sqrt{2} - 1) = 2.

Adım Adım Çözüm

1
Define variables for the two cubic terms and write the target expression as a difference.
Let u=7+523u = \sqrt[3]{7 + 5\sqrt{2}} and v=5273v = \sqrt[3]{5\sqrt{2} - 7}, so the target value is x=uvx = u - v.
Grouping nested radical terms simplifies the algebraic manipulation.
2
Cube both sides of x=uvx = u - v using the algebraic identity (uv)3=u3v33uv(uv)(u - v)^3 = u^3 - v^3 - 3uv(u - v).
x3=u3v33uvxx^3 = u^3 - v^3 - 3uv \cdot x.
Cubing eliminates the outer radical signs on the cubed terms.
3
Evaluate u3v3u^3 - v^3 and the product uvuv.
u3v3=(7+52)(527)=14u^3 - v^3 = (7 + 5\sqrt{2}) - (5\sqrt{2} - 7) = 14, and uv=(52+7)(527)3=50493=1uv = \sqrt[3]{(5\sqrt{2}+7)(5\sqrt{2}-7)} = \sqrt[3]{50 - 49} = 1.
Using the difference of squares under the cube root simplifies the product term to 1.
4
Substitute the evaluated terms into the cubic equation and solve for the real root xx.
x3=143x    x3+3x14=0    (x2)(x2+2x+7)=0    x=2x^3 = 14 - 3x \implies x^3 + 3x - 14 = 0 \implies (x - 2)(x^2 + 2x + 7) = 0 \implies x = 2.
The quadratic factor x2+2x+7x^2 + 2x + 7 has negative discriminant (428=244 - 28 = -24), leaving x=2x = 2 as the unique real solution.

Anahtar Kavram

Simplifying nested radicals using cubic algebraic identities and binomial expansions
Soru 70Soru

If xx is a real number such that x25x+1=0x^2 - 5x + 1 = 0, what is the value of x2+1x2x^2 + \frac{1}{x^2}?

Cevabı ve açıklamayı göster

Cevap: 23

Cevap

The value of x2+1x2x^2 + \frac{1}{x^2} is 23.
Dividing the quadratic equation x25x+1=0x^2 - 5x + 1 = 0 by xx yields x+1x=5x + \frac{1}{x} = 5. Squaring both sides of this identity gives (x+1x)2=x2+2+1x2=25\left(x + \frac{1}{x}\right)^2 = x^2 + 2 + \frac{1}{x^2} = 25. Subtracting 2 from both sides results in x2+1x2=23x^2 + \frac{1}{x^2} = 23.

Adım Adım Çözüm

1
Divide the given quadratic equation x25x+1=0x^2 - 5x + 1 = 0 by xx
x5+1x=0    x+1x=5x - 5 + \frac{1}{x} = 0 \implies x + \frac{1}{x} = 5
Since x0x \neq 0, dividing by xx isolates the sum of xx and its reciprocal.
2
Square both sides of the expression x+1x=5x + \frac{1}{x} = 5
(x+1x)2=25    x2+2+1x2=25\left(x + \frac{1}{x}\right)^2 = 25 \implies x^2 + 2 + \frac{1}{x^2} = 25
Expanding the binomial square produces the required quadratic sum along with a constant cross-term.
3
Isolate x2+1x2x^2 + \frac{1}{x^2} by subtracting 2 from 25
x2+1x2=23x^2 + \frac{1}{x^2} = 23
Subtracting the constant cross-term yields the exact requested numeric value.

Anahtar Kavram

Algebraic transformation of quadratic equations into reciprocal power sums
Soru 71Soru

For any positive integer nn, let SnS_n denote the units digit of the sum 2n+3n+4n+7n2^n + 3^n + 4^n + 7^n. What is the remainder when the sum T=n=1102SnT = \sum_{n=1}^{102} S_n is divided by 99?

Cevabı ve açıklamayı göster

Cevap: 1

Cevap

The remainder when the sum T is divided by 9 is 1.
Evaluating the units digits of each exponent term reveals that SnS_n follows a repeating 4-term cycle (6,8,2,4)(6, 8, 2, 4) with a sum of 20 per cycle. For 102 terms, there are 25 full cycles plus the first two terms (S1=6S_1=6 and S2=8S_2=8). The total sum is T=25×20+6+8=514T = 25 \times 20 + 6 + 8 = 514. Dividing 514 by 9 yields 514=9×57+1514 = 9 \times 57 + 1, so the remainder is 1.

Adım Adım Çözüm

1
Find the cyclicity of the units digit of each term 2n,3n,4n,2^n, 3^n, 4^n, and 7n7^n.
Units digits repeat in patterns of length 4: for 2n2^n (2, 4, 8, 6), for 3n3^n (3, 9, 7, 1), for 4n4^n (4, 6, 4, 6), and for 7n7^n (7, 9, 3, 1).
Units digits of positive integer powers cycle with periodicities that divide 4.
2
Compute SnS_n for n=1,2,3,4n = 1, 2, 3, 4 and find the sum of one 4-term period.
S1=units(2+3+4+7=16)=6S_1 = \text{units}(2+3+4+7=16) = 6, S2=units(4+9+6+9=28)=8S_2 = \text{units}(4+9+6+9=28) = 8, S3=units(8+7+4+3=22)=2S_3 = \text{units}(8+7+4+3=22) = 2, S4=units(6+1+6+1=14)=4S_4 = \text{units}(6+1+6+1=14) = 4. Sum of one period = 6+8+2+4=206+8+2+4 = 20.
The sum of the units digits of individual terms determines the units digit of the total expression.
3
Calculate the total sum T=n=1102SnT = \sum_{n=1}^{102} S_n.
Since 102=25×4+2102 = 25 \times 4 + 2, the sequence consists of 25 complete cycles of 4 terms plus the first 2 terms (S1=6S_1=6 and S2=8S_2=8). Thus, T=25×20+6+8=500+14=514T = 25 \times 20 + 6 + 8 = 500 + 14 = 514.
Dividing the total number of terms by the period length gives the number of full cycles and remaining initial terms.
4
Compute the remainder when T=514T = 514 is divided by 9.
The sum of the digits of 514 is 5+1+4=105 + 1 + 4 = 10, and 101(mod9)10 \equiv 1 \pmod 9. Alternatively, 514=9×57+1514 = 9 \times 57 + 1. Thus, the remainder is 1.
A positive integer and the sum of its digits leave the same remainder when divided by 9.

Anahtar Kavram

Units digit cyclicity of exponential terms and modular arithmetic on sequence sums
Tahmini Süre:2m 0s
Soru 72Soru

Set SS consists of nn consecutive integers. The sum of the smallest three integers in set SS is 33-33, and the sum of the largest three integers in set SS is 6969. What is the value of nn?

Cevabı ve açıklamayı göster

Cevap: 37

Cevap

The total number of consecutive integers in set SS is 37.
Solving 3x+3=333x + 3 = -33 yields a first term of 12-12, and solving 3y3=693y - 3 = 69 yields a last term of 2424. The total count of consecutive integers in an inclusive range is lastfirst+1\text{last} - \text{first} + 1, giving 24(12)+1=3724 - (-12) + 1 = 37.

Adım Adım Çözüm

1
Find the smallest integer in set S
The smallest integer is -12
Let the smallest integer be xx. The sum of the smallest three consecutive integers is x+(x+1)+(x+2)=3x+3x + (x + 1) + (x + 2) = 3x + 3. Setting 3x+3=333x + 3 = -33 yields 3x=363x = -36, so x=12x = -12.
2
Find the largest integer in set S
The largest integer is 24
Let the largest integer be yy. The sum of the largest three consecutive integers is (y2)+(y1)+y=3y3(y - 2) + (y - 1) + y = 3y - 3. Setting 3y3=693y - 3 = 69 yields 3y=723y = 72, so y=24y = 24.
3
Calculate the total number of elements n in set S
n = 37
For an inclusive set of consecutive integers bounded by first term aa and last term bb, the total number of terms is n=ba+1n = b - a + 1. Here, n=24(12)+1=37n = 24 - (-12) + 1 = 37.

Anahtar Kavram

Counting inclusive terms in a sequence of consecutive integers
Soru 73Soru

A set SS consists of nn consecutive integers. The sum of all the integers in set SS is 675675, and the product of the smallest integer and the largest integer in set SS is 19761{}976. What is the value of nn?

Cevabı ve açıklamayı göster

Cevap: 15

Cevap

15
For any set of nn consecutive integers, the median mm equals the arithmetic mean 675n\frac{675}{n}. The smallest and largest elements can be written as mn12m - \frac{n-1}{2} and m+n12m + \frac{n-1}{2}, respectively. Their product is m2(n12)2=1976m^2 - \left(\frac{n-1}{2}\right)^2 = 1976. Substituting n=15n = 15 gives m=45m = 45, leading to 45272=202549=197645^2 - 7^2 = 2025 - 49 = 1976, which satisfies all conditions.

Adım Adım Çözüm

1
Relate the sum of the set to its mean and number of terms
The mean (arithmetic average) of nn consecutive integers is equal to the median mm, so Sum=nm=675\text{Sum} = n \cdot m = 675, which implies m=675nm = \frac{675}{n}.
For any evenly spaced set, the sum equals the number of terms times the mean.
2
Express the smallest and largest elements in terms of the median mm and number of terms nn
The smallest element is a=mn12a = m - \frac{n-1}{2} and the largest element is b=m+n12b = m + \frac{n-1}{2}.
In a set of nn consecutive integers, the distance from the median to either endpoint is n12\frac{n-1}{2}.
3
Formulate the product equation using the difference of squares
The product of the smallest and largest elements is ab=(mn12)(m+n12)=m2(n12)2=1976a \cdot b = \left(m - \frac{n-1}{2}\right)\left(m + \frac{n-1}{2}\right) = m^2 - \left(\frac{n-1}{2}\right)^2 = 1976.
Applying the difference of squares identity (xy)(x+y)=x2y2(x-y)(x+y) = x^2 - y^2 simplifies the expression.
4
Substitute m=675nm = \frac{675}{n} and solve for nn
Substituting mm yields (675n)2(n12)2=1976\left(\frac{675}{n}\right)^2 - \left(\frac{n-1}{2}\right)^2 = 1976. Testing odd integer factors nn of 675675:
- If n=9n = 9: m=75m = 75, product =75242=562516=56091976= 75^2 - 4^2 = 5625 - 16 = 5609 \neq 1976.
- If n=15n = 15: m=45m = 45, product =45272=202549=1976= 45^2 - 7^2 = 2025 - 49 = 1976.
Hence, n=15n = 15.
Since nn must be a positive integer factor of 675675, checking candidate factors narrows down the unique solution.

Anahtar Kavram

Properties of consecutive integer sets: mean-median equivalence and difference of squares decomposition for endpoints.

Alternatif Yöntem

Let the set be {a,a+1,,a+n1}\{a, a+1, \dots, a+n-1\}. The sum is n(2a+n1)2=675    n(2a+n1)=1350\frac{n(2a + n - 1)}{2} = 675 \implies n(2a + n - 1) = 1350. The product of endpoints is a(a+n1)=1976a(a + n - 1) = 1976. Solving the system of equations for integer values of aa and nn yields a=38a = 38 and n=15n = 15.
Tahmini Süre:2m 30s
Soru 74Soru

What is the smallest positive integer nn such that nn is a multiple of 4545, nn is not divisible by 88, and nn has exactly 1818 positive integer divisors?

Cevabı ve açıklamayı göster

Cevap: 180

Cevap

180
The smallest positive integer satisfying all conditions is 180 because 180 = 2^2 * 3^2 * 5^1, which has (2+1)(2+1)(1+1) = 18 positive divisors, is a multiple of 45, and is not divisible by 8.

Adım Adım Çözüm

1
Determine the prime factorization constraints for n
n must be of the form 2^a * 3^b * 5^c * ..., where b >= 2, c >= 1, and a <= 2.
n is a multiple of 45 = 3^2 * 5^1, requiring at least 3^2 and 5^1. Since n is not divisible by 8 = 2^3, the exponent of 2 cannot exceed 2.
2
Analyze the total number of divisors constraint
(a+1)(b+1)(c+1)... = 18
The total number of positive divisors is calculated by adding 1 to each exponent in the prime factorization and multiplying them together.
3
Find the optimal prime exponent configuration to minimize n
Factor 18 as 3 * 3 * 2, corresponding to exponents 2, 2, and 1.
Using three prime factors (2, 3, and 5) with smaller exponents yields a smaller total integer than using fewer prime factors with larger exponents.
4
Assign exponents to prime bases to yield the minimum integer value
n = 2^2 * 3^2 * 5^1 = 180
Assigning exponent 2 to base 2, exponent 2 to base 3, and exponent 1 to base 5 satisfies all constraints (b = 2 >= 2, c = 1 >= 1, a = 2 < 3) and minimizes the result.

Anahtar Kavram

Divisor count formula and prime factorization constraints
Soru 75Soru

A bakery sells blueberry muffins for 3eachandchocolatechipmuffinsfor3 each and chocolate chip muffins for 4 each. On Saturday, the bakery sold a total of 50 muffins for $170. How many chocolate chip muffins were sold on Saturday?

Cevabı ve açıklamayı göster

Cevap: 20

Cevap

The bakery sold 20 chocolate chip muffins on Saturday.
Let bb represent the number of blueberry muffins and cc represent the number of chocolate chip muffins sold. Based on the problem text, we construct the system of equations: b+c=50b + c = 50 and 3b+4c=1703b + 4c = 170. From the first equation, b=50cb = 50 - c. Substituting this into the second equation yields 3(50c)+4c=1703(50 - c) + 4c = 170, which expands to 1503c+4c=170150 - 3c + 4c = 170. Simplifying gives 150+c=170150 + c = 170, so c=20c = 20.

Adım Adım Çözüm

1
Define variables and set up the system of linear equations.
b+c=50b + c = 50 and 3b+4c=1703b + 4c = 170
The total number of muffins sold is 50, and the total revenue from selling blueberry muffins at 3eachandchocolatechipmuffinsat3 each and chocolate chip muffins at 4 each is $170.
2
Substitute b=50cb = 50 - c into the cost equation.
3(50c)+4c=170    150+c=1703(50 - c) + 4c = 170 \implies 150 + c = 170
Substituting bb in terms of cc creates a single-variable linear equation for cc.
3
Solve for cc.
c=20c = 20
Subtracting 150 from both sides gives the exact number of chocolate chip muffins sold.

Anahtar Kavram

Solving Systems of Linear Equations by Substitution or Elimination
Soru 76Soru

A courier service calculates its total delivery charge using a fixed base fee plus a constant per-mile rate. On Monday, a delivery of 15 miles received a 20% discount on the fixed base fee and a 25% surcharge on the per-mile rate, resulting in a total charge of 30.50.OnTuesday,adeliveryof20milesincurreda4030.50. On Tuesday, a delivery of 20 miles incurred a 40% increase on the fixed base fee and received a 15% discount on the per-mile rate, resulting in a total charge of 34.40. What is the standard total delivery charge, in dollars, for a 25-mile delivery with no fee adjustments or rate changes?

Cevabı ve açıklamayı göster

Cevap: 40

Cevap

The standard total delivery charge for a 25-mile delivery is 40 dollars.
Translating the scenario into linear equations gives 0.80B+18.75r=30.500.80B + 18.75r = 30.50 and 1.40B+17.00r=34.401.40B + 17.00r = 34.40. Solving this linear system yields a standard base fee of B=10.00B = 10.00 dollars and a standard per-mile rate of r=1.20r = 1.20 dollars. Substituting these into the standard 25-mile cost expression B+25rB + 25r yields 10.00+25(1.20)=40.0010.00 + 25(1.20) = 40.00 dollars.

Adım Adım Çözüm

1
Formulate linear equations from the word problem context.
System of equations: 0.80B+18.75r=30.500.80B + 18.75r = 30.50 and 1.40B+17.00r=34.401.40B + 17.00r = 34.40.
Applying the percentage adjustments to the fixed base fee BB and the rate per mile rr for the given distances yields exact linear expressions.
2
Eliminate variable BB to solve for rr.
Multiply equations to equate coefficients of BB: 5.60B+131.25r=213.505.60B + 131.25r = 213.50 and 5.60B+68.00r=137.605.60B + 68.00r = 137.60. Subtracting gives 63.25r=75.9063.25r = 75.90, so r=1.20r = 1.20.
Finding the per-mile rate rr allows determination of the standard mileage component.
3
Solve for base fee BB using r=1.20r = 1.20.
1.40B+17(1.20)=34.40    1.40B=14.00    B=10.001.40B + 17(1.20) = 34.40 \implies 1.40B = 14.00 \implies B = 10.00.
Substituting rr into either linear equation gives the fixed base fee.
4
Calculate the target standard cost for 25 miles.
B+25r=10.00+25(1.20)=40.00B + 25r = 10.00 + 25(1.20) = 40.00.
Evaluating the standard pricing expression B+25rB + 25r with B=10B = 10 and r=1.20r = 1.20 gives the total cost.

Anahtar Kavram

Solving Systems of Two-Variable Linear Equations from Word Problems
Soru 77Soru

What is the value of the positive integer nn if nn is a multiple of 18 and nn has exactly 9 positive integer divisors?

Cevabı ve açıklamayı göster

Cevap: 36

Cevap

36
The prime factorization of 18 is 21322^1 \cdot 3^2. Any multiple nn of 18 must take the form n=2a3bn = 2^a \cdot 3^b \dots where a1a \ge 1 and b2b \ge 2. The total number of positive divisors of nn is given by (a+1)(b+1)=9(a+1)(b+1)\dots = 9. Given that a+12a+1 \ge 2 and b+13b+1 \ge 3, the only product of integers equal to 9 is 3×33 \times 3. This requires a+1=3    a=2a+1 = 3 \implies a = 2 and b+1=3    b=2b+1 = 3 \implies b = 2, with no additional prime factors present. Therefore, n=2232=36n = 2^2 \cdot 3^2 = 36.

Adım Adım Çözüm

1
Determine the prime factorization constraints imposed by 18.
18=213218 = 2^1 \cdot 3^2, so n=2a3bn = 2^a \cdot 3^b \dots with a1a \ge 1 and b2b \ge 2.
Any multiple of 18 must contain at least one factor of 2 and two factors of 3.
2
Apply the divisor count formula to set up an equation.
(a+1)(b+1)=9(a+1)(b+1) = 9
The number of positive divisors of 2a3b2^a \cdot 3^b is given by (a+1)(b+1)(a+1)(b+1).
3
Solve for the exponents aa and bb.
a=2a = 2 and b=2b = 2
Because 9 can only be factored as 3×33 \times 3 for integer components where a+12a+1 \ge 2 and b+13b+1 \ge 3, both a+1a+1 and b+1b+1 must equal 3.
4
Compute the value of nn.
n=2232=36n = 2^2 \cdot 3^2 = 36
Multiply the prime power factors together to find the value of nn.

Anahtar Kavram

The total number of positive divisors of a positive integer n=p1e1p2e2pkekn = p_1^{e_1} p_2^{e_2} \dots p_k^{e_k} is given by (e1+1)(e2+1)(ek+1)(e_1 + 1)(e_2 + 1) \dots (e_k + 1).
Soru 78Soru

If mm and nn are positive integers such that 2m2n=19202^m - 2^n = 1920, what is the value of m+nm + n?

Cevabı ve açıklamayı göster

Cevap: 18

Cevap

18
To solve 2m2n=19202^m - 2^n = 1920, factor out 2n2^n to express the left side as 2n(2mn1)2^n(2^{m-n} - 1). Prime factorizing 1920 gives 27×152^7 \times 15. Since mm and nn are positive integers with m>nm > n, the term (2mn1)(2^{m-n} - 1) is an odd integer. Therefore, the power-of-2 term 2n2^n must equal 272^7, which implies n=7n = 7. The odd term (2mn1)(2^{m-n} - 1) must equal 1515, leading to 2mn=16=242^{m-n} = 16 = 2^4, so mn=4m - n = 4. Solving for mm gives m=11m = 11. Finally, m+n=11+7=18m + n = 11 + 7 = 18.

Adım Adım Çözüm

1
Factor the exponential expression
2n(2mn1)=19202^n(2^{m-n} - 1) = 1920
Factoring out the smaller power of 2 separates the expression into a power of 2 and an odd integer multiplier.
2
Determine the prime factorization of 1920
1920=27×151920 = 2^7 \times 15
Prime factorization isolates the highest power of 2 (272^7) from the remaining odd factor (1515).
3
Equate corresponding power-of-2 and odd factors
n=7n = 7 and mn=4m - n = 4
The even component 2n2^n must equal 272^7, giving n=7n = 7. The odd component 2mn12^{m-n} - 1 must equal 1515, so 2mn=16=242^{m-n} = 16 = 2^4, giving mn=4m - n = 4.
4
Solve for mm and compute m+nm + n
m=11m = 11 and m+n=18m + n = 18
Adding n=7n = 7 to mn=4m - n = 4 yields m=11m = 11. The requested sum is m+n=11+7=18m + n = 11 + 7 = 18.

Anahtar Kavram

Factoring difference of powers using fundamental exponent rules and equating even/odd prime components.
Soru 79Soru

What is the smallest positive integer nn such that n!n! is divisible by 101010^{10}?

Cevabı ve açıklamayı göster

Cevap: 45

Cevap

The smallest positive integer nn such that n!n! is divisible by 101010^{10} is 45.
To find the smallest integer nn such that n!n! is divisible by 101010^{10}, we need n!n! to contain at least 10 prime factors of 5 (since 2s are abundant). Using Legendre's formula, E5(40!)=40/5+40/25=8+1=9E_5(40!) = \lfloor 40/5 \rfloor + \lfloor 40/25 \rfloor = 8 + 1 = 9, which is insufficient. For n=45n = 45, E5(45!)=45/5+45/25=9+1=10E_5(45!) = \lfloor 45/5 \rfloor + \lfloor 45/25 \rfloor = 9 + 1 = 10, satisfying the requirement. Thus, 45 is the smallest positive integer.

Adım Adım Çözüm

1
Determine the prime factorization requirement for divisibility by 101010^{10}.
1010=210×51010^{10} = 2^{10} \times 5^{10}. Thus, n!n! must contain at least 10 factors of 5.
The power of 2 in any factorial n!n! (where n5n \ge 5) is always strictly greater than the power of 5, making 5 the limiting prime factor.
2
Apply Legendre's formula for the exponent of prime p=5p = 5 in n!n!.
E5(n!)=n5+n25+10E_5(n!) = \lfloor \frac{n}{5} \rfloor + \lfloor \frac{n}{25} \rfloor + \dots \ge 10.
Legendre's formula accounts for single multiples of 5, double multiples of 5 (25), etc.
3
Evaluate candidate values for nn.
For n=40n = 40, E5(40!)=8+1=9E_5(40!) = 8 + 1 = 9 factors. For n=45n = 45, E5(45!)=9+1=10E_5(45!) = 9 + 1 = 10 factors.
Testing multiples of 5 systematically pinpoints the exact boundary where the total count of prime factor 5 reaches 10.

Anahtar Kavram

Finding the exponent of a prime factor in a factorial using Legendre's formula
Tahmini Süre:2m 0s
Soru 80Soru

A set SS consists of nn consecutive positive integers, where n>1n > 1 is an odd integer. If the sum of all elements in set SS is equal to 3103^{10}, what is the minimum possible value of the median of set SS?

Cevabı ve açıklamayı göster

Cevap: 243

Cevap

The minimum possible value of the median of set SS is 243.
For an odd number nn of consecutive integers, the sum of the set equals n×mn \times m, where mm is the median. Given that n×m=310n \times m = 3^{10}, both nn and mm must be powers of 3, so n=3kn = 3^k and m=310km = 3^{10-k}. To ensure all terms in the set are positive, the smallest term mn12m - \frac{n-1}{2} must be at least 1, which requires 2m>n2m > n. Substituting the powers of 3 yields 2310k>3k    32k<2310=118,0982 \cdot 3^{10-k} > 3^k \implies 3^{2k} < 2 \cdot 3^{10} = 118,098. The largest integer kk satisfying this condition is k=5k = 5 (since 310=59,049<118,0983^{10} = 59,049 < 118,098 while 312=531,441>118,0983^{12} = 531,441 > 118,098). Maximizing kk minimizes the median m=3105=35=243m = 3^{10-5} = 3^5 = 243.

Adım Adım Çözüm

1
Relate the sum of an evenly spaced set to its number of terms and median.
n×m=310n \times m = 3^{10}, where nn is the number of terms and mm is the median.
For any set of nn consecutive integers where nn is odd, the sum of the set equals the number of terms times the middle term (median).
2
Express nn and mm as powers of 3.
n=3kn = 3^k and m=310km = 3^{10-k} where k1k \ge 1.
Because 3103^{10} has only 3 as a prime factor, any integer factors nn and mm must be powers of 3.
3
Establish the positivity constraint for the terms in set SS.
2m>n2m > n
The smallest term in the set is mn12m - \frac{n-1}{2}. Requiring mn121m - \frac{n-1}{2} \ge 1 gives 2mn+12m \ge n + 1, or strictly 2m>n2m > n.
4
Solve the inequality 2m>n2m > n in terms of kk.
32k<2310=118,0983^{2k} < 2 \cdot 3^{10} = 118,098
Substituting n=3kn = 3^k and m=310km = 3^{10-k} yields 2310k>3k2 \cdot 3^{10-k} > 3^k, which rearranges to 32k<23103^{2k} < 2 \cdot 3^{10}.
5
Find the maximum valid integer value of kk and calculate the corresponding minimum median mm.
Maximum k=5k = 5, giving minimum median m=35=243m = 3^{5} = 243.
For k=5k = 5, 310=59,049<118,0983^{10} = 59,049 < 118,098. For k=6k = 6, 312=531,441>118,0983^{12} = 531,441 > 118,098. Thus k=5k=5 is the maximum integer kk, which yields the minimum median m=3105=243m = 3^{10-5} = 243.

Anahtar Kavram

Sum of consecutive integers set formula and positivity constraints
ÖncekiSayfa 4 / 20Sonraki
Tüm alıştırma soruları — GMAT | Examkin