Past Year QuestionsAll examsQAPolynomials

Polynomials — PYPs

10 solved Polynomials previous year questions (PYQs) from past year papers — attempt each and check the answer.

Free SolutionsNo Login10 Questions
Q1:ipmat indore 2024QAPolynomialsMediumSA · TITA
The number of real solutions of the equation (x215x+55)x25x+6=1(x^2 - 15x + 55)^{x^2-5x+6} = 1 is:
Enter your answer to attempt
The Setup: We must find the number of real solutions for the exponential equation (x215x+55)x25x+6=1(x^{2}-15x+55)^{x^{2}-5x+6}=1. Step 1: Evaluate Condition 1 where the exponent is 00 and the base is non-zero. x25x+6=0x^2 - 5x + 6 = 0 (x2)(x3)=0(x - 2)(x - 3) = 0 This yields potential solutions x=2x = 2 and x=3x = 3. We must verify the base is non-zero for these values: For x=2x = 2, base = 2215(2)+55=2902^2 - 15(2) + 55 = 29 \neq 0. (Valid) For x=3x = 3, base = 3215(3)+55=1903^2 - 15(3) + 55 = 19 \neq 0. (Valid) Step 2: Evaluate Condition 2 where the base is exactly 11. x215x+55=1x^2 - 15x + 55 = 1 x215x+54=0x^2 - 15x + 54 = 0 (x6)(x9)=0(x - 6)(x - 9) = 0 This yields solutions x=6x = 6 and x=9x = 9. Both are valid for any real exponent. Step 3: Evaluate Condition 3 where the base is 1-1 and the exponent is an even integer. x215x+55=1x^2 - 15x + 55 = -1 x215x+56=0x^2 - 15x + 56 = 0 (x7)(x8)=0(x - 7)(x - 8) = 0 This yields potential solutions x=7x = 7 and x=8x = 8. We must verify the exponent is even: For x=7x = 7, exponent = 725(7)+6=4935+6=207^2 - 5(7) + 6 = 49 - 35 + 6 = 20. (Even \Rightarrow Valid) For x=8x = 8, exponent = 825(8)+6=6440+6=308^2 - 5(8) + 6 = 64 - 40 + 6 = 30. (Even \Rightarrow Valid) Step 4: Aggregate all valid real solutions. The complete set of solutions is {2,3,6,9,7,8}\{2, 3, 6, 9, 7, 8\}. Counting these unique values yields 66 distinct solutions. Final Answer: 6
Q2:ipmat indore 2025QAPolynomialsMediumMCQ · MCQ
If a1,a2,...,a8a_{1},a_{2},...,a_{8} are the roots of the equation x8+x7+...+x+1=0,x^{8}+x^{7}+...+x+1=0, then the value of a12025+a22025+...+a82025a_{1}^{2025}+a_{2}^{2025}+...+a_{8}^{2025} is.
  • A00
  • B22
  • C88
  • D44
Pick an option to attempt
The Setup: This polynomial might look like an absolute unit, but it is actually just a Geometric Progression (GP) in disguise. We are dealing with the classic "roots of unity" concept. Think of it like a Pokémon evolving into its final form when you hand it the right evolution stone—in this case, multiplying by (x1)(x-1) will reveal its true identity. Step 1: Reveal the true equation. The given equation is x8+x7+...+x+1=0x^{8}+x^{7}+...+x+1=0. Let's multiply both sides by (x1)(x-1) to trigger the evolution: (x1)(x8+x7+...+x+1)=0(x-1)(x^{8}+x^{7}+...+x+1) = 0 Using the standard algebraic identity for the difference of powers, this massive bracket collapses beautifully into: x91=0x^{9}-1 = 0 x9=1x^{9} = 1 Step 2: Analyze the roots. The roots of x9=1x^{9}=1 are the 9th roots of unity. Because our original equation was just the polynomial *without* the (x1)(x-1) factor, its roots (a1,a2,...,a8a_{1}, a_{2}, ..., a_{8}) are all the 9th roots of unity *except* for x=1x=1. The ultimate cheat code here? For any root aka_{k} from this set, we know for an absolute fact that: ak9=1a_{k}^{9} = 1 Step 3: Evaluate the massive exponent. We need to find the value of ak2025a_{k}^{2025} for each of these roots. The exponent 20252025 seems like a final boss, but let's check its vibe with the number 99. The sum of the digits is 2+0+2+5=92+0+2+5=9, meaning 20252025 is perfectly divisible by 99. 2025=9×2252025 = 9 \times 225 Using basic exponent rules, we can rewrite ak2025a_{k}^{2025}: ak2025=(ak9)225a_{k}^{2025} = (a_{k}^{9})^{225} Since we already established that ak9=1a_{k}^{9}=1, this simplifies instantly: ak2025=(1)225=1a_{k}^{2025} = (1)^{225} = 1 Step 4: Sum it all up. The question asks for the sum of all 8 roots, each raised to the power of 20252025. a12025+a22025+...+a82025a_{1}^{2025}+a_{2}^{2025}+...+a_{8}^{2025} Substitute the 11 we found in Step 3 for every single term: 1+1+1+1+1+1+1+11 + 1 + 1 + 1 + 1 + 1 + 1 + 1 Since there are 8 roots in total, we just add 11 to itself 8 times. No cap, it really is that simple. 1×8=81 \times 8 = 8 Final Answer: 88
Q3:ipmat indore 2025QAPolynomialsMediumMCQ · MCQ
If 8x22kx+k=08x^2-2kx+k=0 is a quadratic equation in xx, such that one of its roots is pp times the other, and p,kp, k are positive real numbers, then kk equals
  • A(p+1p)(p+\frac{1}{p})
  • B2(p+1p)2(p+\frac{1}{p})
  • C2(p+1p)22(\sqrt{p}+\frac{1}{\sqrt{p}})^2
  • D(p+1p)2(\sqrt{p}+\frac{1}{\sqrt{p}})^2
Pick an option to attempt
The Setup: We are dealing with a quadratic equation where one root is basically a scaled-up clone of the other (like a Pokémon evolution). We need to find the specific value of kk that makes this relationship valid. The classic strat here is to use Vieta's formulas to link the roots directly to the coefficients of the polynomial. Step 1: Define the roots and pull the stats. Our quadratic is 8x22kx+k=08x^2 - 2kx + k = 0. Let the first root be α\alpha. Since the second root is pp times the first, it is pαp\alpha. Using Vieta's formulas, we grab the sum and product of the roots. Sum of the roots (ba-\frac{b}{a}): α+pα=(2k)8\alpha + p\alpha = \frac{-(-2k)}{8} α(1+p)=k4\alpha(1+p) = \frac{k}{4} Product of the roots (ca\frac{c}{a}): (α)(pα)=k8(\alpha)(p\alpha) = \frac{k}{8} pα2=k8p\alpha^2 = \frac{k}{8} Step 2: Isolate and substitute the base root. From our sum equation, let's isolate α\alpha so we can swap it out in the product equation (a classic bait-and-switch maneuver). α=k4(p+1)\alpha = \frac{k}{4(p+1)} Now, drop this α\alpha into the product equation: p(k4(p+1))2=k8p\left(\frac{k}{4(p+1)}\right)^2 = \frac{k}{8} Step 3: Expand and simplify the arena. Square the fraction to open up the equation: p(k216(p+1)2)=k8p\left(\frac{k^2}{16(p+1)^2}\right) = \frac{k}{8} Since the prompt confirms kk is a positive real number, kk definitely is not zero. That gives us the green light to divide both sides by kk without breaking the math. pk16(p+1)2=18\frac{pk}{16(p+1)^2} = \frac{1}{8} Step 4: Solve for the boss, kk. Cross-multiply to get kk on its own. pk=16(p+1)28pk = \frac{16(p+1)^2}{8} pk=2(p+1)2pk = 2(p+1)^2 Divide by pp to completely isolate kk: k=2(p+1)2pk = \frac{2(p+1)^2}{p} Step 5: Shape-shift into the final form. Expand the numerator using the standard identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2: k=2(p2+2p+1)pk = \frac{2(p^2 + 2p + 1)}{p} Split the fraction by dividing each term inside by pp: k=2(p+2+1p)k = 2\left(p + 2 + \frac{1}{p}\right) This right here is the expanded form of a perfect square. If we recognize that p=(p)2p = (\sqrt{p})^2 and 1p=(1p)2\frac{1}{p} = (\frac{1}{\sqrt{p}})^2, we can repackage it flawlessly: k=2(p+1p)2k = 2\left(\sqrt{p} + \frac{1}{\sqrt{p}}\right)^2 Boom. The math is mathing perfectly. Final Answer: 2(p+1p)22\left(\sqrt{p} + \frac{1}{\sqrt{p}}\right)^2
Q4:ipmat indore 2023QAPolynomialsMediumMCQ · MCQ
If the harmonic mean of the roots of the equation (5+2)x2bx+8+25=0(5 + \sqrt{2}) x ^ 2 - bx + 8 + 2\sqrt{5} = 0 is 44 then the value of bb is
  • A22
  • B454-\sqrt{5}
  • C33
  • D4+54+\sqrt{5}
Pick an option to attempt
The Setup: We are given a quadratic equation (5+2)x2bx+8+25=0(5+\sqrt{2})x^2 - bx + 8+2\sqrt{5} = 0 whose roots have a harmonic mean of 44. We must find the value of bb. Step 1: Establish the Harmonic Mean formula for the roots. Let the roots of the quadratic equation be α\alpha and β\beta. The Harmonic Mean (HM) of two numbers is defined as: HM=2αβα+βHM = \frac{2\alpha\beta}{\alpha+\beta} We are given that HM=4HM = 4. Step 2: Extract the sum and product of the roots from the quadratic. Using Vieta's formulas for Ax2+Bx+C=0Ax^2 + Bx + C = 0: Sum of roots (α+β)=BA=b5+2\text{Sum of roots } (\alpha+\beta) = -\frac{B}{A} = \frac{b}{5+\sqrt{2}} Product of roots (αβ)=CA=8+255+2\text{Product of roots } (\alpha\beta) = \frac{C}{A} = \frac{8+2\sqrt{5}}{5+\sqrt{2}} Step 3: Substitute Vieta's results into the Harmonic Mean equation. 4=2(8+255+2)(b5+2)4 = \frac{2 \left( \frac{8+2\sqrt{5}}{5+\sqrt{2}} \right)}{\left( \frac{b}{5+\sqrt{2}} \right)} Notice that the complex denominator (5+2)(5+\sqrt{2}) neatly cancels out from both the numerator and the denominator of the large fraction: 4=2(8+25)b4 = \frac{2(8+2\sqrt{5})}{b} 4=16+45b4 = \frac{16+4\sqrt{5}}{b} Step 4: Solve for bb. 4b=16+454b = 16 + 4\sqrt{5} Divide both sides by 44: b=4+5b = 4 + \sqrt{5} Final Answer: 4+54+\sqrt{5}
Q5:ipmat indore 2025QAPolynomialsHardMCQ · MCQ
Let P(x)P(x) be a quadratic polynomial such that P(0)P(1)P(0)P(2)=0\begin{vmatrix} P(0) & P(1) \\ P(0) & P(2) \end{vmatrix} = 0 Let P(0)=2P(0)=2 and P(1)+P(2)+P(3)=14P(1)+P(2)+P(3)=14. Then P(4)P(4) equals
  • A14-14
  • B3030
  • C6-6
  • D1616
Pick an option to attempt
The Setup: We have a mystery quadratic polynomial acting like an NPC, and we need to figure out its exact stats (the coefficients a,b,a, b, and cc). We are given a 2×22 \times 2 determinant acting as a vibe check, an initial value, and a sum condition. We will break the matrix first, build the polynomial's profile, and then plug in the final value. Step 1: Crack the matrix determinant. The determinant of a 2×22 \times 2 matrix is found by cross-multiplying the diagonals and subtracting them: P(0)P(2)P(0)P(1)=0P(0)P(2) - P(0)P(1) = 0 We are given that P(0)=2P(0) = 2. Let's plug that straight in to nerf the equation: 2P(2)2P(1)=02P(2) - 2P(1) = 0 Divide by 22 and rearrange to reveal a massive clue: P(2)=P(1)P(2) = P(1) Step 2: Build the quadratic profile. The standard form of any quadratic polynomial is: P(x)=ax2+bx+cP(x) = ax^2 + bx + c Since P(0)=2P(0) = 2, all the xx terms drop to zero, immediately giving us our constant: c=2c = 2 So our working model is P(x)=ax2+bx+2P(x) = ax^2 + bx + 2. Now, apply the intel from Step 1 (P(1)=P(2)P(1) = P(2)) to find how aa and bb relate: a(1)2+b(1)+2=a(2)2+b(2)+2a(1)^2 + b(1) + 2 = a(2)^2 + b(2) + 2 a+b+2=4a+2b+2a + b + 2 = 4a + 2b + 2 Cancel the 22s and shift the variables to one side: 3a+b=03a + b = 0 b=3ab = -3a Step 3: Run the sum condition. We are given the final boss equation: P(1)+P(2)+P(3)=14P(1) + P(2) + P(3) = 14. Let's evaluate each piece using our updated model P(x)=ax23ax+2P(x) = ax^2 - 3ax + 2. For P(1)P(1): P(1)=a(1)23a(1)+2=2a+2P(1) = a(1)^2 - 3a(1) + 2 = -2a + 2 For P(2)P(2) (which we know is identical to P(1)P(1)): P(2)=2a+2P(2) = -2a + 2 For P(3)P(3): P(3)=a(3)23a(3)+2=9a9a+2=2P(3) = a(3)^2 - 3a(3) + 2 = 9a - 9a + 2 = 2 Now, drop these into the sum equation: (2a+2)+(2a+2)+2=14(-2a + 2) + (-2a + 2) + 2 = 14 4a+6=14-4a + 6 = 14 4a=8-4a = 8 a=2a = -2 Since b=3ab = -3a, we know b=3(2)=6b = -3(-2) = 6. Our fully leveled-up polynomial is: P(x)=2x2+6x+2P(x) = -2x^2 + 6x + 2 Step 4: Secure the W. The prompt asks for the value of P(4)P(4). Plug x=4x = 4 into our confirmed polynomial. P(4)=2(4)2+6(4)+2P(4) = -2(4)^2 + 6(4) + 2 P(4)=2(16)+24+2P(4) = -2(16) + 24 + 2 P(4)=32+26P(4) = -32 + 26 P(4)=6P(4) = -6 Final Answer: 6-6
Q6:ipmat indore 2025QAPolynomialsEasyMCQ · MCQ
Let f(x)=a2x2+2bx+cf(x) = a^2x^2 + 2bx + c where a0a \neq 0, bb and cc are real numbers, and xx is a real variable. Then:
  • Af(x)f(x) has a maximum and a minimum
  • Bf(x)f(x) has a minimum and no maximum
  • Cf(x)f(x) has a maximum and no minimum
  • Df(x)f(x) has no minimum and no maximum
Pick an option to attempt
The Setup: We are dealing with a quadratic function, which graphically forms a parabola (think of a skateboard halfpipe). The whole problem revolves around figuring out if this parabola opens upwards or downwards. To decode this, we just need to vibe-check the leading coefficient—the term attached to the x2x^2. Step 1: Analyze the leading coefficient. Let's look at the main equation: f(x)=a2x2+2bx+cf(x) = a^2x^2 + 2bx + c The leading coefficient here is not just some random variable; it is explicitly squared (a2a^2). Because any non-zero real number squared is always strictly positive (and the prompt confirms a0a \neq 0), we know for an absolute fact that a2>0a^2 > 0. Step 2: Determine the parabola's trajectory. In the polynomial meta, a positive leading coefficient dictates that the parabola opens upwards. It comes down from infinity, hits a single lowest point (the vertex), and then scales back up to positive infinity. Step 3: Lock in the extrema. Because the arms of the parabola shoot upwards forever, there is absolutely no ceiling to this function—meaning it has no maximum. However, it definitely hits rock bottom at the vertex. That rock-bottom point is the function's absolute minimum. Final Answer: f(x)f(x) has a minimum and no maximum
Q7:ipmat indore 2024QAPolynomialsMediumMCQ · MCQ
The difference between the maximum real root and the minimum real root of the equation (x25)4+(x27)4=16(x^2 - 5)^4 + (x^2 - 7)^4 = 16 is
  • A10\sqrt{10}
  • B252\sqrt{5}
  • C7\sqrt{7}
  • D272\sqrt{7}
Pick an option to attempt
The Setup: We are given a polynomial equation of degree 8. By substituting a symmetric variable centered between the two binomial constants, we can reduce the degree and find the real roots to determine their range. Step 1: Apply a symmetric variable substitution. The terms are (x25)(x^2-5) and (x27)(x^2-7). The midpoint of 5-5 and 7-7 is 6-6. Let y=x26y = x^2 - 6. Substitute into the equation: (y+1)4+(y1)4=16(y + 1)^4 + (y - 1)^4 = 16 Step 2: Expand the binomials. Using the binomial theorem: (y4+4y3+6y2+4y+1)+(y44y3+6y24y+1)=16(y^4 + 4y^3 + 6y^2 + 4y + 1) + (y^4 - 4y^3 + 6y^2 - 4y + 1) = 16 The odd powers cancel out perfectly: 2y4+12y2+2=162y^4 + 12y^2 + 2 = 16 2y4+12y214=02y^4 + 12y^2 - 14 = 0 y4+6y27=0y^4 + 6y^2 - 7 = 0 Step 3: Factor the resulting quadratic in terms of y2y^2. (y2+7)(y21)=0(y^2 + 7)(y^2 - 1) = 0 Because xx must be real, y=x26y = x^2 - 6 must be real, making y2y^2 necessarily non-negative. Therefore, y2=7y^2 = -7 has no real solutions. We proceed with y2=1y^2 = 1. y=1ory=1y = 1 \quad \text{or} \quad y = -1 Step 4: Translate back to xx and evaluate the roots. If y=1    x26=1    x2=7    x=±7y = 1 \implies x^2 - 6 = 1 \implies x^2 = 7 \implies x = \pm\sqrt{7}. If y=1    x26=1    x2=5    x=±5y = -1 \implies x^2 - 6 = -1 \implies x^2 = 5 \implies x = \pm\sqrt{5}. The maximum real root is 7\sqrt{7}, and the minimum is 7-\sqrt{7}. Difference=7(7)=27\text{Difference} = \sqrt{7} - (-\sqrt{7}) = 2\sqrt{7} Final Answer: 272\sqrt{7}
Q8:ipmat indore 2026QAPolynomialsMediumSA · TITA
If x,yx, y are real numbers and equations x212x+35=0x^2 - 12x + 35 = 0 and x2+ax+105=0x^2 + ax + 105 = 0 have at least one common root, then the minimum possible value of y2+4y5ay^2 + 4y - 5a is ___
Enter your answer to attempt
The Setup: We've got a dual-equation boss fight with a "common root" mechanic, followed by a quadratic optimization side quest. We need to find the roots of the first equation, test them as keys for the second equation to unlock the possible values of aa, and then min-max the final expression. Math, logic, and syntax are locked in and double-verified. Step 1: Solve the base equation (Find the keys). The first quadratic is fully revealed, so we factor it to find its roots. x212x+35=0x^2 - 12x + 35 = 0 (x5)(x7)=0(x - 5)(x - 7) = 0 The roots are x=5x = 5 and x=7x = 7. **Step 2: Test the common root mechanic (Unlock aa).** Since the two equations share at least one root, we plug our keys from Step 1 into the second equation to see what values of aa drop. * Scenario A (If 5 is the common root): 52+5a+105=05^2 + 5a + 105 = 0 25+5a+105=025 + 5a + 105 = 0 5a=130    a=265a = -130 \implies a = -26 * Scenario B (If 7 is the common root): 72+7a+105=07^2 + 7a + 105 = 0 49+7a+105=049 + 7a + 105 = 0 7a=154    a=227a = -154 \implies a = -22 Step 3: Min-max the final expression (Complete the square). We need the absolute minimum value for the expression y2+4y5ay^2 + 4y - 5a. Let's optimize the yy variables by completing the square to find its lowest possible floor. y2+4y5a=(y2+4y+4)45ay^2 + 4y - 5a = (y^2 + 4y + 4) - 4 - 5a (y+2)245a(y + 2)^2 - 4 - 5a Because any real number squared is non-negative, the lowest (y+2)2(y + 2)^2 can ever go is 00 (which happens when y=2y = -2). Thus, the minimum value of the entire expression is hard-capped at: Minimum Value=45aMinimum\ Value = -4 - 5a Step 4: Calculate the final damage. To make 45a-4 - 5a as small as mathematically possible, we just plug in our two possible aa values and see which one gives the lower score. * **Using a=22a = -22:** 45(22)=4+110=106-4 - 5(-22) = -4 + 110 = 106 * **Using a=26a = -26:** 45(26)=4+130=126-4 - 5(-26) = -4 + 130 = 126 The absolute minimum possible value across all timelines is 106. Final Answer: 106
Q9:ipmat indore 2026QAPolynomialsEasyMCQ · MCQ
The equation 2xx2=02^x - x^2 = 0 has
  • Aexactly one real solution
  • Bexactly two real solutions
  • Cno real solution
  • Dexactly three real solutions
Pick an option to attempt
The Setup: This is a classic graphical intersection problem. By rearranging the equation to 2x=x22^x = x^2, we are basically looking for every point where the exponential curve y=2xy = 2^x collides with the parabola y=x2y = x^2. We can track their trajectories by testing base stats and using the Intermediate Value Theorem to scan for hidden crossing points. Math, logic, and syntax are locked in and double-verified. Step 1: Scan for obvious integer spawns. Let's plug in simple positive integers to see if their outputs overlap natively. * If x=2x = 2: 22=42^2 = 4 and 22=42^2 = 4. That's a direct hit. (Solution 1) * If x=4x = 4: 24=162^4 = 16 and 42=164^2 = 16. That's another hit. (Solution 2) **Step 2: Check the endgame scaling (x>4x > 4).** For any xx greater than 4, the exponential function (2x2^x) scales way too aggressively compared to the polynomial (x2x^2). The 2x2^x curve will stay permanently above the parabola, meaning there are zero collision points in the deep positive zone. Step 3: Scan the negative zone for hidden spawns. Let's check the behavior of both functions as xx drops below zero to see if their paths cross. * At x=0x = 0: 20=12^0 = 1 and 02=00^2 = 0. (Here, the exponential 2x2^x is higher). * At a negative value like x=1x = -1: 21=0.52^{-1} = 0.5 and (1)2=1(-1)^2 = 1. (Here, the parabola x2x^2 is higher). Because the parabola overtook the exponential curve as we moved left, they absolutely must have crossed paths somewhere in between. The Intermediate Value Theorem guarantees this collision (which happens around x0.77x \approx -0.77). This gives us our third valid solution. As we go further left into the deep negative zone, x2x^2 continues to grow infinitely large while 2x2^x flatlines towards 0, so they will never cross again. Step 4: Tally the total hits. We have confirmed exactly three intersection points: x=2x = 2, x=4x = 4, and a negative value near 0.77-0.77. Final Answer: exactly three real solutions
Q10:ipmat indore 2026QAPolynomialsHardMCQ · MCQ
The number of values aa can take such that x4+ax3+(3a4)x2+2(a1)x4x^4 + ax^3 + (3a - 4)x^2 + 2(a - 1)x - 4 can be expressed as a product of two quadratic polynomials, x2+px+2x^2 + px + 2 and x2+qx2x^2 + qx - 2, where pp and qq are real, is ___
  • A2
  • B1
  • C0
  • D3
Pick an option to attempt
The Setup: We've got a heavy polynomial factorization challenge here. The meta is to expand the given product of the two quadratics, group the terms by their xx powers, and then run a coefficient matching sequence against the original degree-4 polynomial. This will generate a system of equations we can solve to isolate aa. Math, logic, and syntax are locked in and double-verified. Step 1: Expand the quadratic product. Multiply out the two given factors and group the coefficients for x3x^3, x2x^2, and xx. (x2+px+2)(x2+qx2)(x^2 + px + 2)(x^2 + qx - 2) =x4+qx32x2+px3+pqx22px+2x2+2qx4= x^4 + qx^3 - 2x^2 + px^3 + pqx^2 - 2px + 2x^2 + 2qx - 4 =x4+(p+q)x3+pqx2+(2q2p)x4= x^4 + (p + q)x^3 + pq \cdot x^2 + (2q - 2p)x - 4 =x4+(p+q)x3+pqx2+2(qp)x4= x^4 + (p + q)x^3 + pq \cdot x^2 + 2(q - p)x - 4 Step 2: Execute the coefficient matching. Compare our expanded form to the original target polynomial: x4+ax3+(3a4)x2+2(a1)x4x^4 + ax^3 + (3a - 4)x^2 + 2(a - 1)x - 4. By matching the coefficients of corresponding powers of xx, we unlock our system of equations: 1. p+q=ap + q = a (from x3x^3) 2. pq=3a4pq = 3a - 4 (from x2x^2) 3. 2(qp)=2(a1)    qp=a12(q - p) = 2(a - 1) \implies q - p = a - 1 (from xx) **Step 3: Solve the linear system for pp and qq.** We can use equations (1) and (3) to easily isolate pp and qq in terms of aa. Add equations (1) and (3) together to eliminate pp: (p+q)+(qp)=a+(a1)(p + q) + (q - p) = a + (a - 1) 2q=2a1    q=a122q = 2a - 1 \implies q = a - \frac{1}{2} Subtract equation (3) from (1) to eliminate qq: (p+q)(qp)=a(a1)(p + q) - (q - p) = a - (a - 1) 2p=1    p=122p = 1 \implies p = \frac{1}{2} **Step 4: Substitute and isolate aa.** Now, plug our unlocked pp and qq values into the middle equation (2): pq=3a4pq = 3a - 4. 12(a12)=3a4\frac{1}{2} \left(a - \frac{1}{2}\right) = 3a - 4 Multiply the entire equation by 4 to clear the fractions and simplify the battlefield: 2(a12)×2=(3a4)×42\left(a - \frac{1}{2}\right) \times 2 = (3a - 4) \times 4 2a1=12a162a - 1 = 12a - 16 Group the aa terms to secure the final value: 15=10a    a=1510=3215 = 10a \implies a = \frac{15}{10} = \frac{3}{2} Step 5: Tally the valid values. The math yields exactly one real, working value for aa (which is 1.51.5). The question specifically asks for the *number of values* aa can take. Since there is only one valid solution, the count is 1. Final Answer: 1

Browse other topics