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
For 0<θ<4π, let a=((sinθ)sinθ)(log2cosθ),b=((cosθ)sinθ)(log2sinθ),c=((sinθ)cosθ)(log2cosθ) and d=((sinθ)sinθ)(log2sinθ). Then, the median value in the sequence a,b,c,d is
A2a+b
B2a+d
C2b+c
D2c+d
Pick an option to attempt
The Setup: We are asked to order four logarithmic-exponential expressions to find their median. By analyzing the base and arguments within the interval 0<θ<π/4, we can determine their strict mathematical ordering.
Step 1: Analyze the components within the given domain.
For θ∈(0,π/4), the sine and cosine functions are bounded such that:
0<sinθ<21<cosθ<1
Because both sinθ and cosθ are strictly between 0 and 1, their base-2 logarithms are strictly negative:
log2(sinθ)<log2(cosθ)<0Step 2: Compare the components of expressions a,b,c,d.
The definitions are:
a=(sinθ)sinθlog2(cosθ)b=(cosθ)sinθlog2(sinθ)c=(sinθ)cosθlog2(cosθ)d=(sinθ)sinθlog2(sinθ)
Notice that all four overall expressions yield negative values (a positive exponential multiplied by a negative logarithm).
Step 3: Establish the inequalities.
First, compare a and c:
Since sinθ<cosθ and the base sinθ∈(0,1), a larger exponent yields a smaller value:
(sinθ)cosθ<(sinθ)sinθ
Because log2(cosθ) is negative, multiplying both sides by it reverses the inequality:
(sinθ)cosθlog2(cosθ)>(sinθ)sinθlog2(cosθ)⟹c>a
Second, compare b and d:
Because sinθ<cosθ, raising them to the positive power of sinθ preserves the inequality:
(sinθ)sinθ<(cosθ)sinθ
Because log2(sinθ) is negative, multiplying reverses the inequality:
(sinθ)sinθlog2(sinθ)>(cosθ)sinθlog2(sinθ)⟹d>b
Third, compare a and d:
They share the identical positive exponential factor (sinθ)sinθ.
Since log2(sinθ)<log2(cosθ), multiplying by the positive exponential preserves the inequality:
d<aStep 4: Determine the median.
Combining the inequalities gives the strict ascending order: b<d<a<c.
For a set of 4 elements, the median is the arithmetic mean of the two central terms (d and a).
Median=2a+dFinal Answer:2a+d
The set of real values of x for which the inequality log278≤log3x<9log231 holds is
A[2,81)
B(2,27)
C[2,81]
D(2,27]
Pick an option to attempt
The Setup: We are given a compound logarithmic inequality: log278≤log3x<91/log23. We must simplify the bounds to isolate x.
Step 1: Simplify the lower bound.
log278=log3323
Using the exponent rule logbkap=kplogba:
log278=33log32=log32Step 2: Simplify the upper bound.
Use the base-change inversion rule logab1=logba:
91/log23=9log32
Rewrite the base 9 as 32:
(32)log32=32log32=3log3(22)=3log34
By the fundamental log identity blogbk=k, this equals 4.
Step 3: Solve the resulting inequality for x.
Substitute the simplified bounds back into the original inequality:
log32≤log3x<4
Since the logarithmic base 3 is greater than 1, the function is strictly increasing, meaning we can safely exponentiate all parts by base 3 without flipping signs:
3log32≤3log3x<342≤x<81Final Answer:[2,81)
The set of all possible values of f(x) for which (81)x+(81)f(x)=3 is
A(0.25,3)
B(−∞,4)
C(−∞,0.25)
D(3,4)
Pick an option to attempt
The Setup: Given the equation 81x+81f(x)=3, we need to determine the complete set of possible values for the output of the function f(x).
Step 1: Isolate the term containing f(x).
81f(x)=3−81xStep 2: Analyze the domain and range constraints.
For any real number x, an exponential function with a positive base is strictly positive: 81x>0.
Since 81f(x) is also strictly positive, its equal counterpart must be positive:
3−81x>0⟹81x<3
Because 81x is strictly bounded between 0 and 3, the expression (3−81x) maps continuously across the open interval (0,3).
Step 3: Translate the range to f(x).
Because 81f(x)=3−81x, the function 81f(x) takes all values in the interval (0,3).
0<81f(x)<3
The lower bound 0<81f(x) holds true for all real values of f(x) (an exponential function has no lower limit restriction other than 0).
Solve the upper bound:
81f(x)<3⟹(34)f(x)<31⟹34f(x)<31
Because base 3>1, we can equate the exponents directly:
4f(x)<1⟹f(x)<0.25
Thus, f(x) covers all real numbers strictly less than 0.25.
Final Answer:(−∞,0.25)
Ayesha is standing atop a vertical tower 200m high and observes a car moving away from the tower on a straight, horizontal road from the foot of the tower. At 11:00 AM, she observes the angle of depression of the car to be 45∘. At 11:02 AM, she observes the angle of depression of the car to be 30∘. The speed at which the car is moving is approximately
A6.3 km per hour
B8.45 km per hour
C10.6 km per hour
D4.39 km per hour
Pick an option to attempt
The Setup: A car is tracked from a 200m tower. Its angle of depression changes from 45∘ to 30∘ over exactly 2 minutes. We must use right-triangle trigonometry to find its speed in km/h.
Step 1: Calculate the initial horizontal distance.
Let the tower base be the origin. At 11:00 AM, the angle of depression is 45∘.
Using trigonometry, tan(45∘)=Distance1Height.
1=d1200⟹d1=200 metersStep 2: Calculate the subsequent horizontal distance.
At 11:02 AM, the angle of depression is 30∘.
tan(30∘)=Distance2Height31=d2200⟹d2=2003 metersStep 3: Calculate the distance traveled.
The distance the car traveled in the 2-minute interval is the difference:
Δd=d2−d1=2003−200=200(3−1)
Using the approximation 3≈1.732:
Δd≈200(1.732−1)=200(0.732)=146.4 metersStep 4: Calculate the speed in km/h.
The car traveled 146.4 meters in 2 minutes.
Speed=2 minutes146.4 meters=73.2 meters/minute
Convert to kilometers per hour (×60 minutes/hour,÷1000 meters/km):
Speed=100073.2×60=10004392=4.392 km/hFinal Answer: 4.39 km per hour
The value of k for which the following lines are concurrent is
x−y−1=02x+3y−12=02x−3y+k=0
A1
B-1
C0
D12
Pick an option to attempt
The Setup: Three straight lines are concurrent (they intersect at a single unified point). We must find the intersection of the first two lines and use it to solve for the missing constant k in the third line.
Step 1: Find the intersection point of the first two lines.
Line 1: x−y−1=0⟹x=y+1
Line 2: 2x+3y−12=0
Substitute x into the second equation:
2(y+1)+3y−12=02y+2+3y−12=05y−10=0⟹y=2
Substitute y back to find x:
x=2+1=3
The shared intersection point is (3,2).
Step 2: Solve for k.
For the three lines to be perfectly concurrent, Line 3 (2x−3y+k=0) must also pass precisely through (3,2).
Substitute x=3 and y=2 into the third equation:
2(3)−3(2)+k=06−6+k=0⟹k=0Final Answer: 0
Q21:ipmat indore 2022QA › ModulusMediumMCQ · MCQ
The sum of the squares of all the roots of the equation x2+∣x+4∣+∣x−4∣−35=0 is
A74
B175
C50
D148
Pick an option to attempt
The Setup: The equation x2+∣x+4∣+∣x−4∣−35=0 relies on absolute value boundaries. We must partition the domain to find all valid real roots, then calculate the sum of their squares.
Step 1: Notice the inherent symmetry.
Since ∣x+4∣+∣x−4∣ is an even function, if x is a valid root, −x is also a root.
Step 2: Evaluate Case 1 (x≥4).
Both absolute values evaluate to their positive counterparts:
x2+(x+4)+(x−4)−35=0x2+2x−35=0(x+7)(x−5)=0
The potential roots are −7 and 5. Because our domain is strictly x≥4, x=5 is a valid root.
Step 3: Evaluate Case 2 (−4<x<4).
The first term remains positive, but the second evaluates to its negative counterpart:
x2+(x+4)+(4−x)−35=0x2+8−35=0x2−27=0⟹x=±27≈±5.196
Because ±5.196 falls strictly outside the bounded domain of (−4,4), no valid roots exist in this region.
Step 4: Evaluate Case 3 (x≤−4).
Both absolute values flip sign:
x2−(x+4)−(x−4)−35=0x2−2x−35=0(x−7)(x+5)=0
The potential roots are 7 and −5. Because our domain is strictly x≤−4, x=−5 is a valid root. This agrees with the symmetry noted in Step 1.
The two valid real roots are 5 and −5.
Step 5: Calculate the sum of squares.
Sum=(5)2+(−5)2=25+25=50Final Answer: 50
Q22:ipmat indore 2022QA › TrianglesEasyMCQ · MCQ
The lengths of the sides of a triangle are x,21 and 40, where x is the shortest side. A possible value of x is:
A18
B20
C19
D16
Pick an option to attempt
The Setup: A triangle is composed of side lengths x,21 and 40, where x is stated to be the shortest side. We must determine a viable integer value for x bounded by the triangle inequality.
Step 1: Apply the triangle inequality theorem.
For three lengths to successfully form a closed triangle, the sum of the two shorter sides must strictly exceed the longest side.
x+21>40⟹x>19Step 2: Apply the specific length constraint.
The problem states that x is the shortest side. Therefore, x must be less than or equal to 21.
Combining both strict inequalities:
19<x≤21Step 3: Evaluate the given options.
The mathematically possible integer values for x are 20 and 21. Reviewing the multiple-choice options provided (18,20,19,16), the only valid candidate listed is 20.
Final Answer: 20
If the five-digit number abcde is divisible by 6, then which of the following numbers is not necessarily divisible by 6?
Aedcba
Beee
Cbbadcacede
Dcdbae
Pick an option to attempt
The Setup: We are given a 5-digit number abcde that is fully divisible by 6. We need to evaluate four altered configurations to see which is *not necessarily* divisible by 6.
Step 1: Establish the divisibility rule for 6.
A number is divisible by 6 if and only if it is mathematically divisible by both 2 (its unit digit is even) and 3 (the sum of its digits is a multiple of 3).
For abcde:
1. a+b+c+d+e≡0(mod3)
2. e is an even digit.
Step 2: Test the proposed configurations.
* **Option 2 (eee):** Sum is 3e (divisible by 3). Ends in e (even). Always divisible by 6.
* **Option 3 (bbadcacede):** Sum is 2a+2b+2c+2d+2e=2(sum). Since the original sum is divisible by 3, 2×sum is also divisible by 3. Ends in e (even). Always divisible by 6.
* **Option 4 (cdbae):** Sum is the same as the original (divisible by 3). Ends in e (even). Always divisible by 6.
* **Option 1 (edcba):** The sum of the digits remains the same (divisible by 3). However, the unit digit is now a. We only know e is even; a can be either odd or even. Therefore, edcba is not guaranteed to be even, meaning it is not necessarily divisible by 6.
Final Answer: edcba
In how many ways can the letters of the word MANAGEMENT be arranged such that no two vowels appear together?
A75600
B25200
C37800
D21600
Pick an option to attempt
The Setup: We must arrange the 10 letters of MANAGEMENT so that no two vowels are adjacent. This relies on the Gap Method of combinatorics.
Step 1: Audit the frequency of the letters.
The word MANAGEMENT consists of 10 letters:
Vowels (4 total): A (2), E (2).
Consonants (6 total): M (2), N (2), G (1), T (1).
Step 2: Arrange the consonants.
First, place the 6 consonants in a row.
The number of unique permutations accounting for identical letters is:
2!×2!6!=4720=180 waysStep 3: Place the vowels in the gaps.
Arranging 6 consonants in a line creates exactly 7 gaps (including the outside ends) where vowels can be slotted to ensure they never touch.
We must choose 4 gaps for our 4 vowels:
(47)=35 ways
Next, arrange the 4 vowels (A, A, E, E) within those 4 chosen gaps:
2!×2!4!=424=6 waysStep 4: Calculate the total configurations.
Multiply the independent combinatorics together:
Total Ways=180×35×6=180×210=37800Final Answer: 37800
In a room, there are n persons whose average height is 160cm. If m more persons, whose average height is 172cm, enter the room, then the average height of all persons in the room becomes 164cm. Then m:n is
A1:2
B1:3
C3:1
D2:1
Pick an option to attempt
The Setup: This is a weighted average problem mapping two groups of distinct heights into a combined new average height. We can isolate the ratio of group sizes using the Alligation method.
Step 1: Define the parameters for Alligation.
Group 1 (n persons): Average height = 160 cm.
Group 2 (m persons): Average height = 172 cm.
Mixture (Combined group): Average height = 164 cm.
Step 2: Apply the Alligation cross-difference formula.
The ratio of the quantities (n:m) is inversely proportional to the distances their specific averages sit from the combined mixture mean.
n:m=(172−164):(164−160)n:m=8:4n:m=2:1Step 3: Evaluate the requested ratio.
We must explicitly provide the ratio m:n.
Since n:m=2:1, the ratio m:n is exactly 1:2.
Final Answer:1:2
The sum of the first 15 terms in an arithmetic progression is 200, while the sum of the next 15 terms is 350. Then the common difference is
A97
B32
C94
D31
Pick an option to attempt
The Setup: We are given two continuous summation blocks of an Arithmetic Progression (S1−15 and S16−30). We must build a system of linear equations mapping the progression formula to isolate the common difference d.
Step 1: Translate the sums into standard AP formulation.
Let the first term be a and the common difference be d.
The sum of an AP is Sn=2n(2a+(n−1)d).
Sum of the first 15 terms (S15) = 200.
200=215(2a+14d)=15(a+7d)⟹a+7d=15200=340Step 2: Evaluate the total cumulative sum constraint.
The sum of the *next* 15 terms is 350. This means the total sum of the first 30 terms (S30) is 200+350=550.
550=230(2a+29d)=15(2a+29d)⟹2a+29d=15550=3110Step 3: Solve the linear system for d.
Multiply the first simplified equation by 2 to align coefficients:
2a+14d=380
Subtract this from the second equation:
(2a+29d)−(2a+14d)=3110−38015d=330=10d=1510=32Final Answer:32
Suppose a,b and c are integers such that a>b>c>0, and A=abcbcacab. Then the value of the determinant of A is
Acan be positive or negative
Bis positive
Cis negative
Dis zero
Pick an option to attempt
The Setup: A specific circulant 3×3 matrix A is populated with integers a>b>c>0. We need to evaluate the algebraic sign of its determinant.
Step 1: Expand the determinant of Matrix A.
A=abcbcacab
Calculate the determinant using the standard top-row expansion:
det(A)=a(bc−a2)−b(b2−ac)+c(ab−c2)det(A)=abc−a3−b3+abc+abc−c3det(A)=3abc−a3−b3−c3Step 2: Factor the resulting polynomial.
The expression a3+b3+c3−3abc possesses a highly standardized factorization identity:
a3+b3+c3−3abc=21(a+b+c)[(a−b)2+(b−c)2+(c−a)2]
Notice that our determinant is the exact algebraic negative of this expression:
det(A)=−(21(a+b+c)[(a−b)2+(b−c)2+(c−a)2])Step 3: Evaluate the bounds of the factored terms.
We are strictly given a>b>c>0.
Because all terms are strictly positive, their sum (a+b+c) is strictly positive.
Because the terms are strictly unequal, the squared differences (a−b)2,(b−c)2,(c−a)2 are strictly positive non-zeros.
Thus, the entire bracketed term evaluates to a strictly positive number. Because a negative sign sits in front of it, the total determinant is strictly negative.
Final Answer: is negative
In a right-angled triangle ABC, the hypotenuse AC is of length 13 cm. A line drawn connecting the midpoints D and E of sides AB and AC is found to be 6 cm in length. The length of BC is
A12 cm
B5 cm
C23 cm
D8 cm
Pick an option to attempt
The Setup: In a right-angled triangle ABC, the hypotenuse AC is 13 cm. The segment DE joining the midpoint of the leg AB to the midpoint of the hypotenuse AC measures 6 cm. We must find the length of BC.
Step 1: Map the geometry using the Midpoint Theorem.
The problem defines a line segment drawn connecting the midpoints (D and E) of two sides of a triangle (AB and AC).
According to the Triangle Midpoint Theorem, the line segment connecting the midpoints of two sides of a triangle is perfectly parallel to the third side and exactly half of its length.
DE=21BCStep 2: Calculate the base.
We are explicitly given that DE=6 cm.
6=21BC⟹BC=12 cm
*(The hypotenuse measurement of 13 is consistent data: with BC=12 and AC=13, the remaining leg AB=5, forming the standard 5-12-13 Pythagorean triple.)*
Final Answer:12 cm
The Setup: We are given A=[12100] and must identify A2022 among the listed options. The decisive detail is the bottom-right entry, which is 0.
Step 1: Compute A2.
A2=[12100][12100]=[1(1)+0(21)21(1)+0(21)1(0)+0(0)21(0)+0(0)]=[12100]=A
Because the second column of A is entirely zero, multiplying by A reproduces A exactly.
Step 2: Extend the result to every power.
The matrix is therefore idempotent (A2=A). By induction, every higher power collapses back to A:
A3=A2A=AA=A,A4=A,…,An=A for all n≥1
The bottom-left entry never grows.
A2022=A=[12100]Step 3: Compare against the given options.
The three explicit choices offer bottom-left entries of 220221, 1011 and 2022. Our result has bottom-left entry 21, which matches none of them.
*A note on the trap:* had the bottom-right entry been 1 rather than 0, the matrix would satisfy An=[12n01], giving a bottom-left entry of 22022=1011. That is precisely the decoy offered in the second option. With the printed 0 in the bottom-right, that reasoning does not apply and the power never accumulates.
Final Answer: None of these
Let A={1,2,3} and B={a,b}. Assuming all relations from set A to set B are equally likely, what is the probability that a relation from A to B is also a function?
A81
B21
C1
D2632
Pick an option to attempt
The Setup: Set A={1,2,3} and Set B={a,b}. If we pull randomly from the pool of all possible mathematical relations mapping A to B, we need the probability that the relation is specifically a valid function.
Step 1: Calculate the size of the total sample space (all relations).
A mathematical relation from A to B is defined as any possible subset of the Cartesian product A×B.
The cardinality of the Cartesian product is ∣A∣×∣B∣=3×2=6.
The total number of unique relations (subsets) is 2∣A×B∣=26=64.
Step 2: Calculate the size of the restricted target group (all functions).
A function is a highly specific relation where every element in set A maps to exactly one valid element in set B.
Each of the 3 elements in A has exactly 2 choices to map to in B.
Total number of functions = ∣B∣∣A∣=23=8.
Step 3: Calculate the resulting probability.
Probability=Total OutcomesTarget Outcomes=648=81Final Answer:81
Q31:ipmat indore 2022QA › Time, Speed & DistanceMediumMCQ · MCQ
In a 400-metre race, Ashok beats Bipin and Chandan respectively by 15 seconds and 25 seconds. If Ashok beats Bipin by 150 metres, by how many metres does Bipin beat Chandan in the race?
A80
B100
C150
D50
Pick an option to attempt
The Setup: Three runners (Ashok, Bipin, Chandan) race over a 400m distance. Using their offset finishing times and a distance offset, we must evaluate the specific physical distance between Bipin and Chandan when Bipin finishes the race.
Step 1: Establish the time relationships.
Let Ashok's finishing time for 400m be tA.
Ashok beats Bipin by 15 seconds ⟹tB=tA+15.
Ashok beats Chandan by 25 seconds ⟹tC=tA+25.
Step 2: Calculate Ashok's finishing time using the distance discrepancy.
Ashok beats Bipin by exactly 150m. This means when Ashok finished at time tA, Bipin had only run 400−150=250m.
We know Bipin completes the full 400m at a constant speed in time (tA+15).
Bipin's Speed = tA250=tA+15400
Cross-multiply to solve for tA:
250(tA+15)=400tA250tA+3750=400tA⟹150tA=3750⟹tA=25 secondsStep 3: Calculate constant speeds for Bipin and Chandan.
Bipin's finishing time = 25+15=40 s. Speed VB=40400=10 m/s.
Chandan's finishing time = 25+25=50 s. Speed VC=50400=8 m/s.
Step 4: Calculate the distance gap at Bipin's finish.
Bipin finishes the race precisely at the 40-second mark.
At 40 seconds, Chandan has traveled: 40 s×8 m/s=320m.
The gap distance is 400−320=80m. Thus, Bipin beats Chandan by 80m.
Final Answer: 80
In a bowl containing 60 ml orange juice, 40 ml of water is poured. Thereafter, 100 ml of apple juice is poured to make a fruit punch. Madhu drinks 50 ml of this fruit punch and comments that the proportion of orange juice needs to be higher for better taste. How much orange juice should be poured into the fruit punch that remained, in order to bring up the level of orange juice to 50 percentage?
A100 ml
B40 ml
C80 ml
D60 ml
Pick an option to attempt
The Setup: A mixed volume fruit punch starts out with unequal ratios. After some is consumed, pure orange juice is added back to strictly raise its proportion to 50% of the newly defined mixture.
Step 1: Establish the baseline volume ratios of the mixture.
Initial ingredients: 60ml orange juice (OJ), 40ml water (W). Subtotal = 100ml.
Add 100ml apple juice (AJ). Grand total = 200ml.
The proportional composition of the punch is:
OJ=20060=30%W=20040=20%AJ=200100=50%Step 2: Calculate volumes remaining after consumption.
Madhu drinks 50ml of the punch.
Remaining total volume = 200ml−50ml=150ml.
Because mixtures are perfectly homogenous, the 30% ratio is maintained in the leftover fluid.
Volume of OJ remaining = 30% of 150=45ml.
Step 3: Calculate the required OJ addition.
Let x be the volume in ml of pure OJ poured back into the punch.
The new total volume of OJ is 45+x. The new total volume of the entire punch is 150+x.
We require the new OJ ratio to be exactly 50%:
150+x45+x=0.545+x=0.5(150+x)45+x=75+0.5x0.5x=30⟹x=60mlFinal Answer: 60 ml
The curve represented by the equation sin2−sin3x2+cos2−cos3y2=1 is
Aan ellipse with the foci on the y-axis
Ban ellipse with the foci on the x-axis
Ca hyperbola with the foci on the x-axis
Da hyperbola with the foci on the y-axis
Pick an option to attempt
The Setup: We are asked to classify a conic section represented by an equation with complex trigonometric constants in its denominators.
Step 1: Analyze the standard conic equation format.
The equation takes the structure Ax2+By2=1.
The specific conic shape depends rigidly on the algebraic signs of A and B.
Step 2: Evaluate the sign of denominator A.
A=sin(2)−sin(3).
Note that 2≈1.414 rad and 3≈1.732 rad.
π/2≈1.571 rad. Thus, 2 resides in the first quadrant and 3 resides in the second quadrant.
The sine function acts symmetrically around its peak at π/2.
Distance of 2 from π/2 is ∣1.414−1.571∣=0.157.
Distance of 3 from π/2 is ∣1.732−1.571∣=0.161.
Because 2 sits slightly closer to the absolute peak than 3, sin(2)>sin(3).
Thus, A is strictly positive.
Step 3: Evaluate the sign of denominator B.
B=cos(2)−cos(3).
The cosine function is strictly and continuously decreasing on the interval (0,π).
Because 2<3, it follows rigidly that cos(2)>cos(3).
Thus, B is strictly positive.
Because both A and B are positive, the equation represents an ellipse. Let A=a2 and B=b2.
Step 4: Find the major axis.
To locate the foci, we must compare the magnitudes of a2 and b2.
a2−b2=(sin2−sin3)−(cos2−cos3)=(sin2−cos2)−(sin3−cos3)
Let f(x)=sinx−cosx. Its derivative is f′(x)=cosx+sinx.
On the interval containing 2 and 3, sinx stays near 1 while cosx is small in magnitude, so f′(x)>0 and f(x) is increasing there.
Because f(x) is increasing, f(2)<f(3).
Thus, a2−b2<0⟹a2<b2.
Because the y-denominator is larger, the major axis is vertical, placing the foci strictly on the y-axis.
Final Answer: an ellipse with the foci on the y-axis
Q34:ipmat indore 2022QA › FunctionsEasyMCQ · MCQ
A set of all possible values the function f(x)=∣x∣x, where x=0, takes is
A{1}
B{1,−1}
C{1,0}
D{1,0,−1}
Pick an option to attempt
The Setup: We need to specify the range (the set of all possible outputs) for the absolute value ratio function f(x)=∣x∣x.
Step 1: Analyze the piecewise domains of the function.
The function possesses a domain restricting x=0.
If x>0 (positive numbers), then ∣x∣=x.
f(x)=xx=1
If x<0 (negative numbers), then ∣x∣=−x.
f(x)=−xx=−1Step 2: Formulate the set of possible values.
Since the function mathematically collapses into exactly two static outputs dependent on algebraic sign, its absolute range is limited exclusively to those two integers.
The set of outputs is {1,−1}.
Final Answer:{1,−1}
Q35:ipmat indore 2022QA › HCF & LCMEasyMCQ · MCQ
When the square of the difference of two natural numbers is subtracted from the square of the sum of the same two numbers and the result is divided by four, we get
Athe product of the LCM and HCF of the two numbers
Bthe HCF of the two numbers
Cthe LCM of the two numbers
Dthe square of the product of the two numbers
Pick an option to attempt
The Setup: Two natural numbers are subjected to a specific string of algebraic operations. We must simplify the operations to find the resulting identity.
Step 1: Map the text to algebraic formulation.
Let the two natural numbers be a and b.
'Square of the difference' = (a−b)2.
'Square of the sum' = (a+b)2.
The text requires: 4(a+b)2−(a−b)2.
Step 2: Expand and simplify the expression.
Expand the squares:
4(a2+2ab+b2)−(a2−2ab+b2)
Distribute the negative sign:
4a2+2ab+b2−a2+2ab−b2
The squares cancel out perfectly:
44ab=ab
The result is simply the direct mathematical product of the two original natural numbers.
Step 3: Relate to the Number System rules.
A fundamental property of arithmetic states that the product of any two natural numbers equals the product of their Least Common Multiple (LCM) and their Highest Common Factor (HCF).
a×b=LCM(a,b)×HCF(a,b)Final Answer: the product of the LCM and HCF of the two numbers
The cost of a piece of jewellery is proportional to the square of its weight. A piece of jewellery weighing 10 grams is INR 3600. The cost of a piece of jewellery of the same kind weighing 4 grams is
AINR 1220
BINR 600
CINR 576
DINR 1440
Pick an option to attempt
The Setup: A piece of jewellery's cost is strictly proportional to the square of its weight. Using a known data point, we must calculate the cost for a lighter piece.
Step 1: Establish the mathematical proportionality rule.
Let C be the cost and W be the weight.
C∝W2⟹C=k⋅W2
where k is the constant of proportionality.
Step 2: Isolate the constant k.
We are given a data point: a 10-gram piece costs INR 3600.
3600=k×(10)23600=100k⟹k=36Step 3: Evaluate the secondary cost.
Calculate the cost for a piece weighing 4 grams:
C=36×(4)2C=36×16=576Final Answer: INR 576
Q37:ipmat indore 2022QA › Set TheoryEasyMCQ · MCQ
Let A and B be two sets such that the Cartesian product A×B consists of four elements. If two elements of A×B are (1,4) and (4,1), then
ANone of these
BA×B=B×A
C∅∈A×B
DA×B=B×A
Pick an option to attempt
The Setup: For sets A and B, the Cartesian product A×B yields exactly four elements, two of which are specifically (1,4) and (4,1). We evaluate the mathematical relationship between the parent sets.
Step 1: Define the cardinality constraints.
The total size of the Cartesian product is ∣A×B∣=∣A∣×∣B∣=4.
By definition, for a Cartesian product (x,y)∈A×B, the first element belongs to A and the second belongs to B.
The presence of (1,4) dictates that 1∈A and 4∈B.
The presence of (4,1) dictates that 4∈A and 1∈B.
Step 2: Formulate the parent sets.
We have confirmed that set A inherently contains at least two distinct elements: {1,4}. Thus ∣A∣≥2.
We have confirmed that set B inherently contains at least two distinct elements: {1,4}. Thus ∣B∣≥2.
Because ∣A∣×∣B∣ must rigidly equal 4, the only mathematically viable integer size for both subsets is precisely 2.
Therefore, there are no hidden elements. A={1,4} and B={1,4}.
Step 3: Evaluate the target relation.
Because A exactly equals B, their Cartesian products yield completely identical mappings.
A×B=B×AFinal Answer:A×B=B×A
Q38:ipmat indore 2022QA › FunctionsHardMCQ · MCQ
If f(x2+f(y))=xf(x)+y for all non-negative integers x and y, then the value of [f(0)]2+f(0) equals _________.
A2
B0
C6
D1
Pick an option to attempt
The Setup: A functional mapping rule dictates f(x2+f(y))=xf(x)+y for all non-negative integers x,y. We must solve for f(0) to evaluate [f(0)]2+f(0).
Step 1: Exploit substitution to define the function.
Let x=0. The equation becomes:
f(02+f(y))=0⋅f(0)+y⟹f(f(y))=y
This proves that the function is an involution (it acts identically as its own inverse).
Consequently, substituting y=0 yields f(f(0))=0.
Step 2: Set up a root evaluation using the involution property.
Let c=f(0). Substituting this into our involution proof implies f(c)=0.
Now, set y=0 in the original primary equation:
f(x2+f(0))=xf(x)
Substitute x=c:
f(c2+c)=c⋅f(c)
Because we proved f(c)=0:
f(c2+c)=c(0)=0Step 3: Solve for c.
Because the function maps c2+c to 0, and we previously established that f(c) uniquely maps to 0 (since f acts as a strict bijection due to f(f(x))=x), the internal arguments must be rigidly equal:
c2+c=c⟹c2=0⟹c=0
Thus, f(0)=0.
Step 4: Evaluate the requested expression.
We must calculate [f(0)]2+f(0).
02+0=0Final Answer: 0
If one of the factors of the number 3728173 is randomly chosen, then the probability that the chosen factor will be a perfect square is
A365
B121
C403
D325
Pick an option to attempt
The Setup: A factor is pulled randomly from the large integer N=37⋅28⋅173. We must identify the probability that this chosen factor acts as a perfect square.
Step 1: Calculate the size of the sample space (total factors).
Using the prime factorization exponent rule, the total number of divisors of paqbrc is (a+1)(b+1)(c+1).
Total Factors=(7+1)(8+1)(3+1)=8×9×4=288Step 2: Define the constraints for perfect square factors.
For a factor to exist as a perfect square, the exponents of all of its individual prime bases must be even integers.
Factor format: 32x⋅22y⋅172z.
We evaluate the valid even exponent boundaries:
* Base 3: 0≤2x≤7⟹2x∈{0,2,4,6} (4 valid choices).
* Base 2: 0≤2y≤8⟹2y∈{0,2,4,6,8} (5 valid choices).
* Base 17: 0≤2z≤3⟹2z∈{0,2} (2 valid choices).
Step 3: Calculate the target pool and the probability.
Multiply the independent choices together to find the number of valid square factors:
Perfect Square Factors=4×5×2=40
The resulting probability is:
Probability=28840=365Final Answer:365
The number of four-digit integers which are greater than 1000 and divisible by both 2 and 3, but not by 5, is
A1333
B1666
C1200
D1500
Pick an option to attempt
The Setup: We are asked to count the quantity of four-digit integers logically bounded by specific divisibility rules (divisible by 2 and 3, but strictly not by 5).
Step 1: Establish the numerical boundaries.
The domain represents four-digit integers greater than 1000.
The inclusive range is mathematically defined as 1001≤N≤9999.
Step 2: Apply the primary inclusion divisibility rule.
A number mathematically divisible by both 2 and 3 is inherently divisible by their LCM, which is 6.
We calculate the count of numbers divisible by 6 within the domain.
* Smallest multiple of 6: 1002 (6×167).
* Largest multiple of 6: 9996 (6×1666).
Count =6Largest−Smallest+1=69996−1002+1=1499+1=1500.
Step 3: Apply the exclusion divisibility rule.
We must exclude numbers within this pool that are also divisible by 5. A number divisible by both 6 and 5 is divisible by their LCM, which is 30.
We calculate the count of numbers divisible by 30 within the domain to subtract them from our pool.
* Smallest multiple of 30: 1020 (30×34).
* Largest multiple of 30: 9990 (30×333).
Count =309990−1020+1=308970+1=299+1=300.
Step 4: Calculate the final target count.
Subtract the excluded intersecting pool from the primary included pool:
Final Count=1500−300=1200Final Answer: 1200