Tüm alıştırma soruları

387 soru

Soru 81Soru

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

Cevabı ve açıklamayı göster

Cevap: 11

Cevap

11
Since nn leaves a remainder of 77 when divided by 1212, we can substitute n7(mod12)n \equiv 7 \pmod{12} directly into n2+5n+11n^2 + 5n + 11. Evaluating 72+5(7)+117^2 + 5(7) + 11 gives 49+35+11=9549 + 35 + 11 = 95. Dividing 9595 by 1212 gives 77 with a remainder of 1111.

Adım Adım Çözüm

1
Express nn using modular arithmetic
n7(mod12)n \equiv 7 \pmod{12}
A positive integer nn that leaves a remainder of 77 when divided by 1212 can be expressed as n=12k+7n = 12k + 7 for some non-negative integer kk.
2
Substitute n7(mod12)n \equiv 7 \pmod{12} into the target expression
n2+5n+1172+5(7)+11(mod12)n^2 + 5n + 11 \equiv 7^2 + 5(7) + 11 \pmod{12}
By the algebraic properties of remainders (modular arithmetic), substituting the remainder 77 for nn yields an equivalent remainder modulo 1212.
3
Evaluate the arithmetic sum
49+35+11=9549 + 35 + 11 = 95
Computing 72=497^2 = 49, 5×7=355 \times 7 = 35, and adding 1111 gives 9595.
4
Find the remainder of 9595 modulo 1212
95=12×7+11    9511(mod12)95 = 12 \times 7 + 11 \implies 95 \equiv 11 \pmod{12}
Dividing 9595 by 1212 yields a quotient of 77 and a remainder of 1111.

Anahtar Kavram

Modular Arithmetic and Polynomial Remainders
Soru 82Soru

How many integer values of xx satisfy the inequality x23x+140\frac{|x - 2| - 3}{|x + 1| - 4} \leq 0?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The correct answer is 6.
Analyzing the signs of the numerator x23|x - 2| - 3 and denominator x+14|x + 1| - 4 shows that the quotient is non-positive when the numerator and denominator have opposite signs or when the numerator is zero. This yields two intervals: (5,1](-5, -1] and (3,5](3, 5]. The integers contained in these intervals are 4,3,2,1,4,5-4, -3, -2, -1, 4, 5, which totals 6 integer values.

Adım Adım Çözüm

1
Analyze the sign of the numerator x23|x - 2| - 3
The numerator is zero at x=1x = -1 and x=5x = 5, negative for 1<x<5-1 < x < 5, and positive for x<1x < -1 or x>5x > 5.
Solving x2=3|x - 2| = 3 yields x2=3    x=5x - 2 = 3 \implies x = 5 and x2=3    x=1x - 2 = -3 \implies x = -1.
2
Analyze the sign of the denominator x+14|x + 1| - 4
The denominator is zero at x=5x = -5 and x=3x = 3, negative for 5<x<3-5 < x < 3, and positive for x<5x < -5 or x>3x > 3. Exclude x=5x = -5 and x=3x = 3.
Solving x+1=4|x + 1| = 4 yields x+1=4    x=3x + 1 = 4 \implies x = 3 and x+1=4    x=5x + 1 = -4 \implies x = -5. Denominators cannot be zero.
3
Find intervals where numerator and denominator have opposite signs or numerator is zero
The solution set is the union of (5,1](-5, -1] and (3,5](3, 5].
A fraction ND0\frac{N}{D} \leq 0 requires N0,D<0N \ge 0, D < 0 or N0,D>0N \le 0, D > 0.
4
Count the total number of integer solutions
The valid integers are 4,3,2,1,4,5-4, -3, -2, -1, 4, 5, giving a total count of 6.
Listing integers in (5,1](-5, -1] yields 4,3,2,1-4, -3, -2, -1, and in (3,5](3, 5] yields 4,54, 5.

Anahtar Kavram

Solving Rational Inequalities with Absolute Values
Soru 83Soru

When the integer N=443+943N = 4^{43} + 9^{43} is divided by 77, what is the remainder?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The remainder when N=443+943N = 4^{43} + 9^{43} is divided by 77 is 66.
Reducing 9(mod7)9 \pmod 7 yields 22, allowing NN to be expressed as 286+243(mod7)2^{86} + 2^{43} \pmod 7. The powers of 2(mod7)2 \pmod 7 repeat every 3 powers (2,4,1)(2, 4, 1). Reducing the exponents 8686 and 4343 modulo 3 gives remainders of 22 and 11, corresponding to values of 44 and 22. Their sum 4+2=64 + 2 = 6 is the final remainder.

Adım Adım Çözüm

1
Simplify the base modulo 7 and express in powers of 2
92(mod7)9 \equiv 2 \pmod 7, so N=443+943286+243(mod7)N = 4^{43} + 9^{43} \equiv 2^{86} + 2^{43} \pmod 7.
Reducing bases modulo 7 simplifies calculating large exponents.
2
Determine the remainder cyclicity of powers of 2 modulo 7
The cycle length is 3 with pattern (2,4,1)(2, 4, 1), because 2122^1 \equiv 2, 2242^2 \equiv 4, and 231(mod7)2^3 \equiv 1 \pmod 7.
Powers of integers modulo a divisor repeat periodically.
3
Evaluate each term using the exponent modulo the cycle length
862(mod3)    28622=4(mod7)86 \equiv 2 \pmod 3 \implies 2^{86} \equiv 2^2 = 4 \pmod 7, and 431(mod3)    24321=2(mod7)43 \equiv 1 \pmod 3 \implies 2^{43} \equiv 2^1 = 2 \pmod 7.
The position in the cyclicity sequence is dictated by the exponent modulo the period length.
4
Add the individual remainders
4+2=6(mod7)4 + 2 = 6 \pmod 7.
The remainder of a sum equals the sum of the individual remainders.

Anahtar Kavram

Modular arithmetic cyclicity of powers and addition of remainders
Soru 84Soru

A technology manufacturing company produces two server models: Model Alpha and Model Beta. The manufacturing cost of one Model Alpha server is 400morethantwicethemanufacturingcostofoneModelBetaserver.Lastmonth,thecompanyproduced15ModelAlphaserversand40ModelBetaservers,incurringatotalmanufacturingcostof400 more than twice the manufacturing cost of one Model Beta server. Last month, the company produced 15 Model Alpha servers and 40 Model Beta servers, incurring a total manufacturing cost of 76,000. What is the manufacturing cost, in dollars, of one Model Alpha server?

Cevabı ve açıklamayı göster

Cevap: 2400

Cevap

The manufacturing cost of one Model Alpha server is $2,400.
By defining the costs as A=2B+400A = 2B + 400 and setting up the total cost equation 15A+40B=76,00015A + 40B = 76,000, substituting AA yields 70B=70,00070B = 70,000, giving B=1,000B = 1,000. Substituting B=1,000B = 1,000 back into A=2B+400A = 2B + 400 gives A=2,400A = 2,400.

Adım Adım Çözüm

1
Define variables and construct the linear relation equation.
A=2B+400A = 2B + 400
The cost of one Model Alpha server (AA) is 400morethantwicethecostofModelBeta(400 more than twice the cost of Model Beta ( B$).
2
Formulate the total production cost equation.
15A+40B=76,00015A + 40B = 76,000
15 units of Model Alpha and 40 units of Model Beta sum to a total cost of $76,000.
3
Substitute AA into the total cost equation and solve for BB.
15(2B+400)+40B=76,000    70B+6,000=76,000    B=1,00015(2B + 400) + 40B = 76,000 \implies 70B + 6,000 = 76,000 \implies B = 1,000
Substituting reduces the system to a single linear equation in one variable.
4
Calculate the value of AA.
A=2(1,000)+400=2,400A = 2(1,000) + 400 = 2,400
Substitute B=1,000B = 1,000 back into the equation for AA.

Anahtar Kavram

Solving Systems of Linear Equations by Substitution
Soru 85Soru

If xx, yy, and zz are integers satisfying x<y<0<zx < y < 0 < z, x+y+z=0x + y + z = 0, and xyz=160x y z = 160, what is the value of zxz - x?

Cevabı ve açıklamayı göster

Cevap: 18

Cevap

The value of zxz - x is 1818.
By defining positive variables a=xa = -x and b=yb = -y, the given inequality x<y<0x < y < 0 implies a>b>0a > b > 0. Since x+y+z=0x + y + z = 0, z=a+bz = a + b. The product condition xyz=160xyz = 160 translates to ab(a+b)=160ab(a+b) = 160. Testing positive integer values reveals that b=2b = 2 and a=8a = 8 is the unique solution satisfying a>b>0a > b > 0. This gives x=8x = -8, y=2y = -2, and z=10z = 10, making zx=10(8)=18z - x = 10 - (-8) = 18.

Adım Adım Çözüm

1
Set up positive variables for the negative integers
Let a=xa = -x and b=yb = -y, where aa and bb are positive integers with a>b>0a > b > 0. From x+y+z=0x + y + z = 0, we get ab+z=0-a - b + z = 0, so z=a+bz = a + b.
Converting negative integers to positive magnitude variables simplifies sign analysis in products and sums.
2
Substitute variables into the product equation
Substituting x=ax = -a, y=by = -b, and z=a+bz = a + b into xyz=160x y z = 160 gives (a)(b)(a+b)=160(-a)(-b)(a + b) = 160, which simplifies to ab(a+b)=160a b (a + b) = 160.
Multiplying two negative numbers yields a positive product, simplifying the product expression.
3
Solve for positive integer pairs (a,b)(a, b) with a>ba > b
Testing integer values of bb:
- If b=1b = 1, a(a+1)=160a(a+1) = 160 (no integer solution as 12×13=15612 \times 13 = 156).
- If b=2b = 2, 2a(a+2)=160    a(a+2)=80    a=82a(a+2) = 160 \implies a(a+2) = 80 \implies a = 8.
- If b=3b = 3, 3a(a+3)=160    a(a+3)=53.333a(a+3) = 160 \implies a(a+3) = 53.33 (not an integer).
- If b=4b = 4, 4a(a+4)=160    a(a+4)=404a(a+4) = 160 \implies a(a+4) = 40 (no integer solution).
- If b5b \ge 5, a>b    a6a > b \implies a \ge 6, so ab(a+b)6×5×11=330>160a b (a+b) \ge 6 \times 5 \times 11 = 330 > 160.
Thus, the only valid integer pair is a=8a = 8 and b=2b = 2.
Systematically checking integer factors under inequality constraints guarantees finding all unique solutions.
4
Calculate the target expression zxz - x
Since a=8a = 8 and b=2b = 2, we have x=8x = -8, y=2y = -2, and z=8+2=10z = 8 + 2 = 10. Therefore, zx=10(8)=18z - x = 10 - (-8) = 18.
Evaluating zxz - x using the identified values completes the solution.

Anahtar Kavram

Positive and Negative Number Properties and Inequality Constraints
Soru 86Soru

If xx is a positive integer such that 810+41084+411=2x\sqrt{\frac{8^{10} + 4^{10}}{8^4 + 4^{11}}} = 2^x, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

4
Converting all terms to base 2 yields 230+220212+222\sqrt{\frac{2^{30}+2^{20}}{2^{12}+2^{22}}}. Factoring out 2202^{20} in the numerator and 2122^{12} in the denominator leaves 220(210+1)212(210+1)=28=24\sqrt{\frac{2^{20}(2^{10}+1)}{2^{12}(2^{10}+1)}} = \sqrt{2^8} = 2^4. Thus 2x=242^x = 2^4, so x=4x = 4.

Adım Adım Çözüm

1
Express all terms with prime base 2 using exponent rules.
810=2308^{10} = 2^{30}, 410=2204^{10} = 2^{20}, 84=2128^4 = 2^{12}, and 411=2224^{11} = 2^{22}.
Converting non-prime bases to a common base enables exponent simplification and factoring.
2
Factor the numerator and denominator by pulling out the lowest power of 2 in each.
Numerator: 220(210+1)2^{20}(2^{10} + 1); Denominator: 212(1+210)2^{12}(1 + 2^{10}).
Factoring isolates common terms in sums of powers so they can be canceled.
3
Cancel the identical factor (210+1)(2^{10} + 1) and compute the radical expression.
\sqrt{\frac{2^{20}}{2^{12}}} = \sqrt{2^8} = 2^4 = 16.
Applying quotient rule for exponents 220212=28\frac{2^{20}}{2^{12}} = 2^{8} and radical rule 28=(28)1/2=24\sqrt{2^8} = (2^8)^{1/2} = 2^4.
4
Set 242^4 equal to 2x2^x to solve for xx.
x = 4.
Since the bases are identical and positive, the exponents must be equal.

Anahtar Kavram

Exponents, Roots, and Powers of Integers
Soru 87Soru

A positive integer nn is divisible by 12 and has exactly 15 positive integer divisors. What is the least possible value of nn?

Cevabı ve açıklamayı göster

Cevap: 144

Cevap

144
To find the least positive integer nn that is a multiple of 12 and has 15 divisors, we examine the prime factorization of 12 (22312^2 \cdot 3^1) and the divisor count formula (e1+1)(e2+1)=15(e_1+1)(e_2+1)\dots = 15. The number 15 factors as 5×35 \times 3, implying nn has the form p4q2p^4 \cdot q^2. Minimizing nn requires placing the larger exponent on the smaller prime factor, so p=2p=2 and q=3q=3, giving n=2432=144n = 2^4 \cdot 3^2 = 144.

Adım Adım Çözüm

1
Determine prime factor requirements for divisibility by 12.
Since 12=223112 = 2^2 \cdot 3^1, nn must have prime factors 2 and 3 with exponents a2a \ge 2 and b1b \ge 1.
Divisibility requires that all prime factors of the divisor appear in the dividend with equal or higher exponents.
2
Apply the divisor count formula to determine the exponent structure.
The total number of divisors is 15, which factors as (4+1)(2+1)=15(4 + 1)(2 + 1) = 15. Thus, n=p4q2n = p^4 \cdot q^2.
The number of positive divisors is given by (e1+1)(e2+1)=15(e_1 + 1)(e_2 + 1) \dots = 15.
3
Assign prime factors to minimize nn.
Assigning the larger exponent 4 to the smaller prime 2 gives 2432=1442^4 \cdot 3^2 = 144.
To minimize a product of prime powers, larger exponents should be paired with smaller prime bases.

Anahtar Kavram

Divisor count formula and prime factorization properties
Soru 88Soru

A hardware manufacturer produces two models of enterprise servers: Server X and Server Y. Each Server X requires 33 processors of Type A and 22 processors of Type B. Each Server Y requires 22 processors of Type A and 55 processors of Type B. In a given production run, the manufacturer assembled a total of 4040 servers using exactly 115115 processors of Type A. What is the total number of Type B processors used in this production run?

Cevabı ve açıklamayı göster

Cevap: 95

Cevap

The total number of Type B processors used in the production run is 95.
By representing the count of Server X models as xx and Server Y models as yy, the given conditions yield two equations: x+y=40x + y = 40 and 3x+2y=1153x + 2y = 115. Solving this system gives x=35x = 35 and y=5y = 5. Substituting these values into the expression for Type B processors (2x+5y2x + 5y) produces 2(35)+5(5)=70+25=952(35) + 5(5) = 70 + 25 = 95.

Adım Adım Çözüm

1
Define variables and establish equations for server totals and Type A processor usage.
x+y=40x + y = 40 and 3x+2y=1153x + 2y = 115, where xx is Server X count and yy is Server Y count.
Word problems require translating relationships into algebraic linear equations.
2
Solve the system of equations for xx and yy using substitution.
x=35x = 35 Server X models and y=5y = 5 Server Y models.
Finding the specific quantities of each server model is required to compute total Type B processors.
3
Substitute x=35x = 35 and y=5y = 5 into the expression for Type B processors (2x+5y2x + 5y).
2(35)+5(5)=70+25=952(35) + 5(5) = 70 + 25 = 95.
Determines the target unknown value requested in the problem stem.

Anahtar Kavram

Modeling word problems using systems of linear equations in two variables.
Tahmini Süre:2m 0s
Soru 89Soru

A cosmetic chemist creates a skin care product by mixing two vitamin C solutions. Solution A consists of 200200 milliliters of a liquid that is 15%15\% vitamin C by volume. Solution B is a liquid that is 25%25\% vitamin C by volume. How many milliliters of Solution B must be added to Solution A so that the resulting mixture is 21%21\% vitamin C by volume?

Cevabı ve açıklamayı göster

Cevap: 300

Cevap

300300 milliliters of Solution B must be added.
Adding 300300 mL of Solution B contributes 300×0.25=75300 \times 0.25 = 75 mL of pure vitamin C. Combined with Solution A's 3030 mL of vitamin C, the total amount of vitamin C is 105105 mL in a total mixture volume of 200+300=500200 + 300 = 500 mL. The resulting concentration is 105500=21%\frac{105}{500} = 21\%.

Adım Adım Çözüm

1
Calculate the volume of pure solute (vitamin C) contained in Solution A.
200×0.15=30200 \times 0.15 = 30 mL of pure vitamin C.
The solute volume is calculated by multiplying total volume by the percentage concentration.
2
Express the solute contribution of Solution B and set up the equation for the combined concentration.
30+0.25x200+x=0.21\frac{30 + 0.25x}{200 + x} = 0.21
The final concentration is equal to total volume of pure solute divided by the total volume of the final mixture.
3
Solve the algebraic equation for xx.
30+0.25x=42+0.21x    0.04x=12    x=30030 + 0.25x = 42 + 0.21x \implies 0.04x = 12 \implies x = 300
Cross-multiplying and isolating xx yields the required volume of Solution B in milliliters.

Anahtar Kavram

Weighted average concentration equation for mixing two liquids.
Tahmini Süre:1m 30s
Soru 90Soru

A positive integer nn has exactly four distinct prime factors, the three smallest of which are 22, 33, and 55. If nn is divisible by 360360 and has exactly 4848 positive divisors, what is the minimum possible value of nn?

Cevabı ve açıklamayı göster

Cevap: 2520

Cevap

The minimum possible value of nn is 2520.
To minimize nn, we analyze its prime factorization n=2a×3b×5c×pdn = 2^a \times 3^b \times 5^c \times p^d, where pp is the fourth distinct prime factor. Divisibility by 360=23×32×51360 = 2^3 \times 3^2 \times 5^1 requires a3a \ge 3, b2b \ge 2, and c1c \ge 1. The number of positive divisors is given by (a+1)(b+1)(c+1)(d+1)=48(a+1)(b+1)(c+1)(d+1) = 48. To minimize nn, we pick the smallest prime greater than 5, which is p=7p = 7, and set d=1d = 1. This simplifies the divisor equation to (a+1)(b+1)(c+1)=24(a+1)(b+1)(c+1) = 24. Since a+14a+1 \ge 4, b+13b+1 \ge 3, and c+12c+1 \ge 2, the minimal product of these terms is 4×3×2=244 \times 3 \times 2 = 24. This uniquely determines a=3a = 3, b=2b = 2, and c=1c = 1. Substituting these values gives n=23×32×51×71=2520n = 2^3 \times 3^2 \times 5^1 \times 7^1 = 2520.

Adım Adım Çözüm

1
Determine the prime factorization of the divisor requirement.
360=23×32×51360 = 2^3 \times 3^2 \times 5^1.
Divisibility by 360 imposes lower bounds on the exponents of the prime factors 2, 3, and 5 in nn.
2
Formulate the general prime factorization for nn and state exponent constraints.
n=2a×3b×5c×pdn = 2^a \times 3^b \times 5^c \times p^d with a3a \ge 3, b2b \ge 2, c1c \ge 1, d1d \ge 1, and prime p>5p > 5.
nn has four distinct prime factors, three of which are 2, 3, and 5.
3
Apply the divisor counting formula to set up an algebraic equation.
(a+1)(b+1)(c+1)(d+1)=48(a+1)(b+1)(c+1)(d+1) = 48.
The number of positive divisors of 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).
4
Minimize nn by choosing optimal values for pp and dd.
p=7p = 7 and d=1d = 1, leading to (a+1)(b+1)(c+1)=24(a+1)(b+1)(c+1) = 24.
To make nn as small as possible, the fourth prime pp should be the smallest available prime (77) and its exponent dd should be minimized (11).
5
Solve for exponents aa, bb, and cc under the given inequality constraints.
a=3a = 3, b=2b = 2, c=1c = 1.
Since a+14a+1 \ge 4, b+13b+1 \ge 3, and c+12c+1 \ge 2, the minimum possible product (a+1)(b+1)(c+1)(a+1)(b+1)(c+1) is 4×3×2=244 \times 3 \times 2 = 24. Hence, a=3,b=2,c=1a=3, b=2, c=1 is the unique solution.
6
Calculate the value of nn.
n=23×32×51×71=2520n = 2^3 \times 3^2 \times 5^1 \times 7^1 = 2520.
Multiplying out the prime factors yields the smallest integer matching all conditions.

Anahtar Kavram

Prime Factorization and Divisor Counting Constraints
Tahmini Süre:2m 0s
Soru 91Soru

An automotive testing center evaluated 350350 electric vehicle models for three advanced driver-assistance features: Lane Keeping Assist (LL), Automatic Emergency Braking (AA), and Blind Spot Detection (BB). The evaluation showed that 180180 models had feature LL, 150150 had feature AA, and 160160 had feature BB. Additionally, 6565 models had both LL and AA, 5050 had both AA and BB, 6060 had both LL and BB, and 2525 models had all three features. How many of the evaluated electric vehicle models had none of these three features?

Cevabı ve açıklamayı göster

Cevap: 10

Cevap

The number of electric vehicle models that had none of the three features is 10.
Using the formula for three overlapping sets, LAB=L+A+B(LA+AB+LB)+LAB|L \cup A \cup B| = |L| + |A| + |B| - (|L \cap A| + |A \cap B| + |L \cap B|) + |L \cap A \cap B|, we get 180+150+160(65+50+60)+25=340180 + 150 + 160 - (65 + 50 + 60) + 25 = 340 vehicles with at least one feature. Subtracting this from the total evaluated group of 350350 yields 350340=10350 - 340 = 10 vehicles with none of the features.

Adım Adım Çözüm

1
Use the Principle of Inclusion-Exclusion for three overlapping sets to find the total number of models with at least one feature.
LAB=180+150+160(65+50+60)+25=340|L \cup A \cup B| = 180 + 150 + 160 - (65 + 50 + 60) + 25 = 340 models.
Adding individual set counts overcounts pairwise overlap regions twice and the central triple overlap three times. Subtracting pairwise intersections corrects for double counting, and adding back the triple intersection accounts for its over-subtraction.
2
Subtract the number of models having at least one feature from the total number of tested models.
None=350340=10\text{None} = 350 - 340 = 10 models.
The entire group consists of models with at least one feature plus models with none of the features.

Anahtar Kavram

Three-Set Inclusion-Exclusion Principle and Venn Diagram Region Partitioning
Soru 92Soru

If x=5+2133+52133x = \sqrt[3]{5 + 2\sqrt{13}} + \sqrt[3]{5 - 2\sqrt{13}}, what is the value of x3+9xx^3 + 9x?

Cevabı ve açıklamayı göster

Cevap: 10

Cevap

10
By defining x=u+vx = u + v with u=5+2133u = \sqrt[3]{5 + 2\sqrt{13}} and v=52133v = \sqrt[3]{5 - 2\sqrt{13}}, cubing both sides gives x3=u3+v3+3uv(u+v)x^3 = u^3 + v^3 + 3uv(u + v). Evaluating the components yields u3+v3=10u^3 + v^3 = 10 and uv=25523=3uv = \sqrt[3]{25 - 52} = -3. Substituting these back gives x3=109(x)x^3 = 10 - 9(x), which rearranges to x3+9x=10x^3 + 9x = 10.

Adım Adım Çözüm

1
Express xx as a sum of two variables uu and vv
x=u+vx = u + v, where u=5+2133u = \sqrt[3]{5 + 2\sqrt{13}} and v=52133v = \sqrt[3]{5 - 2\sqrt{13}}
Grouping the binomial terms simplifies algebraic expansion using standard polynomial identities.
2
Calculate the sum of the cubes u3+v3u^3 + v^3
u3+v3=(5+213)+(5213)=10u^3 + v^3 = (5 + 2\sqrt{13}) + (5 - 2\sqrt{13}) = 10
Eliminating the cube roots allows for simple additive cancellation of the radical terms.
3
Calculate the product uvuv
uv=(5+213)(5213)3=52(213)23=25523=273=3uv = \sqrt[3]{(5 + 2\sqrt{13})(5 - 2\sqrt{13})} = \sqrt[3]{5^2 - (2\sqrt{13})^2} = \sqrt[3]{25 - 52} = \sqrt[3]{-27} = -3
Applying the difference of squares property inside the cube root simplifies the product of conjugate radicals to a single integer.
4
Cube both sides of x=u+vx = u + v and substitute evaluated terms
x3=u3+v3+3uv(u+v)=10+3(3)x=109xx^3 = u^3 + v^3 + 3uv(u + v) = 10 + 3(-3)x = 10 - 9x
Using (u+v)3=u3+v3+3uv(u+v)(u+v)^3 = u^3 + v^3 + 3uv(u+v) connects x3x^3 directly to xx without expanding long radical terms.
5
Rearrange the equation to isolate x3+9xx^3 + 9x
x3+9x=10x^3 + 9x = 10
Adding 9x9x to both sides gives the exact numerical value of the requested expression.

Anahtar Kavram

Algebraic Identities with Polynomials and Radicals
Soru 93Soru

If xx is a positive integer such that 66+66+66+66+66+6636+36+36=2x\frac{6^6 + 6^6 + 6^6 + 6^6 + 6^6 + 6^6}{3^6 + 3^6 + 3^6} = 2^x, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 7

Cevap

The value of xx is 7.
Repeated addition converts to multiplication: six terms of 666^6 yield 666=676 \cdot 6^6 = 6^7, and three terms of 363^6 yield 336=373 \cdot 3^6 = 3^7. Dividing gives 6737=(63)7=27\frac{6^7}{3^7} = \left(\frac{6}{3}\right)^7 = 2^7. Comparing 272^7 to 2x2^x gives x=7x = 7.

Adım Adım Çözüm

1
Simplify the numerator by expressing repeated addition as multiplication.
66+66+66+66+66+66=6×66=676^6 + 6^6 + 6^6 + 6^6 + 6^6 + 6^6 = 6 \times 6^6 = 6^7
Adding six identical terms of 666^6 is equivalent to multiplying 666^6 by 6. Using the power rule a1an=an+1a^1 \cdot a^n = a^{n+1}, we get 676^7.
2
Simplify the denominator by expressing repeated addition as multiplication.
36+36+36=3×36=373^6 + 3^6 + 3^6 = 3 \times 3^6 = 3^7
Adding three identical terms of 363^6 is equivalent to multiplying 363^6 by 3, yielding 373^7.
3
Apply the quotient property of exponents for identical powers.
6737=(63)7=27\frac{6^7}{3^7} = \left(\frac{6}{3}\right)^7 = 2^7
According to exponent laws, anbn=(ab)n\frac{a^n}{b^n} = \left(\frac{a}{b}\right)^n for any non-zero real numbers aa and bb.
4
Equate exponents of equal bases to solve for xx.
2^x = 2^7 \implies x = 7
Since the bases on both sides of the equation are equal to 2, the exponents must be equal.

Anahtar Kavram

Combining repeated addition into exponential products and dividing powers with equal exponents.
Soru 94Soru

A logistics company offers two freight pricing models for oversized cargo. Model X charges a fixed monthly account fee of $8\$8 plus $0.60\$0.60 per kilometer traveled. Model Y charges a fixed monthly account fee of $54\$54 plus $0.20\$0.20 per kilometer traveled. For how many kilometers in a month will the total monthly charge under Model X be exactly 20%20\% less than the total monthly charge under Model Y?

Cevabı ve açıklamayı göster

Cevap: 80

Cevap

80 kilometers
The total monthly cost under Model X is CX=8+0.60kC_X = 8 + 0.60k and under Model Y is CY=54+0.20kC_Y = 54 + 0.20k. The condition that Model X is 20% less than Model Y means CX=0.80CYC_X = 0.80 C_Y. Substituting the expressions gives 8+0.60k=0.80(54+0.20k)=43.2+0.16k8 + 0.60k = 0.80(54 + 0.20k) = 43.2 + 0.16k. Subtracting 0.16k0.16k and 88 from both sides yields 0.44k=35.20.44k = 35.2, which simplifies to k=80k = 80.

Adım Adım Çözüm

1
Define variables and establish linear cost equations for both models.
Model X cost: CX=8+0.60kC_X = 8 + 0.60k; Model Y cost: CY=54+0.20kC_Y = 54 + 0.20k, where kk is kilometers traveled.
Linear modeling translates flat fees and variable rates into algebraic expressions.
2
Formulate the linear equation based on the condition that Model X is 20% less than Model Y.
CX=0.80CY    8+0.60k=0.80(54+0.20k)C_X = 0.80 C_Y \implies 8 + 0.60k = 0.80(54 + 0.20k).
Being 20% less than a base value means taking 80% (or 0.80) of that value.
3
Expand and simplify the algebraic equation.
8+0.60k=43.2+0.16k    0.44k=35.28 + 0.60k = 43.2 + 0.16k \implies 0.44k = 35.2.
Distributing 0.80 across (54+0.20k)(54 + 0.20k) yields 43.2+0.16k43.2 + 0.16k, and subtracting 0.16k0.16k and 88 isolates kk on one side.
4
Calculate the value of kk.
k=35.20.44=80k = \frac{35.2}{0.44} = 80.
Dividing 35.235.2 by 0.440.44 gives the exact number of kilometers required.

Anahtar Kavram

Linear Equations in One and Two Variables
Soru 95Soru

A boutique jewelry designer crafts customized gold necklaces. The total cost to produce each necklace is the sum of a fixed material cost of $800\$800 and a variable design cost. To determine the list price, the designer marks up the total production cost by 60%60\%. During a seasonal promotion, the designer offers a 25%25\% discount off the list price. If the designer earns a net profit of $360\$360 on each necklace sold during the promotion, what is the variable design cost, in dollars, per necklace?

Cevabı ve açıklamayı göster

Cevap: 1000

Cevap

The variable design cost per necklace is $1,000.
The total production cost per necklace is C=800+LC = 800 + L. Marking up by 60%60\% yields a list price of 1.60C1.60C. A 25%25\% discount reduces the price to 0.75×1.60C=1.20C0.75 \times 1.60C = 1.20C. The net profit per necklace is 1.20CC=0.20C1.20C - C = 0.20C. Given that the net profit is $360\$360, we set 0.20C=3600.20C = 360, which gives C=1,800C = 1,800. Subtracting the fixed material cost of $800\$800 yields the variable design cost of $1,000\$1,000.

Adım Adım Çözüm

1
Define total production cost in terms of variable cost
C=800+LC = 800 + L, where CC is total production cost and LL is variable design cost
Total cost is the sum of fixed material cost and variable design cost.
2
Determine the selling price after markup and discount
Selling Price S=0.75×(1.60C)=1.20CS = 0.75 \times (1.60 C) = 1.20 C
A 60%60\% markup increases total cost by a factor of 1.601.60, and a 25%25\% discount reduces that marked price to 75%75\% (0.750.75).
3
Formulate the profit equation and solve for total production cost CC
Profit =SC=1.20CC=0.20C=360    C=1,800= S - C = 1.20 C - C = 0.20 C = 360 \implies C = 1,800
Net profit is the selling price minus the total production cost.
4
Calculate variable design cost LL
L=1,800800=1,000L = 1,800 - 800 = 1,000
Subtract fixed material cost from total production cost.

Anahtar Kavram

Profit, Loss, and Markup with Successive Percentage Adjustments
Soru 96Soru

A laboratory technician has 4040 liters of a saline solution that is 15%15\% salt by volume. How many liters of pure water must be evaporated from the solution so that the remaining solution is 25%25\% salt by volume?

Cevabı ve açıklamayı göster

Cevap: 16

Cevap

The correct answer is 1616 liters.
Because evaporation removes only pure water, the quantity of salt remains constant at 66 liters (40×0.1540 \times 0.15). For 66 liters of salt to constitute 25%25\% of the final mixture volume VV, we set up 0.25V=60.25V = 6, which yields V=24V = 24 liters. Subtracting the final volume of 2424 liters from the initial volume of 4040 liters gives 1616 liters of evaporated water.

Adım Adım Çözüm

1
Calculate the volume of pure salt in the initial solution.
The initial salt volume is 40×0.15=640 \times 0.15 = 6 liters.
The solute amount is determined by multiplying total volume by concentration.
2
Determine the required total solution volume after evaporation to achieve a 25% concentration.
The required total final volume is 60.25=24\frac{6}{0.25} = 24 liters.
Since evaporation removes only water, the volume of salt remains 6 liters, which must equal 25% of the new total volume.
3
Calculate the amount of water evaporated by taking the difference between the initial and final total volumes.
The volume of water evaporated is 4024=1640 - 24 = 16 liters.
The decrease in total solution volume equals the volume of pure water removed by evaporation.

Anahtar Kavram

Concentration change via evaporation (solute mass conservation)
Soru 97Soru

A quality assurance technician randomly selects 2 microprocessors from a batch of 1616 microprocessors, of which 66 were manufactured at Facility A and 1010 were manufactured at Facility B. The selections are made one after another without replacement. What is the probability that both selected microprocessors were manufactured at Facility A?

Cevabı ve açıklamayı göster

Cevap: 0.125

Cevap

The probability that both selected microprocessors were manufactured at Facility A is 0.125 (or 1/8).
Because the selections are made without replacement, the outcome of the first draw changes the pool of available microprocessors for the second draw. The probability of choosing a Facility A microprocessor first is 616=38\frac{6}{16} = \frac{3}{8}. Following that selection, 55 Facility A microprocessors remain among 1515 total microprocessors, giving a conditional probability of 515=13\frac{5}{15} = \frac{1}{3} for the second selection. Multiplying these dependent probabilities yields 38×13=18=0.125\frac{3}{8} \times \frac{1}{3} = \frac{1}{8} = 0.125.

Adım Adım Çözüm

1
Determine the probability of selecting a Facility A microprocessor on the first draw.
P(First is Facility A)=616=38P(\text{First is Facility A}) = \frac{6}{16} = \frac{3}{8}
There are 6 microprocessors from Facility A out of 16 total microprocessors.
2
Determine the conditional probability of selecting a Facility A microprocessor on the second draw.
P(Second is Facility AFirst is Facility A)=515=13P(\text{Second is Facility A} \mid \text{First is Facility A}) = \frac{5}{15} = \frac{1}{3}
Since the selection is made without replacement, 5 Facility A microprocessors remain out of a reduced total of 15 microprocessors.
3
Multiply the dependent probabilities to find the combined probability.
P(Both are Facility A)=38×13=324=18=0.125P(\text{Both are Facility A}) = \frac{3}{8} \times \frac{1}{3} = \frac{3}{24} = \frac{1}{8} = 0.125
The joint probability of sequential dependent events is the product of the initial probability and the conditional probability.

Anahtar Kavram

Probability of Dependent Events (Sampling without Replacement)
Tahmini Süre:1m 30s
Soru 98Soru

An educational foundation set an annual fundraising goal for a given year. During the first quarter, the foundation raised 30%30\% of its annual goal. In the second quarter, the amount raised was 25%25\% greater than the amount raised in the first quarter. In the third quarter, the amount raised was 40%40\% less than the total amount raised in the first two quarters combined. If the total amount raised across the first three quarters combined was $129,600\$129,600, what was the foundation's annual fundraising goal, in dollars?

Cevabı ve açıklamayı göster

Cevap: 120000

Cevap

The foundation's annual fundraising goal was $120,000.
To determine the annual goal GG, calculate the raised amount in each quarter relative to GG. The first quarter yields Q1=0.30GQ_1 = 0.30G. The second quarter amount is 25%25\% greater than Q1Q_1, which equals 1.25×0.30G=0.375G1.25 \times 0.30G = 0.375G. The sum of the first two quarters is 0.30G+0.375G=0.675G0.30G + 0.375G = 0.675G. The third quarter amount is 40%40\% less than this combined sum, giving 0.60×0.675G=0.405G0.60 \times 0.675G = 0.405G. Summing the three quarters gives a total of 0.30G+0.375G+0.405G=1.08G0.30G + 0.375G + 0.405G = 1.08G. Equating 1.08G=129,6001.08G = 129,600 and dividing by 1.081.08 gives G=120,000G = 120,000.

Adım Adım Çözüm

1
Define the variable for the unknown quantity
Let GG represent the foundation's annual fundraising goal in dollars.
Establishing a variable allows all quarterly contributions to be expressed as a linear algebraic function of the goal.
2
Express the amount raised in the first quarter in terms of GG
Q1=0.30GQ_1 = 0.30G
The foundation raised 30%30\% of its annual goal during the first quarter.
3
Express the amount raised in the second quarter in terms of GG
Q2=1.25×0.30G=0.375GQ_2 = 1.25 \times 0.30G = 0.375G
An increase of 25%25\% over Q1Q_1 means Q2=(1+0.25)Q1=1.25×0.30GQ_2 = (1 + 0.25) Q_1 = 1.25 \times 0.30G.
4
Calculate the combined total raised in the first two quarters
Q1+Q2=0.30G+0.375G=0.675GQ_1 + Q_2 = 0.30G + 0.375G = 0.675G
This combined sum serves as the base value for calculating the third quarter's contribution.
5
Express the amount raised in the third quarter in terms of GG
Q3=(10.40)×0.675G=0.60×0.675G=0.405GQ_3 = (1 - 0.40) \times 0.675G = 0.60 \times 0.675G = 0.405G
The third quarter raised 40%40\% less than the combined amount of the first two quarters, meaning it equaled 60%60\% of (Q1+Q2)(Q_1 + Q_2).
6
Sum the contributions of all three quarters and solve for GG
Total =0.30G+0.375G+0.405G=1.08G=129,600    G=120,000= 0.30G + 0.375G + 0.405G = 1.08G = 129,600 \implies G = 120,000
Setting the sum equal to the total dollar amount raised ($129,600\$129,600) yields 1.08G=129,6001.08G = 129,600, so G=129,6001.08=120,000G = \frac{129,600}{1.08} = 120,000.

Anahtar Kavram

Successive Percent Change and Base Identification
Soru 99Soru

A laboratory tested 200200 synthetic compound samples for two properties: thermal stability and chemical resistance. Among the samples, 120120 exhibited thermal stability, 9090 exhibited chemical resistance, and 5050 exhibited neither property. If a sample is selected at random from those that exhibited thermal stability, what is the probability that it also exhibited chemical resistance?

Cevabı ve açıklamayı göster

Cevap: 0.5

Cevap

0.5
The conditional probability of selecting a sample with chemical resistance given that it has thermal stability is found by dividing the number of samples with both properties (6060) by the total number of samples with thermal stability (120120), giving 60120=0.5\frac{60}{120} = 0.5.

Adım Adım Çözüm

1
Find the total number of samples exhibiting at least one of the two properties.
Since 5050 out of 200200 samples exhibited neither property, the number of samples exhibiting at least one property is 20050=150200 - 50 = 150.
The total population consists of samples exhibiting at least one property plus samples exhibiting neither property.
2
Calculate the number of samples exhibiting both thermal stability (TT) and chemical resistance (CC).
Using the inclusion-exclusion principle TC=T+CTC|T \cup C| = |T| + |C| - |T \cap C|, we have 150=120+90TC150 = 120 + 90 - |T \cap C|, which yields TC=60|T \cap C| = 60.
Overlapping sets require subtracting the intersection to avoid double-counting elements.
3
Compute the conditional probability P(CT)P(C|T).
P(CT)=TCT=60120=0.5P(C|T) = \frac{|T \cap C|}{|T|} = \frac{60}{120} = 0.5.
The given condition restricts the sample space to only the 120120 samples exhibiting thermal stability.

Anahtar Kavram

Conditional probability restricts the sample space to the given condition's outcome space: P(AB)=ABBP(A|B) = \frac{|A \cap B|}{|B|}.
Tahmini Süre:1m 30s
Soru 100Soru

A municipal water treatment facility operates three types of filtration units: Model X, Model Y, and Model Z.

 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.\bullet \text{ 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.}
 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.\bullet \text{ 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.}
 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.\bullet \text{ 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.}

What is the processing capacity, in thousands of gallons per hour, of a single Model Y filtration unit?

Cevabı ve açıklamayı göster

Cevap: 20

Cevap

The processing capacity of a single Model Y filtration unit is 20 thousand gallons per hour.
By setting up the system of three linear equations 2x+3y+z=1342x + 3y + z = 134, x+4y+2z=156x + 4y + 2z = 156, and 3x+y+4z=1963x + y + 4z = 196, and eliminating variables systematically through substitution and combination, we find y=20y = 20. Thus, a single Model Y filtration unit processes 20 thousand gallons per hour.

Adım Adım Çözüm

1
Set up a system of linear equations in three variables.
Let xx, yy, and zz represent the hourly capacities (in thousands of gallons) of Model X, Model Y, and Model Z respectively.
(1)2x+3y+z=134(2)x+4y+2z=156(3)3x+y+4z=196\begin{aligned} (1) \quad 2x + 3y + z &= 134 \\ (2) \quad x + 4y + 2z &= 156 \\ (3) \quad 3x + y + 4z &= 196 \end{aligned}
Expressing the given conditions algebraically translates the word problem into a solvable linear system.
2
Express xx in terms of yy and zz using Equation (2).
x=1564y2zx = 156 - 4y - 2z
Equation (2) has a coefficient of 1 for xx, making it ideal for algebraic substitution.
3
Substitute xx into Equations (1) and (3) to eliminate xx.
Substituting into Equation (1):
2(1564y2z)+3y+z=134    3128y4z+3y+z=1342(156 - 4y - 2z) + 3y + z = 134 \implies 312 - 8y - 4z + 3y + z = 134
3125y3z=134    (4)5y+3z=178312 - 5y - 3z = 134 \implies (4) \quad 5y + 3z = 178

Substituting into Equation (3):
3(1564y2z)+y+4z=196    46812y6z+y+4z=1963(156 - 4y - 2z) + y + 4z = 196 \implies 468 - 12y - 6z + y + 4z = 196
46811y2z=196    (5)11y+2z=272468 - 11y - 2z = 196 \implies (5) \quad 11y + 2z = 272
Reducing a 3-variable system to a 2-variable system simplifies the calculation.
4
Eliminate variable zz from Equations (4) and (5) to solve for yy.
Multiply Equation (4) by 2: 10y+6z=35610y + 6z = 356
Multiply Equation (5) by 3: 33y+6z=81633y + 6z = 816
Subtract the first result from the second:
(33y+6z)(10y+6z)=816356(33y + 6z) - (10y + 6z) = 816 - 356
23y=460    y=2023y = 460 \implies y = 20
Eliminating zz directly yields the required value of yy, which is the capacity of Model Y.

Anahtar Kavram

Solving systems of three linear equations in three variables via substitution and elimination.
ÖncekiSayfa 5 / 20Sonraki
Tüm alıştırma soruları — GMAT | Examkin