If log(x2)y+log(y2)x=1 and y=x2−30, then the value of x2+y2 is ___________.
Enter your answer to attempt
The Setup: We are given a logarithmic equation involving bases of x2 and y2, alongside a quadratic relation y=x2−30. We must simplify the log equation to find x and y, then compute x2+y2.
Step 1: Simplify the logarithmic equation.
Use the base power rule log(bk)a=k1logba:
21logxy+21logyx=1
Multiply by 2:
logxy+logyx=2Step 2: Solve for the relationship between x and y.
Let a=logxy. By logarithmic inversion, logyx=a1.
a+a1=2a2−2a+1=0⟹(a−1)2=0⟹a=1
Therefore, logxy=1, which strictly implies y=x.
Step 3: Apply the quadratic relation to find the valid coordinates.
Substitute y=x into the second equation y=x2−30:
x=x2−30⟹x2−x−30=0
Factor the quadratic:
(x−6)(x+5)=0⟹x=6 or x=−5
Logarithmic bases (x2 and y2) and arguments (x and y) must be strictly positive, discarding x=−5.
Thus, x=6, and consequently y=6.
Step 4: Calculate the final target expression.
x2+y2=62+62=36+36=72Final Answer: 72
Q2:ipmat indore 2022QA › ModulusMediumSA · TITA
The area enclosed by 2∣x∣+3∣y∣≤6 is ____________ sq. units.
Enter your answer to attempt
The Setup: The inequality 2∣x∣+3∣y∣≤6 forms a geometric shape (a rhombus) bounded by absolute value constraints. We must calculate its total enclosed area.
Step 1: Find the intercepts of the boundary lines.
Consider the boundary equation in the first quadrant where x≥0 and y≥0:
2x+3y=6
Find the x-intercept (set y=0): 2x=6⟹x=3.
Find the y-intercept (set x=0): 3y=6⟹y=2.
The vertices of the full rhombus across all four quadrants are (±3,0) and (0,±2).
Step 2: Calculate the area of the bounded shape.
The area of a rhombus is given by 21×d1×d2, where d1 and d2 are the lengths of the diagonals.
The horizontal diagonal connects (−3,0) to (3,0), so d1=6.
The vertical diagonal connects (0,−2) to (0,2), so d2=4.
Area=21(6)(4)=12Final Answer: 12
Q3:ipmat indore 2022QA › Time, Speed & DistanceEasySA · TITA
When Geeta increases her speed from 12 km/hr to 20 km/hr, she takes one hour less than the usual time to cover the distance between her home and office. The distance between her home and office is ___________ km.
Enter your answer to attempt
The Setup: A speed increase from 12 km/hr to 20 km/hr results in a 1-hour time reduction to cover a fixed distance. We must build a time-difference equation to find the distance.
Step 1: Formulate the time equation.
Let d be the fixed distance between the home and office.
Time at normal speed = 12d.
Time at increased speed = 20d.
The difference between these times is exactly 1 hour:
12d−20d=1Step 2: Solve for d.
Find a common denominator (60) to combine the fractions:
605d−603d=1602d=1⟹30d=1⟹d=30Final Answer: 30
The number of triangles that can be formed by choosing points from 7 points on a line and 5 points on another parallel line is _________.
Enter your answer to attempt
The Setup: We are choosing points to form triangles from two parallel lines containing 7 and 5 points respectively.
Step 1: Identify the combinatorial cases for triangle formation.
A triangle requires exactly 3 non-collinear vertices. Since the points lie on two parallel lines, taking 3 points from the same line is invalid. Thus, we must select either:
* Case 1: 1 point from the first line and 2 points from the second line.
* Case 2: 2 points from the first line and 1 point from the second line.
Step 2: Calculate configurations for Case 1.
Choose 1 point from the line with 7, and 2 points from the line with 5:
Ways1=(17)×(25)=7×(25×4)=7×10=70Step 3: Calculate configurations for Case 2.
Choose 2 points from the line with 7, and 1 point from the line with 5:
Ways2=(27)×(15)=(27×6)×5=21×5=105Step 4: Sum the valid triangle configurations.
Total Triangles=70+105=175Final Answer: 175
Aruna purchases a certain number of apples for INR 20 each and a certain number of mangoes for INR 25 each. If she sells all the apples at 10% profit and all the mangoes at 20% loss, overall she makes neither profit nor loss. Instead, if she sells all the apples at 20% loss and all the mangoes at 10% profit, overall she makes a loss of INR 150. Then the number of apples purchased by Aruna is _________.
Enter your answer to attempt
The Setup: We have a system of profit/loss constraints across two different scenarios for an unknown quantity of apples and mangoes with fixed unit costs. We must solve the linear equations to find the exact number of apples.
Step 1: Define variables and calculate per-item cost variations.
Let A be the number of apples (Cost = 20 each).
Let M be the number of mangoes (Cost = 25 each).
* +10% on apples = +2 profit per apple.
* −20% on mangoes = −5 loss per mango.
* −20% on apples = −4 loss per apple.
* +10% on mangoes = +2.5 profit per mango.
Step 2: Formulate Scenario 1 to find the quantity ratio.
In the first scenario, the net profit is exactly 0:
2A−5M=0⟹2A=5M⟹M=0.4AStep 3: Formulate Scenario 2 to solve for A.
In the second scenario, the net loss is 150 (meaning profit is −150):
−4A+2.5M=−150
Multiply by −1 for clarity:
4A−2.5M=150Step 4: Substitute the ratio and calculate A.
Substitute M=0.4A into the second equation:
4A−2.5(0.4A)=1504A−1A=1503A=150⟹A=50Final Answer: 50
Q6:ipmat indore 2022QA › ModulusMediumSA · TITA
Given that f(x)=∣x∣+2∣x−1∣+∣x−2∣+∣x−4∣+∣x−6∣+2∣x−10∣,x∈(−∞,∞) the minimum value of f(x) is _________.
Enter your answer to attempt
The Setup: We must find the minimum value of a sum of absolute value functions f(x)=∣x∣+2∣x−1∣+∣x−2∣+∣x−4∣+∣x−6∣+2∣x−10∣.
Step 1: Translate the function into a median problem.
The minimum value of a sum of absolute deviations ∑ci∣x−ai∣ occurs at the median of the data points ai, weighted by their frequencies ci.
List out the points based on their respective coefficients:
* 0 (Frequency 1)
* 1 (Frequency 2)
* 2 (Frequency 1)
* 4 (Frequency 1)
* 6 (Frequency 1)
* 10 (Frequency 2)
The complete ordered data set contains 8 points: {0,1,1,2,4,6,10,10}.
Step 2: Identify the median of the set.
Since there is an even number of data points (n=8), the minimum is achieved anywhere along the interval between the 4th and 5th values.
The 4th point is 2 and the 5th point is 4. Any x∈[2,4] minimizes f(x).
Step 3: Calculate the minimum value f(x).
Substitute any value from the valid interval (e.g., x=2) into f(x):
f(2)=∣2−0∣+2∣2−1∣+∣2−2∣+∣2−4∣+∣2−6∣+2∣2−10∣f(2)=2+2(1)+0+∣−2∣+∣−4∣+2∣−8∣f(2)=2+2+0+2+4+16=26Final Answer: 26
If A=100001010, then the absolute value of the determinant of (A9+A6+A3+A) is __________.
Enter your answer to attempt
The Setup: A specific permutation matrix A is given. We must establish the cyclical property of its powers to evaluate the absolute determinant of a matrix polynomial (A9+A6+A3+A).
Step 1: Establish the power cycle of Matrix A.
A=100001010
Calculate A2:
A2=100001010100001010=100010001=I
Since A2=I, the powers of A alternate: odd powers yield A, and even powers yield the Identity matrix I.
Step 2: Simplify the matrix polynomial.
The expression is A9+A6+A3+A.
Apply the parity rules:
* A9=A (odd)
* A6=I (even)
* A3=A (odd)
* A=A (odd)
Sum Matrix=A+I+A+A=3A+IStep 3: Construct the elements of the final matrix.
3A=300003030
Add the Identity matrix I:
3A+I=400013031Step 4: Calculate the determinant.
Expand along the top row:
det(3A+I)=4(1×1−3×3)=4(1−9)=4(−8)=−32
The absolute value of the determinant is ∣−32∣=32.
Final Answer: 32
The sum of the coefficients of all the terms in the expansion of (5x−9)4 is __________.
Enter your answer to attempt
The Setup: We are asked to find the arithmetic sum of the coefficients of all terms within the binomial expansion of (5x−9)4.
Step 1: Apply the polynomial coefficient property.
For any polynomial P(x), the sum of its fully expanded coefficients is mathematically obtained by evaluating the polynomial at x=1.
Step 2: Evaluate the expression at x=1.
P(1)=(5(1)−9)4P(1)=(5−9)4P(1)=(−4)4P(1)=256Final Answer: 256
A new sequence is obtained from the sequence of positive integers (1,2,3,…) by deleting all the perfect squares. Then the 2022nd term of the new sequence is ________.
Enter your answer to attempt
The Setup: A sequence of positive integers removes all perfect squares. We must determine the numerical value of the 2022nd remaining integer in this sequence.
Step 1: Establish the formula for sequence terms.
Let N be the actual value of the term. The sequence loses one position for every perfect square it passes.
The number of perfect squares less than or equal to N is ⌊N⌋.
Thus, the position of N in the modified sequence is given by: N−⌊N⌋=2022.
Step 2: Estimate N to find bounds.
Because N will be slightly larger than 2022, we estimate N≈2022.
442=1936 and 452=2025. Therefore, the square root will be bounded by approximately 45.
Step 3: Test the logical value for N.
Add our 45 estimated skipped squares to the 2022nd position:
Let's test N=2022+45=2067.
Check how many perfect squares exist up to 2067:
The largest integer square less than 2067 is 452=2025. Thus, exactly 45 squares are skipped.
Subtract the skipped squares to verify the position:
Position=2067−45=2022
The number 2067 precisely lands on the 2022nd position, and it is not itself a perfect square, so it genuinely survives into the new sequence.
Step 4: Confirm the answer is unique.
The counting function N−⌊N⌋ never decreases as N grows, so it takes the value 2022 on at most one non-square N. Hence 2067 is the only possibility.
Final Answer: 2067
If sinα+sinβ=32 and cosα+cosβ=31, then the value of (20cos(2α−β))2 is _________.
Enter your answer to attempt
The Setup: We are given constraint equations sinα+sinβ=32 and cosα+cosβ=31. We need to evaluate the compound trigonometric expression (20cos(2α−β))2.
Step 1: Square and add the two primary equations.
Equation 1: (sinα+sinβ)2=(32)2⟹sin2α+sin2β+2sinαsinβ=32
Equation 2: (cosα+cosβ)2=(31)2⟹cos2α+cos2β+2cosαcosβ=31
Summing them together:
(sin2α+cos2α)+(sin2β+cos2β)+2(cosαcosβ+sinαsinβ)=32+31
Using Pythagorean and subtraction identities:
1+1+2cos(α−β)=1⟹2+2cos(α−β)=1Step 2: Relate the expression to the half-angle formula.
Factor out the 2:
2(1+cos(α−β))=1
Apply the power-reduction identity 1+cosθ=2cos2(2θ):
2(2cos2(2α−β))=14cos2(2α−β)=1Step 3: Evaluate the target expression.
The target is (20cos(2α−β))2.
Expand the target:
400cos2(2α−β)
Substitute the derived identity block:
100×[4cos2(2α−β)]=100×1=100Final Answer: 100
The 3rd ,14th and 69th terms of an arithmetic progression form three distinct and consecutive terms of a geometric progression. If the next term of the geometric progression is the nth term of the arithmetic progression, then n equals ________.
Enter your answer to attempt
The Setup: Three selected terms (3rd,14th,69th) of an Arithmetic Progression (AP) form a separate Geometric Progression (GP). The 4th term of this GP corresponds to the nth term of the AP. We must find index n.
Step 1: Establish the GP relationship.
Let the AP have a first term a and common difference d.
T3=a+2dT14=a+13dT69=a+68d
Because these form a GP, the square of the middle term equals the product of the outer terms:
(a+13d)2=(a+2d)(a+68d)a2+26ad+169d2=a2+70ad+136d2Step 2: Relate the starting term to the difference.
33d2=44ad
Assuming d=0 (otherwise all terms are identical and limits break), divide by 11d:
3d=4a⟹a=43dStep 3: Calculate the GP common ratio.
Substitute a=0.75d into the first two terms of the GP:
T3=0.75d+2d=2.75d=411dT14=0.75d+13d=13.75d=455d
The common ratio r=T3T14=11/455/4=5.
The third term is T69=0.75d+68d=68.75d=4275d. (Verified: 455d×5=4275d).
Step 4: Calculate the next GP term and map it to the AP index.
The 4th GP term is T69×r:
Next GP Term=4275d×5=41375d
Set this equal to the generic nth term of the AP (a+(n−1)d):
43d+(n−1)d=41375d(n−1)d=41372d⟹n−1=343⟹n=344Final Answer: 344
Q12:ipmat indore 2022QA › Set TheoryEasySA · TITA
Let P(X) denote power set of a set X. If A is the null set, then the number of elements in P(P(P(P(A)))) is _________.
Enter your answer to attempt
The Setup: We need to compute the total number of elements generated through four successive iterations of the power set operation P(X), starting with a null set A.
Step 1: Track the set cardinality through each power set iteration.
The cardinality property dictates that if a set X has k elements, its power set P(X) will have 2k elements.
* Iteration 0: The set A is a null set. ∣A∣=0.
* Iteration 1:∣P(A)∣=20=1.
* Iteration 2:∣P(P(A))∣=21=2.
* Iteration 3:∣P(P(P(A)))∣=22=4.
* Iteration 4:∣P(P(P(P(A))))∣=24=16.
Final Answer: 16
The numbers −16,2x+3−22x−1−16,22x−1+16 are in an arithmetic progression. Then x equals ________.
Enter your answer to attempt
The Setup: Three expressions involving exponential powers of 2 and constants are given as consecutive terms of an Arithmetic Progression. We must solve for the unknown exponent x.
Step 1: Establish the arithmetic mean equation.
For three terms A,B,C in an AP, 2B=A+C.
Given terms: A=−16, B=2x+3−22x−1−16, and C=22x−1+16.
2(2x+3−22x−1−16)=−16+(22x−1+16)Step 2: Simplify the algebraic constraints.
2⋅2x+3−2⋅22x−1−32=22x−1
Combine the exponential terms:
2x+4−22x−32=22x−1
Group the terms involving 2x on the right:
2x+4−32=22x−1+22x
Factor out 22x:
2x+4−32=22x(21+1)=23⋅22xStep 3: Use substitution to solve the resulting quadratic.
Let y=2x. Then 2x+4=16y, and 22x=y2.
16y−32=23y2
Multiply by 2 and rearrange into standard quadratic form:
3y2−32y+64=0
Factor the quadratic equation:
(3y−8)(y−8)=0Step 4: Evaluate valid roots for integer x.
This yields y=8/3 or y=8.
Since y=2x, resolving for y=8 yields 2x=8⟹x=3.
*(The fractional root y=8/3 yields an irrational logarithmic decimal out of scope for standard numeric data entry).*
Final Answer: 3
Mrs and Mr Sharma, and Mrs and Mr Ahuja along with four other persons are to be seated at a round table for dinner. If Mrs and Mr Sharma are to be seated next to each other, and Mrs and Mr Ahuja are not to be seated next to each other, then the total number of seating arrangements is _________.
Enter your answer to attempt
The Setup: A combinatorics problem where 8 individuals are arranged at a round table. We apply circular permutation blocks and complementary counting to satisfy simultaneous grouping constraints (one pair together, one pair separated).
Step 1: Calculate permutations satisfying the first constraint.
Total people = 8. Constraint 1: The Sharma pair must sit together.
Bind the Sharmas into a single block. We now have 7 distinct entities to arrange in a circle (the Sharma block + 6 others).
Circular arrangements=(n−1)!=(7−1)!=6!
The Sharmas can also swap seats internally within their block (2!).
Total ways (Sharmas together)=6!×2=720×2=1440Step 2: Calculate overlapping violations (both pairs together).
Constraint 2: The Ahuja pair must NOT sit together. We find the restricted subset where they *do* sit together to subtract it from our total.
Bind the Sharmas into one block and the Ahujas into another block. We now have 6 distinct entities to arrange.
Circular arrangements=(6−1)!=5!
Both the Sharma block and the Ahuja block have internal swaps (2!×2!).
Ways (Both pairs together)=5!×2×2=120×4=480Step 3: Apply complementary counting.
Subtract the violating cases from the initial grouping constraints:
Valid Seating=(Sharmas together)−(Both pairs together)Valid Seating=1440−480=960Final Answer: 960
Q15:ipmat indore 2022QA › Mean, Median & ModeMediumSA · TITA
Let 50 distinct positive integers be chosen such that the highest among them is 100, and the average of the largest 25 integers among them exceeds the average of the remaining integers by 50. Then the maximum possible value of the sum of all the 50 integers is _________.
Enter your answer to attempt
The Setup: We are asked to maximize the total sum of 50 distinct positive integers bounded by 100. The average of the top 25 integers is rigidly offset 50 units above the average of the bottom 25 integers.
Step 1: Translate the average constraint into sum parameters.
Let SL be the sum of the largest 25 integers, and SS be the sum of the remaining (smallest) 25 integers.
Average(SL)−Average(SS)=5025SL−25SS=50⟹SL−SS=1250
The goal is to maximize the grand total sum: SL+SS.
Step 2: Express the objective strictly in terms of SL.
Rearranging the constraint yields SS=SL−1250.
Total Sum=SL+(SL−1250)=2SL−1250
To maximize the Total Sum, we strictly need to maximize the component SL.
Step 3: Maximize SL using number properties.
The set consists of strictly distinct positive integers with a ceiling of 100.
To maximize SL (the sum of the 25 largest items), we pick the absolute highest available discrete integers descending from 100: {100,99,98,…,76}.
Using the arithmetic series sum formula:
SL=2n(a1+an)=225(100+76)=25×88=2200Step 4: Verify the lower boundary SS is physically viable.
With SL=2200, the forced offset calculates SS=2200−1250=950.
We must verify if 25 distinct integers smaller than 76 can legitimately sum to 950.
The absolute minimum sum of 25 distinct positive integers is 1+2+⋯+25=325.
The largest such sum is 51+52+⋯+75=1575.
Because 325≤950≤1575, the required SS sits inside the achievable range. An explicit set works: {26,27,…,50} consists of 25 distinct integers, all below 76, and sums to 225(26+50)=25×38=950. So the configuration is genuinely realisable, not merely arithmetically consistent.
Step 5: Compute the final maximum total.
Max Total Sum=SL+SS=2200+950=3150Final Answer: 3150