Tüm alıştırma soruları

2195 soru

Soru 461Soru

What is the remainder when 17171717^{17^{17}} is divided by 77?

Cevabı ve açıklamayı göster

Cevap: 5

Cevap

The remainder when 17171717^{17^{17}} is divided by 77 is 55.
First, reduce the base modulo 77: 173(mod7)17 \equiv 3 \pmod 7, turning the expression into 31717(mod7)3^{17^{17}} \pmod 7. Next, evaluate the pattern of powers of 3(mod7)3 \pmod 7: 3133^1 \equiv 3, 3223^2 \equiv 2, 3363^3 \equiv 6, 3443^4 \equiv 4, 3553^5 \equiv 5, and 3613^6 \equiv 1, showing a period of 66. To find which term of the cycle corresponds to the exponent 171717^{17}, evaluate 1717(mod6)17^{17} \pmod 6. Since 171(mod6)17 \equiv -1 \pmod 6, 1717(1)17=15(mod6)17^{17} \equiv (-1)^{17} = -1 \equiv 5 \pmod 6. Finally, the 55 th term of the cycle gives 35=2435(mod7)3^5 = 243 \equiv 5 \pmod 7. Therefore, the remainder is 55.

Adım Adım Çözüm

1
Reduce the base modulo 7
173(mod7)17 \equiv 3 \pmod 7, so 17171731717(mod7)17^{17^{17}} \equiv 3^{17^{17}} \pmod 7.
Modular arithmetic permits replacing the base of an exponential expression with its remainder upon division by the modulus.
2
Determine the cyclicity period of powers of 3 modulo 7
The remainders of 3n(mod7)3^n \pmod 7 repeat in a cycle of length 6: (3,2,6,4,5,1)(3, 2, 6, 4, 5, 1).
By Fermat's Little Theorem, 361(mod7)3^6 \equiv 1 \pmod 7, meaning the sequence of remainders repeats every 6 integer powers.
3
Evaluate the exponent 171717^{17} modulo the period length 6
171(mod6)17 \equiv -1 \pmod 6, so 1717(1)17=15(mod6)17^{17} \equiv (-1)^{17} = -1 \equiv 5 \pmod 6.
The position within the 6-term cyclicity pattern depends on the exponent modulo 6. Using negative remainders simplifies calculating odd powers of 1-1.
4
Calculate the final remainder using the 5th position in the cyclicity pattern
35=243=7×34+55(mod7)3^5 = 243 = 7 \times 34 + 5 \equiv 5 \pmod 7.
Since the exponent leaves a remainder of 5 when divided by 6, the overall remainder corresponds to 35(mod7)3^5 \pmod 7.

Anahtar Kavram

Modular cyclicity and tower exponent remainder reduction
Soru 462Soru

If x5=2x4|x - 5| = 2x - 4, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 3

Cevap

The value of xx is 3.
Solving the absolute value equation yields two candidate values, x=3x = 3 and x=1x = -1. Substituting x=3x = 3 into the original equation gives 35=2|3 - 5| = 2 and 2(3)4=22(3) - 4 = 2, which makes the statement true. Therefore, x=3x = 3 is the only valid solution.

Adım Adım Çözüm

1
Set up the two cases for the absolute value equation x5=2x4|x - 5| = 2x - 4.
Case 1: x5=2x4x - 5 = 2x - 4; Case 2: x5=(2x4)x - 5 = -(2x - 4).
By definition, a=b|a| = b implies a=ba = b or a=ba = -b when b0b \ge 0.
2
Solve Case 1: x5=2x4x - 5 = 2x - 4.
x=1x = -1.
Subtract xx and add 44 to both sides.
3
Solve Case 2: x5=2x+4x - 5 = -2x + 4.
3x=9    x=33x = 9 \implies x = 3.
Add 2x2x and add 55 to both sides.
4
Test potential solutions in the original equation to eliminate extraneous roots.
For x=1x = -1: 15=62(1)4=6|-1 - 5| = 6 \neq 2(-1) - 4 = -6 (Invalid). For x=3x = 3: 35=2=2(3)4=2|3 - 5| = 2 = 2(3) - 4 = 2 (Valid).
The absolute value of a real number cannot be negative, so the right-hand side 2x42x - 4 must be non-negative.

Anahtar Kavram

Absolute Value Equations and Extraneous Solutions
Soru 463Soru

For all real numbers xx and yy, the custom operation \odot is defined by xy=x22yx \odot y = x^2 - 2y. What is the value of (32)4(3 \odot 2) \odot 4?

Cevabı ve açıklamayı göster

Cevap: 17

Cevap

17
Following the explicit operator rule xy=x22yx \odot y = x^2 - 2y, first calculate the inner expression (32)=322(2)=5(3 \odot 2) = 3^2 - 2(2) = 5. Next, substitute 5 into the outer expression to compute 54=522(4)=258=175 \odot 4 = 5^2 - 2(4) = 25 - 8 = 17. Thus, the value 17 is correct.

Adım Adım Çözüm

1
Evaluate the inner function expression (32)(3 \odot 2) using the rule xy=x22yx \odot y = x^2 - 2y
32=322(2)=94=53 \odot 2 = 3^2 - 2(2) = 9 - 4 = 5
Parentheses dictate that inner custom operations must be evaluated first.
2
Substitute the result of step 1 back into the expression to evaluate 545 \odot 4
54=522(4)=258=175 \odot 4 = 5^2 - 2(4) = 25 - 8 = 17
Applying the custom operator rule with x=5x = 5 and y=4y = 4 computes the final target value.

Anahtar Kavram

Custom Operator Evaluation and Order of Operations
Tahmini Süre:1m 15s
Soru 464Soru

How many distinct 5-letter code words can be formed by rearranging all of the letters in the word LEVEL\text{LEVEL}?

Cevabı ve açıklamayı göster

Cevap: 3030

Cevap

The total number of distinct 5-letter code words that can be formed is 30.
To calculate the number of unique permutations of a set containing repeated items, divide the factorial of the total number of items by the product of the factorials of the counts of each repeated item. In the word LEVEL\text{LEVEL}, there are 5 letters total, with the letter 'L' appearing 2 times and the letter 'E' appearing 2 times. The calculation is 5!2!×2!=1204=30\frac{5!}{2! \times 2!} = \frac{120}{4} = 30.

Adım Adım Çözüm

1
Identify the total number of letters and the counts of identical letters.
The word LEVEL\text{LEVEL} has 5 total letters, where 'L' appears 2 times and 'E' appears 2 times.
Duplicate elements produce identical arrangements if treated as distinct items.
2
Apply the permutation formula for repeated items: n!n1!×n2!×\frac{n!}{n_1! \times n_2! \times \dots}.
5!2!×2!=1202×2=1204=30\frac{5!}{2! \times 2!} = \frac{120}{2 \times 2} = \frac{120}{4} = 30.
Dividing 5!5! by 2!2! for the repeated 'L's and 2!2! for the repeated 'E's eliminates duplicate arrangements.

Anahtar Kavram

Permutations with Repetition / Indistinguishable Objects
Soru 465Soru

A bakery bakes vanilla cakes and chocolate cakes in a ratio of 3:43:4. If the bakery bakes a total of 3535 cakes in one morning, how many chocolate cakes were baked?

Cevabı ve açıklamayı göster

Cevap: 2020

Cevap

20 chocolate cakes were baked.
The ratio of vanilla to chocolate cakes is 3:43:4, meaning there are 3+4=73 + 4 = 7 total equal parts. The fraction of total cakes that are chocolate is 47\frac{4}{7}. Multiplying this fraction by the total of 3535 cakes yields 47×35=20\frac{4}{7} \times 35 = 20 chocolate cakes.

Adım Adım Çözüm

1
Determine the total number of ratio parts
Sum of ratio terms: 3+4=73 + 4 = 7 total parts.
The given ratio of vanilla to chocolate cakes is 3:43:4, which means out of every 77 cakes, 33 are vanilla and 44 are chocolate.
2
Calculate the value of one ratio part
Value per part: 357=5\frac{35}{7} = 5 cakes per part.
Dividing the total count of 3535 cakes by the total number of ratio parts gives the multiplier for each part.
3
Compute the total number of chocolate cakes
Chocolate cakes: 4×5=204 \times 5 = 20.
Multiply the chocolate ratio term (44) by the value of one part (55).

Anahtar Kavram

Part-to-Whole Ratio Scaling
Soru 466Soru

If x(x27x+12)=2(x27x+12)x(x^2 - 7x + 12) = 2(x^2 - 7x + 12), what is the sum of all distinct real values of xx that satisfy the equation?

Cevabı ve açıklamayı göster

Cevap: 9

Cevap

9
To find all solutions to x(x27x+12)=2(x27x+12)x(x^2 - 7x + 12) = 2(x^2 - 7x + 12), subtract the right side from the left to obtain (x2)(x27x+12)=0(x - 2)(x^2 - 7x + 12) = 0. Factoring the quadratic expression gives (x2)(x3)(x4)=0(x - 2)(x - 3)(x - 4) = 0. Setting each factor to zero reveals three distinct real roots: 2, 3, and 4. The sum of these roots is 2+3+4=92 + 3 + 4 = 9.

Adım Adım Çözüm

1
Rearrange the equation to set one side to zero
x(x27x+12)2(x27x+12)=0x(x^2 - 7x + 12) - 2(x^2 - 7x + 12) = 0
Setting the equation to zero allows the application of the zero-product property without illegally dividing by variable expressions.
2
Factor out the common quadratic expression (x27x+12)(x^2 - 7x + 12)
(x2)(x27x+12)=0(x - 2)(x^2 - 7x + 12) = 0
Both terms share the common factor (x27x+12)(x^2 - 7x + 12).
3
Factor the quadratic component (x27x+12)(x^2 - 7x + 12) into linear factors
(x2)(x3)(x4)=0(x - 2)(x - 3)(x - 4) = 0
The quadratic factors into (x3)(x4)(x - 3)(x - 4) because (3)×(4)=12(-3) \times (-4) = 12 and (3)+(4)=7(-3) + (-4) = -7.
4
Apply the zero-product property to find all distinct real roots and compute their sum
Roots are x=2x = 2, x=3x = 3, and x=4x = 4. Sum = 2+3+4=92 + 3 + 4 = 9.
Setting each linear factor to zero gives the solutions. Summing these solutions yields 9.

Anahtar Kavram

Polynomial Factoring and the Zero-Product Property
Tahmini Süre:2m 0s
Soru 467Soru

What is the sum of all distinct real values of xx that satisfy the equation x(x25x+6)=2(x25x+6)x(x^2 - 5x + 6) = 2(x^2 - 5x + 6)?

Cevabı ve açıklamayı göster

Cevap: 5

Cevap

The sum of all distinct real solutions is 5.
To solve the equation x(x25x+6)=2(x25x+6)x(x^2 - 5x + 6) = 2(x^2 - 5x + 6), move all terms to the left side to get x(x25x+6)2(x25x+6)=0x(x^2 - 5x + 6) - 2(x^2 - 5x + 6) = 0. Factoring out (x25x+6)(x^2 - 5x + 6) gives (x2)(x25x+6)=0(x - 2)(x^2 - 5x + 6) = 0. Factoring the quadratic part yields (x2)(x2)(x3)=0(x - 2)(x - 2)(x - 3) = 0, or (x2)2(x3)=0(x - 2)^2(x - 3) = 0. The real roots are x=2x = 2 and x=3x = 3. Taking the sum of these distinct real roots gives 2+3=52 + 3 = 5.

Adım Adım Çözüm

1
Move all terms to one side of the equation to avoid dividing by a variable expression.
x(x25x+6)2(x25x+6)=0x(x^2 - 5x + 6) - 2(x^2 - 5x + 6) = 0
Dividing by (x25x+6)(x^2 - 5x + 6) directly would lose valid roots where x25x+6=0x^2 - 5x + 6 = 0.
2
Factor out the common quadratic expression (x25x+6)(x^2 - 5x + 6).
(x2)(x25x+6)=0(x - 2)(x^2 - 5x + 6) = 0
Applying the distributive property isolates the linear factor (x2)(x - 2).
3
Factor the quadratic term x25x+6x^2 - 5x + 6 into linear factors.
(x2)(x2)(x3)=0    (x2)2(x3)=0(x - 2)(x - 2)(x - 3) = 0 \implies (x - 2)^2(x - 3) = 0
The quadratic factors into (x2)(x3)(x - 2)(x - 3) because (2)+(3)=5(-2) + (-3) = -5 and (2)×(3)=6(-2) \times (-3) = 6.
4
Identify all distinct real solutions and compute their sum.
Real solutions are x=2x = 2 and x=3x = 3. Distinct sum: 2+3=52 + 3 = 5.
The root x=2x = 2 has multiplicity 2, but only distinct values must be summed.

Anahtar Kavram

Polynomial Factoring and Variable Cancellation Rules
Tahmini Süre:1m 30s
Soru 468Soru

If xx is a real number such that (x25x+5)x29x+20=1(x^2 - 5x + 5)^{x^2 - 9x + 20} = 1, what is the sum of all distinct real values of xx that satisfy the equation?

Cevabı ve açıklamayı göster

Cevap: 15

Cevap

The sum of all distinct real values of xx that satisfy the equation is 15.
The equation (x25x+5)x29x+20=1(x^2 - 5x + 5)^{x^2 - 9x + 20} = 1 holds under three distinct conditions: when the exponent is 0 and the base is non-zero (x=4,5x = 4, 5), when the base is 1 (x=1,4x = 1, 4), and when the base is 1-1 provided the exponent is an even integer (x=2,3x = 2, 3, yielding even exponents 6 and 2 respectively). The set of distinct solutions is {1,2,3,4,5}\{1, 2, 3, 4, 5\}, and their sum is 15.

Adım Adım Çözüm

1
Analyze the general algebraic conditions under which an expression of the form uv=1u^v = 1 holds for real numbers uu and vv.
The equation uv=1u^v = 1 is satisfied in three distinct cases: (1) v=0v = 0 and u0u \neq 0, (2) u=1u = 1, or (3) u=1u = -1 with vv being an even integer.
Any non-zero real number raised to the power of 0 equals 1, 1 raised to any power equals 1, and 1-1 raised to an even integer power equals 1.
2
Evaluate Case 1 where the exponent x29x+20=0x^2 - 9x + 20 = 0.
Factoring gives (x4)(x5)=0(x - 4)(x - 5) = 0, yielding x=4x = 4 and x=5x = 5. Testing the base x25x+5x^2 - 5x + 5 at x=4x = 4 gives 101 \neq 0, and at x=5x = 5 gives 505 \neq 0. Thus x=4x = 4 and x=5x = 5 are valid solutions.
Exponent equal to zero produces u0=1u^0 = 1 as long as the base u0u \neq 0.
3
Evaluate Case 2 where the base x25x+5=1x^2 - 5x + 5 = 1.
Subtracting 1 gives x25x+4=0x^2 - 5x + 4 = 0, which factors as (x1)(x4)=0(x - 1)(x - 4) = 0, yielding x=1x = 1 and x=4x = 4. Both are valid.
Base equal to 1 raised to any real exponent equals 1.
4
Evaluate Case 3 where the base x25x+5=1x^2 - 5x + 5 = -1 and check if the exponent is an even integer.
Adding 1 gives x25x+6=0x^2 - 5x + 6 = 0, which factors as (x2)(x3)=0(x - 2)(x - 3) = 0, yielding x=2x = 2 and x=3x = 3. Testing x=2x = 2 in the exponent gives 229(2)+20=62^2 - 9(2) + 20 = 6 (even). Testing x=3x = 3 gives 329(3)+20=23^2 - 9(3) + 20 = 2 (even). Thus x=2x = 2 and x=3x = 3 are also valid solutions.
Base 1-1 raised to an even integer power equals 1.
5
Combine all unique real values of xx and compute their sum.
The set of distinct real solutions is {1,2,3,4,5}\{1, 2, 3, 4, 5\}. Their sum is 1+2+3+4+5=151 + 2 + 3 + 4 + 5 = 15.
Summing all identified distinct valid roots.

Anahtar Kavram

Solving polynomial exponential equations of the form f(x)g(x)=1f(x)^{g(x)} = 1 by systematically testing base-exponent cases.
Tahmini Süre:2m 0s
Soru 469Soru

A community library maintains fiction and non-fiction books in a ratio of 5:25 : 2. If the library has 350350 fiction books, how many non-fiction books are in the library?

Cevabı ve açıklamayı göster

Cevap: 140

Cevap

There are 140 non-fiction books in the library.
The ratio of fiction to non-fiction books is 5:25 : 2. Since there are 350350 fiction books, each unit of the ratio represents 3505=70\frac{350}{5} = 70 books. Multiplying the non-fiction ratio part (22) by 7070 gives 2×70=1402 \times 70 = 140 non-fiction books.

Adım Adım Çözüm

1
Set up the ratio of fiction books to non-fiction books.
FictionNon-fiction=52\frac{\text{Fiction}}{\text{Non-fiction}} = \frac{5}{2}
The problem states that the ratio of fiction to non-fiction is 5 to 2.
2
Substitute the known number of fiction books (350) and let x represent the number of non-fiction books.
350x=52\frac{350}{x} = \frac{5}{2}
This establishes a direct proportion between the actual counts and the ratio values.
3
Cross-multiply and solve for x.
5x = 350 \times 2 \implies 5x = 700 \implies x = 140
Solving for x yields the total number of non-fiction books.

Anahtar Kavram

Solving ratio word problems using direct proportion
Tahmini Süre:45s
Soru 470Soru
For all real numbers xx except 00 and 11, the function ff satisfies the functional equation
f(x)+2f(11x)=9x+3f(x) + 2f\left(\frac{1}{1-x}\right) = 9x + 3
What is the value of f(2)f(2)?
Cevabı ve açıklamayı göster

Cevap: 7

Cevap

The value of f(2)f(2) is 77.
Evaluating the functional equation iteratively at the points of the cycle x=2x = 2, x=1x = -1, and x=12x = \frac{1}{2} produces a system of three linear equations in terms of f(2)f(2), f(1)f(-1), and f(12)f\left(\frac{1}{2}\right). Solving this linear system gives f(2)=7f(2) = 7.

Adım Adım Çözüm

1
Evaluate the functional equation at x=2x = 2
f(2)+2f(112)=9(2)+3    f(2)+2f(1)=21f(2) + 2f\left(\frac{1}{1-2}\right) = 9(2) + 3 \implies f(2) + 2f(-1) = 21
This establishes a relationship between f(2)f(2) and f(1)f(-1).
2
Evaluate the functional equation at x=1x = -1
f(1)+2f(11(1))=9(1)+3    f(1)+2f(12)=6f(-1) + 2f\left(\frac{1}{1-(-1)}\right) = 9(-1) + 3 \implies f(-1) + 2f\left(\frac{1}{2}\right) = -6
This links f(1)f(-1) to f(12)f\left(\frac{1}{2}\right) to build a closed system of transformations under the mapping g(x)=11xg(x) = \frac{1}{1-x}.
3
Evaluate the functional equation at x=12x = \frac{1}{2}
f(12)+2f(111/2)=9(12)+3    f(12)+2f(2)=152f\left(\frac{1}{2}\right) + 2f\left(\frac{1}{1-1/2}\right) = 9\left(\frac{1}{2}\right) + 3 \implies f\left(\frac{1}{2}\right) + 2f(2) = \frac{15}{2}
This completes the cycle since g(12)=2g\left(\frac{1}{2}\right) = 2, creating a system of three linear equations with three unknown values.
4
Solve the system of three linear equations for f(2)f(2)
Let a=f(2)a = f(2), b=f(1)b = f(-1), and c=f(12)c = f\left(\frac{1}{2}\right). From equation (3), c=1522ac = \frac{15}{2} - 2a. Substituting cc into equation (2) gives b+2(1522a)=6    b=4a21b + 2\left(\frac{15}{2} - 2a\right) = -6 \implies b = 4a - 21. Substituting bb into equation (1) gives a+2(4a21)=21    9a42=21    9a=63    a=7a + 2(4a - 21) = 21 \implies 9a - 42 = 21 \implies 9a = 63 \implies a = 7.
Algebraic substitution yields the exact value of f(2)f(2).

Anahtar Kavram

Cyclic Functional Equations and System Substitution
Tahmini Süre:2m 30s
Soru 471Soru

If kk and mm are non-zero real numbers, is k>mk > m?

(1) k2>m2k^2 > m^2
(2) kmm2+1>0\frac{k - m}{m^2 + 1} > 0

Cevabı ve açıklamayı göster

Cevap: Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.

Cevap

Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
The target question asks if k>mk > m. Evaluating Statement (1) alone: k2>m2k^2 > m^2 indicates k>m|k| > |m|, which permits cases where k>mk > m (e.g., k=3,m=2k=3, m=2) and cases where k<mk < m (e.g., k=5,m=2k=-5, m=2). Thus, Statement (1) is insufficient. Evaluating Statement (2) independently: kmm2+1>0\frac{k - m}{m^2 + 1} > 0. For any real number mm, m2+1m^2 + 1 is strictly positive. Multiplying both sides of the inequality by (m2+1)(m^2 + 1) preserves the inequality sign, yielding km>0k - m > 0, which simplifies directly to k>mk > m. This yields a definitive 'Yes' answer. Therefore, Statement (2) alone is sufficient.

Adım Adım Çözüm

1
Rephrase the target question
The target question asks whether the difference (km)(k - m) is strictly positive.
Determining if k>mk > m is algebraically equivalent to confirming km>0k - m > 0.
2
Evaluate Statement (1) independently
Statement (1) states k2>m2k^2 > m^2, which implies k>m|k| > |m|. If k=3k = 3 and m=2m = 2, then 9>49 > 4 and 3>23 > 2 (Yes). However, if k=5k = -5 and m=2m = 2, then 25>425 > 4 but 5<2-5 < 2 (No).
Because both 'Yes' and 'No' outcomes are possible, Statement (1) alone is not sufficient.
3
Evaluate Statement (2) independently without carrying over Statement (1)
Statement (2) states kmm2+1>0\frac{k - m}{m^2 + 1} > 0. Since mm is a real number, m20m^2 \ge 0, which guarantees m2+11>0m^2 + 1 \ge 1 > 0. Multiplying the inequality by the strictly positive quantity (m2+1)(m^2 + 1) preserves the inequality direction, yielding km>0k - m > 0, or k>mk > m.
This yields a definitive 'Yes' answer, so Statement (2) alone is sufficient.

Anahtar Kavram

Statement Independence in Data Sufficiency
Soru 472Soru

An integer nn is selected at random from the set {1,2,3,,500}\{1, 2, 3, \dots, 500\}. What is the probability that nn is a perfect square that leaves a remainder of 11 when divided by 33?

Cevabı ve açıklamayı göster

Cevap: 0.03

Cevap

0.03
The sample space consists of 500 equally likely outcomes. Perfect squares in this range are generated by integers kk from 1 to 22. Evaluating k2(mod3)k^2 \pmod 3 shows that k2k^2 has a remainder of 1 when divided by 3 for all integers kk not divisible by 3. Excluding the 7 multiples of 3 from the 22 possible values of kk leaves 15 favorable integers. Dividing the 15 favorable outcomes by the 500 total outcomes gives a probability of 0.03.

Adım Adım Çözüm

1
Determine total possible outcomes.
The total number of integers in the set {1,2,3,,500}\{1, 2, 3, \dots, 500\} is N=500N = 500.
Each integer in the set is equally likely to be selected.
2
Find the range of square roots for perfect squares in the set.
Since 222=48450022^2 = 484 \le 500 and 232=529>50023^2 = 529 > 500, n=k2n = k^2 for k{1,2,,22}k \in \{1, 2, \dots, 22\}.
There are 22 perfect squares in the given sample space.
3
Apply remainder constraints to k2k^2.
A square k2k^2 leaves a remainder of 11 when divided by 33 if and only if kk is not divisible by 33.
If kk is a multiple of 3, k2k^2 is divisible by 3 (remainder 0). If kk is not a multiple of 3, k1k \equiv 1 or 2(mod3)2 \pmod 3, so k21(mod3)k^2 \equiv 1 \pmod 3.
4
Count the number of favorable outcomes.
The multiples of 3 up to 22 are 3,6,9,12,15,18,213, 6, 9, 12, 15, 18, 21 (7 numbers). Thus, there are 227=1522 - 7 = 15 values of kk that satisfy the condition.
Favorable outcomes correspond exactly to integers k{1,2,,22}k \in \{1, 2, \dots, 22\} that are not multiples of 3.
5
Compute the single-event probability.
Probability =15500=0.03= \frac{15}{500} = 0.03.
The probability of a single event is the number of favorable outcomes divided by the total number of outcomes.

Anahtar Kavram

Basic Single-Event Probability with Number Properties
Soru 473Soru

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

Cevabı ve açıklamayı göster

Cevap: 19

Cevap

The value of x2+9x2x^2 + \frac{9}{x^2} is 19.
Dividing x25x+3=0x^2 - 5x + 3 = 0 by xx gives x+3x=5x + \frac{3}{x} = 5. Squaring both sides yields (x+3x)2=x2+2(x)(3x)+9x2=25\left(x + \frac{3}{x}\right)^2 = x^2 + 2(x)\left(\frac{3}{x}\right) + \frac{9}{x^2} = 25, which simplifies to x2+6+9x2=25x^2 + 6 + \frac{9}{x^2} = 25. Subtracting 6 from both sides yields the final answer of 19.

Adım Adım Çözüm

1
Divide the quadratic equation by xx
x+3x=5x + \frac{3}{x} = 5
Since x=0x = 0 is not a root of x25x+3=0x^2 - 5x + 3 = 0, dividing by xx rearranges the terms into xx and its reciprocal component.
2
Square both sides of x+3x=5x + \frac{3}{x} = 5
x2+6+9x2=25x^2 + 6 + \frac{9}{x^2} = 25
Applying the algebraic identity (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 generates the required expression x2+9x2x^2 + \frac{9}{x^2} alongside a constant middle term.
3
Isolate x2+9x2x^2 + \frac{9}{x^2}
x2+9x2=19x^2 + \frac{9}{x^2} = 19
Subtracting the constant cross-term 6 from 25 yields the target value.

Anahtar Kavram

Algebraic manipulation of quadratic equations using reciprocal square identities
Tahmini Süre:2m 0s
Soru 474Soru
What is the sum of all real solutions to the polynomial equation (x23x+1)23(x23x+1)+1=x?(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 = x ?
Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The sum of all real solutions to the equation is 6.
The equation (x23x+1)23(x23x+1)+1=x(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 = x represents f(f(x))=xf(f(x)) = x for f(x)=x23x+1f(x) = x^2 - 3x + 1. Expanding and setting to zero yields x46x3+8x2+2x1=0x^4 - 6x^3 + 8x^2 + 2x - 1 = 0. Since solutions to f(x)=xf(x) = x (i.e., x24x+1=0x^2 - 4x + 1 = 0) also satisfy f(f(x))=xf(f(x)) = x, we can factor out x24x+1x^2 - 4x + 1 to get (x24x+1)(x22x1)=0(x^2 - 4x + 1)(x^2 - 2x - 1) = 0. Both quadratic factors have positive discriminants (1212 and 88), ensuring four distinct real roots. By Vieta's formulas, the sum of roots from the first quadratic is 4 and from the second is 2, giving a total sum of 6.

Adım Adım Çözüm

1
Express the equation as a polynomial in standard form
Expanding (x23x+1)23(x23x+1)+1x=0(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 - x = 0 yields x46x3+8x2+2x1=0x^4 - 6x^3 + 8x^2 + 2x - 1 = 0.
Expanding allows the composite expression to be treated as a degree-4 polynomial.
2
Find a quadratic factor using fixed points of the iteration
Let f(x)=x23x+1f(x) = x^2 - 3x + 1. The equation has the form f(f(x))=xf(f(x)) = x. Any solution to f(x)=xf(x) = x must satisfy this equation. Solving x23x+1=xx^2 - 3x + 1 = x gives x24x+1=0x^2 - 4x + 1 = 0.
If f(x)=xf(x) = x, then f(f(x))=f(x)=xf(f(x)) = f(x) = x, so x24x+1x^2 - 4x + 1 must be a factor of the 4th-degree polynomial.
3
Factor the degree-4 polynomial completely
Polynomial division of x46x3+8x2+2x1x^4 - 6x^3 + 8x^2 + 2x - 1 by x24x+1x^2 - 4x + 1 yields (x24x+1)(x22x1)=0(x^2 - 4x + 1)(x^2 - 2x - 1) = 0.
Factoring reduces the 4th-degree equation into two quadratic equations.
4
Verify real roots and calculate their sum
For x24x+1=0x^2 - 4x + 1 = 0, discriminant D1=12>0D_1 = 12 > 0 and sum of roots is 4. For x22x1=0x^2 - 2x - 1 = 0, discriminant D2=8>0D_2 = 8 > 0 and sum of roots is 2. The four roots are all real and distinct, giving a total sum of 4+2=64 + 2 = 6.
Vieta's formulas provide the sum of roots for each quadratic factor without needing to compute individual radical expressions.

Anahtar Kavram

Polynomial Factoring and Composite Quadratic Equations
Tahmini Süre:2m 30s
Soru 475Soru

An architectural restoration project allocates its workforce across three specialized teams: Masonry, Carpentry, and Glasswork. Initially, the ratio of Masonry workers to Carpentry workers is 5:65 : 6, and the ratio of Carpentry workers to Glasswork workers is 4:54 : 5.

During phase two of the project:
• The number of Masonry workers is increased by 50%50\%.
• The number of Carpentry workers is decreased by 25%25\%.
• The number of Glasswork workers is increased by X%X\%.

If the new ratio of Masonry workers to the total number of workers across all three teams is 1:31 : 3, what is the value of XX?

Cevabı ve açıklamayı göster

Cevap: 40

Cevap

The value of XX is 40.
To find XX, first combine the initial ratios by equating the common Carpentry term: Masonry : Carpentry = 10 : 12 and Carpentry : Glasswork = 12 : 15, yielding a joint ratio of 10 : 12 : 15. Representing the initial teams as 10k10k, 12k12k, and 15k15k, the updated Masonry team is 10k×1.5=15k10k \times 1.5 = 15k and Carpentry is 12k×0.75=9k12k \times 0.75 = 9k. Using the part-to-total ratio New MasonryNew Total=13\frac{\text{New Masonry}}{\text{New Total}} = \frac{1}{3}, we set up 15k15k+9k+New Glasswork=13\frac{15k}{15k + 9k + \text{New Glasswork}} = \frac{1}{3}, which yields New Glasswork=21k\text{New Glasswork} = 21k. The percentage increase from 15k15k to 21k21k is 21k15k15k×100%=40%\frac{21k - 15k}{15k} \times 100\% = 40\%. Thus, X=40X = 40.

Adım Adım Çözüm

1
Unify the two given ratios into a single three-part ratio.
The ratio Masonry : Carpentry : Glasswork is 10:12:1510 : 12 : 15.
Carpentry is common to both given ratios (5:65 : 6 and 4:54 : 5). The least common multiple of 6 and 4 is 12. Scaling 5:65 : 6 by 2 yields 10:1210 : 12, and scaling 4:54 : 5 by 3 yields 12:1512 : 15.
2
Define initial workforce quantities using a multiplier kk.
Initial Masonry = 10k10k, Carpentry = 12k12k, Glasswork = 15k15k.
Using an algebraic variable preserves the proportional relationships across all teams.
3
Calculate the updated worker counts for Masonry and Carpentry.
New Masonry = 15k15k, New Carpentry = 9k9k.
Masonry increases by 50%50\% (10k×1.50=15k10k \times 1.50 = 15k). Carpentry decreases by 25%25\% (12k×0.75=9k12k \times 0.75 = 9k).
4
Set up the part-to-total ratio equation to solve for the new Glasswork team size.
New Glasswork worker count = 21k21k.
The total workforce is 15k+9k+New Glasswork=24k+New Glasswork15k + 9k + \text{New Glasswork} = 24k + \text{New Glasswork}. Given New MasonryNew Total=13\frac{\text{New Masonry}}{\text{New Total}} = \frac{1}{3}, we have 15k24k+New Glasswork=13    45k=24k+New Glasswork    New Glasswork=21k\frac{15k}{24k + \text{New Glasswork}} = \frac{1}{3} \implies 45k = 24k + \text{New Glasswork} \implies \text{New Glasswork} = 21k.
5
Compute the percentage increase XX for the Glasswork team.
X=40X = 40.
The initial Glasswork count was 15k15k and the new count is 21k21k. The percentage increase is 21k15k15k×100=615×100=40%\frac{21k - 15k}{15k} \times 100 = \frac{6}{15} \times 100 = 40\%.

Anahtar Kavram

Combining compound ratios and solving multi-step part-to-whole proportion equations.
Tahmini Süre:2m 30s
Soru 476Soru

A container holds 2020 liters of a solution that is 15%15\% acid by volume. If 55 liters of pure water are added to the solution, what is the percentage concentration of acid in the resulting mixture?

Cevabı ve açıklamayı göster

Cevap: 12

Cevap

The concentration of acid in the resulting mixture is 12%.
The correct concentration is found by taking the invariant amount of pure acid (33 liters) and dividing it by the total updated volume of the liquid (2525 liters), which yields 325=0.12\frac{3}{25} = 0.12, or 12%12\%.

Adım Adım Çözüm

1
Determine the amount of solute (pure acid) in the original mixture.
Amount of acid = 0.15×20=30.15 \times 20 = 3 liters.
The solution initially consists of 15%15\% acid out of a total volume of 2020 liters.
2
Determine the total volume of the new solution after dilution.
New total volume = 20+5=2520 + 5 = 25 liters.
Adding 55 liters of pure water increases the total liquid volume without adding any additional acid.
3
Compute the new percentage concentration.
New concentration = 325×100%=12%\frac{3}{25} \times 100\% = 12\%.
The concentration is the ratio of pure solute to total solution volume expressed as a percentage.

Anahtar Kavram

Dilution of a mixture by adding pure solvent
Soru 477Soru

If pp and qq are non-zero real numbers such that pqp \neq q, is p3qpq3pq>0\frac{p^3 q - p q^3}{p - q} > 0?

(1) pq>0pq > 0
(2) p+q>0p + q > 0

Cevabı ve açıklamayı göster

Cevap: BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.

Cevap

BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
Factoring the numerator gives p3qpq3=pq(pq)(p+q)p^3 q - p q^3 = pq(p-q)(p+q). Since pqp \neq q, dividing by (pq)(p-q) yields pq(p+q)pq(p+q). To determine whether pq(p+q)>0pq(p+q) > 0, we need the sign of the product pq(p+q)pq(p+q). Statement (1) tells us pq>0pq > 0, which is insufficient by itself because p+qp+q could be positive or negative. Statement (2) tells us p+q>0p+q > 0, which is insufficient by itself because pqpq could be positive or negative. Together, both terms pqpq and p+qp+q are positive, so their product must be positive, providing a definitive 'Yes'.

Adım Adım Çözüm

1
Rephrase the target question stem algebraically by factoring the numerator.
p3qpq3pq=pq(p2q2)pq=pq(pq)(p+q)pq=pq(p+q)\frac{p^3 q - p q^3}{p - q} = \frac{p q (p^2 - q^2)}{p - q} = \frac{p q (p - q)(p + q)}{p - q} = pq(p + q). The target question simplifies to: 'Is pq(p+q)>0pq(p+q) > 0?'
Simplifying the stem isolates the specific product whose sign determines sufficiency.
2
Evaluate Statement (1): pq>0pq > 0.
If p=1,q=1p = 1, q = 1, then pq=1>0pq = 1 > 0 and pq(p+q)=1(2)=2>0pq(p+q) = 1(2) = 2 > 0 (Yes). If p=1,q=1p = -1, q = -1, then pq=1>0pq = 1 > 0 and pq(p+q)=1(2)=2<0pq(p+q) = 1(-2) = -2 < 0 (No).
Knowing pq>0pq > 0 leaves the sign of p+qp+q unknown, so Statement (1) alone is NOT sufficient.
3
Evaluate Statement (2): p+q>0p + q > 0.
If p=2,q=1p = 2, q = 1, then p+q=3>0p+q = 3 > 0 and pq(p+q)=2(3)=6>0pq(p+q) = 2(3) = 6 > 0 (Yes). If p=3,q=1p = 3, q = -1, then p+q=2>0p+q = 2 > 0 and pq(p+q)=(3)(2)=6<0pq(p+q) = (-3)(2) = -6 < 0 (No).
Knowing p+q>0p+q > 0 leaves the sign of pqpq unknown, so Statement (2) alone is NOT sufficient.
4
Evaluate Statement (1) and Statement (2) together.
From Statement (1), pq>0pq > 0. From Statement (2), p+q>0p+q > 0. Therefore, pq(p+q)>0pq(p+q) > 0 as it is the product of two strictly positive real numbers.
Combining both statements provides a definitive 'Yes' answer to the simplified target question.

Anahtar Kavram

Question Stem Simplification and Target Rephrasing
Soru 478Soru

If xx satisfies the equation 8x+13=10x+5|8x + 13| = 10x + 5, what is the sum of all valid real solutions for xx?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

The sum of all valid real solutions for xx is 4.
The solution x=4x = 4 is the only value of xx that satisfies 8x+13=10x+5|8x + 13| = 10x + 5 because evaluating both sides yields 45=4545 = 45. The alternative algebraic candidate, x=1x = -1, produces a right-hand side of 5-5, which is impossible for an absolute value expression. Thus, the sum of all valid real solutions is simply 4.

Adım Adım Çözüm

1
Split the absolute value equation into two linear case equations
Case 1: 8x+13=10x+58x + 13 = 10x + 5; Case 2: 8x+13=(10x+5)8x + 13 = -(10x + 5)
By definition of absolute value, u=v|u| = v implies u=vu = v or u=vu = -v, provided v0v \ge 0.
2
Solve Case 1 for xx
2x=8    x=42x = 8 \implies x = 4
Subtract 8x8x and 55 from both sides to isolate xx.
3
Solve Case 2 for xx
8x+13=10x5    18x=18    x=18x + 13 = -10x - 5 \implies 18x = -18 \implies x = -1
Expand the right-hand side and combine like terms to isolate xx.
4
Test candidate solutions in the original equation to eliminate extraneous roots
For x=4x = 4: 8(4)+13=45=45|8(4)+13| = |45| = 45 and 10(4)+5=4510(4)+5 = 45 (Valid). For x=1x = -1: 8(1)+13=5=5|8(-1)+13| = |5| = 5 and 10(1)+5=510(-1)+5 = -5 (Extraneous).
An absolute value output cannot equal a negative number.
5
Calculate the sum of all valid solutions
The only valid solution is x=4x = 4, so the sum is 44.
Only valid roots must be summed.

Anahtar Kavram

Absolute Value Equations and Checking for Extraneous Solutions
Soru 479Soru

Set SS consists of nn consecutive integers. The product of the smallest and largest integers in SS is 144-144. If the sum of all elements in SS is 9191, what is the value of nn?

Cevabı ve açıklamayı göster

Cevap: 26

Cevap

The number of consecutive integers nn in Set SS is 26.
By combining the consecutive set sum formula n(a+b)=182n(a + b) = 182 with the term span relation ba=n1b - a = n - 1 and the product constraint ab=144ab = -144, testing the factors of 182182 uniquely determines n=26n = 26, corresponding to the set of consecutive integers from 9-9 to 1616.

Adım Adım Çözüm

1
Relate the number of elements nn to the smallest element aa and largest element bb.
ba=n1b - a = n - 1
In any set of nn consecutive integers, the distance between the maximum and minimum elements is n1n - 1.
2
Use the sum formula for an evenly spaced set.
n(a+b)=182n(a + b) = 182
The sum is Sum=n×a+b2=91\text{Sum} = n \times \frac{a + b}{2} = 91, which simplifies to n(a+b)=182n(a + b) = 182.
3
Factor 182182 to find integer solutions satisfying ab=144a \cdot b = -144.
n=26n = 26, a=9a = -9, b=16b = 16
For n=26n = 26, a+b=7a + b = 7 and ba=25b - a = 25, giving a=9a = -9 and b=16b = 16. Their product is (9)(16)=144(-9)(16) = -144.

Anahtar Kavram

Properties of consecutive integer sets, average/median sum formula, and term boundary indexing
Soru 480Soru

If xx is a real number such that 3x+3x+3x4=27\sqrt[4]{3^x + 3^x + 3^x} = 27, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 11

Cevap

The value of xx is 11.
Summing three terms of 3x3^x yields 33x=3x+13 \cdot 3^x = 3^{x+1}. Expressing the fourth root of 3x+13^{x+1} as a fractional power gives 3x+143^{\frac{x+1}{4}}. Equating this to 27=3327 = 3^3 results in x+14=3\frac{x+1}{4} = 3, leading directly to x=11x = 11.

Adım Adım Çözüm

1
Combine the repeated addition terms inside the fourth root.
3x+3x+3x=33x=3x+13^x + 3^x + 3^x = 3 \cdot 3^x = 3^{x+1}
Adding three identical terms 3x3^x is equivalent to multiplying 3x3^x by 3, which increments the exponent by 1.
2
Rewrite the fourth root expression using a fractional exponent.
3x+14=3x+14\sqrt[4]{3^{x+1}} = 3^{\frac{x+1}{4}}
Applying the property amn=am/n\sqrt[n]{a^m} = a^{m/n}.
3
Express the constant on the right side of the equation with base 3.
27=3327 = 3^3
Rewriting both sides of the equation with the same base allows equating exponents.
4
Equate the exponents and solve for xx.
x+14=3    x+1=12    x=11\frac{x+1}{4} = 3 \implies x + 1 = 12 \implies x = 11
Since the bases are equal, the powers must be equal.

Anahtar Kavram

Combining like exponential terms and equating fractional exponents
Tahmini Süre:1m 30s
ÖncekiSayfa 24 / 110Sonraki
Tüm alıştırma soruları — GMAT | Examkin