Appearance
❓Kelly has 121.0 Nintendo games. She needs to give away some games to have a certain number of games left. If she gives away 99 games, how many games will she have left?
💡First, I need to determine how many games Kelly will have left after giving away 99 games from her initial collection of 121.0 Nintendo games.To find the remaining number of games, I will subtract the number of games she gives away from the total number of games she currently has.So, I will perform the calculation: 121.0 minus 99 equals 22.0.Therefore, after giving away 99 games, Kelly will have 22.0 games left.
❓A particular store purchased a stock of turtleneck sweaters and marked up its cost by 20%. During the New Year season, it further marked up its prices by 25% of the original retail price. In February, the store then offered a discount of 12%. What was its profit on the items sold in February?
💡First, I need to determine the cost price of the turtleneck sweaters. Let's assume the cost price is ( C ).Next, the store marked up the price by 20%. This means the initial selling price (SP1) is:[SP1 = C + 0.20C = 1.20C]During the New Year season, the store marked up the prices by 25% of the original retail price, which is the initial selling price (SP1). Therefore, the second selling price (SP2) is:[SP2 = SP1 + 0.25SP1 = 1.25SP1 = 1.25 times 1.20C = 1.50C]In February, the store offered a discount of 12% on SP2. The final selling price (SPF) after the discount is:[SPF = SP2 - 0.12SP2 = 0.88SP2 = 0.88 times 1.50C = 1.32C]Finally, the profit on the items sold in February is the difference between the final selling price and the cost price:[text{Profit} = SPF - C = 1.32C - C = 0.32C]Therefore, the store's profit on the items sold in February is 32% of the cost price.
❓Prove: There exists ( a in mathbf{Z} ) such that ( a^2 equiv -1 pmod{p} ) (where ( p ) is an odd prime) if and only if ( p equiv 1 pmod{4} ).
💡Okay, so I have this problem to prove that there exists an integer ( a ) such that ( a^2 equiv -1 pmod{p} ) if and only if the odd prime ( p ) is congruent to 1 modulo 4. Hmm, that sounds like it's related to quadratic residues. I remember that quadratic residues are numbers that are squares modulo ( p ). So, in this case, we're looking to see if -1 is a quadratic residue modulo ( p ).First, I need to understand what it means for ( a^2 equiv -1 pmod{p} ) to have a solution. It means that -1 is a square modulo ( p ). So, if such an ( a ) exists, then -1 is a quadratic residue modulo ( p ). Conversely, if -1 is a quadratic residue modulo ( p ), then such an ( a ) exists.I recall that there's something called the Legendre symbol which can be used to determine if a number is a quadratic residue modulo a prime. The Legendre symbol ( left( frac{a}{p} right) ) is 1 if ( a ) is a quadratic residue modulo ( p ), -1 if it is not, and 0 if ( a ) is divisible by ( p ). So, in this case, we're interested in ( left( frac{-1}{p} right) ).I think there's a formula for ( left( frac{-1}{p} right) ). Let me recall... I believe it's related to ( p ) modulo 4. Specifically, I think ( left( frac{-1}{p} right) = (-1)^{frac{p-1}{2}} ). So, if ( p equiv 1 pmod{4} ), then ( frac{p-1}{2} ) is even, so ( (-1)^{frac{p-1}{2}} = 1 ), meaning -1 is a quadratic residue. If ( p equiv 3 pmod{4} ), then ( frac{p-1}{2} ) is odd, so ( (-1)^{frac{p-1}{2}} = -1 ), meaning -1 is not a quadratic residue.Wait, so that seems to directly answer the question. If ( p equiv 1 pmod{4} ), then -1 is a quadratic residue, so there exists an ( a ) such that ( a^2 equiv -1 pmod{p} ). Conversely, if ( p equiv 3 pmod{4} ), then -1 is not a quadratic residue, so no such ( a ) exists.But maybe I should try to prove this without invoking the Legendre symbol directly, in case I need to explain it from more fundamental principles.Let me think about Fermat's Little Theorem. It says that for any integer ( a ) not divisible by ( p ), ( a^{p-1} equiv 1 pmod{p} ). So, if ( a^2 equiv -1 pmod{p} ), then raising both sides to the power of ( frac{p-1}{2} ) gives ( (a^2)^{frac{p-1}{2}} equiv (-1)^{frac{p-1}{2}} pmod{p} ). Simplifying the left side, we get ( a^{p-1} equiv 1 pmod{p} ). So, ( 1 equiv (-1)^{frac{p-1}{2}} pmod{p} ).This implies that ( (-1)^{frac{p-1}{2}} equiv 1 pmod{p} ). Since ( p ) is an odd prime, ( frac{p-1}{2} ) is an integer. For ( (-1)^k ) to be 1, ( k ) must be even. Therefore, ( frac{p-1}{2} ) must be even, which means ( p-1 ) is divisible by 4, so ( p equiv 1 pmod{4} ).That takes care of the necessity part: if ( a^2 equiv -1 pmod{p} ) has a solution, then ( p equiv 1 pmod{4} ).Now, for sufficiency: if ( p equiv 1 pmod{4} ), then there exists an ( a ) such that ( a^2 equiv -1 pmod{p} ). How can I show that?I remember that in such cases, we can use properties of the multiplicative group modulo ( p ). The multiplicative group modulo ( p ) is cyclic of order ( p-1 ). Since ( p equiv 1 pmod{4} ), ( p-1 ) is divisible by 4, so the group has an element of order 4. Let's say ( g ) is a primitive root modulo ( p ), so every non-zero element modulo ( p ) can be written as ( g^k ) for some integer ( k ).If ( g ) is a primitive root, then ( g^{frac{p-1}{2}} equiv -1 pmod{p} ), because ( g^{p-1} equiv 1 pmod{p} ), and ( g^{frac{p-1}{2}} ) is the element of order 2, which is -1. Now, since ( p equiv 1 pmod{4} ), ( frac{p-1}{4} ) is an integer. Let me set ( a = g^{frac{p-1}{4}} ). Then, ( a^2 = g^{frac{p-1}{2}} equiv -1 pmod{p} ). So, ( a ) is the desired integer.Alternatively, I can think about Wilson's theorem, which states that ( (p-1)! equiv -1 pmod{p} ). Maybe I can relate this to the existence of ( a ) such that ( a^2 equiv -1 pmod{p} ).Let me try to pair the terms in ( (p-1)! ). For each ( k ) from 1 to ( frac{p-1}{2} ), I can pair ( k ) with ( p - k ). Each pair multiplies to ( -k^2 pmod{p} ). So, ( (p-1)! ) is the product of all these pairs, which is ( (-1)^{frac{p-1}{2}} times left( prod_{k=1}^{frac{p-1}{2}} k^2 right) ).Simplifying, ( (p-1)! equiv (-1)^{frac{p-1}{2}} times left( left( frac{(p-1)!}{( frac{p}{2} )!} right)^2 right) pmod{p} ). Wait, I'm not sure if that's the right way to express it. Maybe I should think of it as ( (p-1)! ) being equal to ( prod_{k=1}^{p-1} k ), which can be grouped into pairs ( (k, p - k) ), each multiplying to ( -k^2 ).So, ( (p-1)! equiv (-1)^{frac{p-1}{2}} times left( prod_{k=1}^{frac{p-1}{2}} k^2 right) pmod{p} ). Since ( (p-1)! equiv -1 pmod{p} ) by Wilson's theorem, we have:( -1 equiv (-1)^{frac{p-1}{2}} times left( prod_{k=1}^{frac{p-1}{2}} k^2 right) pmod{p} ).If ( p equiv 1 pmod{4} ), then ( frac{p-1}{2} ) is even, so ( (-1)^{frac{p-1}{2}} = 1 ). Therefore, ( -1 equiv left( prod_{k=1}^{frac{p-1}{2}} k^2 right) pmod{p} ), which implies that the product of the squares is congruent to -1 modulo ( p ). Hence, there exists some ( a ) such that ( a^2 equiv -1 pmod{p} ).Wait, but how do I know that the product of the squares is actually a square? Well, the product of squares is itself a square, so it's ( (prod_{k=1}^{frac{p-1}{2}} k)^2 ). Therefore, ( (prod_{k=1}^{frac{p-1}{2}} k)^2 equiv -1 pmod{p} ), so setting ( a = prod_{k=1}^{frac{p-1}{2}} k ) gives ( a^2 equiv -1 pmod{p} ).That seems to work. So, using Wilson's theorem and pairing the terms in the factorial, I can show that if ( p equiv 1 pmod{4} ), then -1 is a quadratic residue modulo ( p ).Putting it all together, I've shown both directions: if ( a^2 equiv -1 pmod{p} ) has a solution, then ( p equiv 1 pmod{4} ), and conversely, if ( p equiv 1 pmod{4} ), then such an ( a ) exists. Therefore, the statement is proven.
❓The solution set of the inequality 5 - x^2 > 4x is ( )A: (-5, 1)B: (-1, 5)C: (-infty, -5) cup (1, +infty)D: (-infty, -1) cup (5, +infty)
💡Okay, so I have this inequality to solve: 5 minus x squared is greater than 4x. Hmm, let me write that down to make it clearer. It's 5 - x² > 4x. Alright, I need to find the values of x that satisfy this inequality. First, I think I should get all the terms on one side so that I can have a standard quadratic inequality. That usually makes it easier to solve. So, if I subtract 4x from both sides, I'll have 5 - x² - 4x > 0. Let me rearrange that to make it look more familiar. It becomes -x² - 4x + 5 > 0. Hmm, but usually, quadratic inequalities are written with the x² term positive. So maybe I should multiply both sides by -1 to make the coefficient of x² positive. But wait, I remember that when you multiply or divide both sides of an inequality by a negative number, the inequality sign flips. So, if I multiply both sides by -1, the inequality becomes x² + 4x - 5 < 0. Alright, so now I have x² + 4x - 5 < 0. To solve this quadratic inequality, I need to find the roots of the quadratic equation x² + 4x - 5 = 0. Let me try factoring it. Looking for two numbers that multiply to -5 and add up to 4. Hmm, 5 and -1 work because 5 * (-1) = -5 and 5 + (-1) = 4. So, the factored form is (x + 5)(x - 1) = 0. Therefore, the roots are x = -5 and x = 1. Now, these roots divide the real number line into three intervals: (-∞, -5), (-5, 1), and (1, ∞). To determine where the quadratic expression (x + 5)(x - 1) is less than zero, I can test each interval. Let's start with the interval (-∞, -5). I'll pick a test point, say x = -6. Plugging into (x + 5)(x - 1): (-6 + 5)(-6 - 1) = (-1)(-7) = 7, which is positive. So, the expression is positive in this interval.Next, the interval (-5, 1). Let's choose x = 0 as the test point. Plugging in: (0 + 5)(0 - 1) = 5 * (-1) = -5, which is negative. So, the expression is negative in this interval.Lastly, the interval (1, ∞). Let's pick x = 2. Plugging in: (2 + 5)(2 - 1) = 7 * 1 = 7, which is positive. So, the expression is positive here as well.Since we're looking for where the expression is less than zero, the solution is the interval where the expression is negative, which is (-5, 1). Wait a second, let me double-check. The original inequality was 5 - x² > 4x. After rearranging, it became x² + 4x - 5 < 0, which we factored as (x + 5)(x - 1) < 0. Testing intervals, we found that it's negative between -5 and 1. So, that should be the solution set.Looking back at the options given: A is (-5, 1), B is (-1, 5), C is (-∞, -5) union (1, ∞), and D is (-∞, -1) union (5, ∞). So, the correct answer should be A: (-5, 1). But just to make sure I didn't make a mistake when multiplying by -1 earlier, let me verify. The original inequality was 5 - x² > 4x. If I rearrange it without multiplying by -1, it's -x² - 4x + 5 > 0. The quadratic opens downward because the coefficient of x² is negative. So, the graph of this quadratic is a downward-opening parabola. The roots are at x = -5 and x = 1, so the parabola crosses the x-axis at these points. Since it opens downward, the expression -x² - 4x + 5 is positive between the roots, which is (-5, 1). So, that confirms the solution set is indeed (-5, 1). Therefore, I'm confident that option A is the correct answer.
❓In triangle ABC the medians AM and CN to sides BC and AB, respectively, intersect in point O. P is the midpoint of side AC, and MP intersects CN in Q. If the area of triangle OMQ is n, then the area of triangle ABC is:text{(A) } 16n quad text{(B) } 18n quad text{(C) } 21n quad text{(D) } 24n quad text{(E) } 27n
💡Okay, so I have this geometry problem here about triangle ABC with medians AM and CN intersecting at point O. P is the midpoint of AC, and MP intersects CN at Q. They tell me the area of triangle OMQ is n, and I need to find the area of triangle ABC in terms of n. The answer choices are 16n, 18n, 21n, 24n, and 27n. Hmm, okay, let me try to visualize this.First, let me sketch triangle ABC. Let me label the vertices A, B, and C. Now, M is the midpoint of BC, so I'll mark that. N is the midpoint of AB, so I'll put that point too. P is the midpoint of AC, so I'll add that as well. Now, medians AM and CN intersect at O, which should be the centroid of the triangle. Remember, the centroid divides each median into a ratio of 2:1, with the longer part being closer to the vertex.Now, P is the midpoint of AC, so I need to connect M and P. So, line MP connects the midpoints of BC and AC. By the Midline Theorem, MP should be parallel to AB and half its length. That might be useful later.MP intersects CN at Q. So, Q is somewhere along CN. I need to figure out where exactly Q is located. Since MP is parallel to AB, maybe I can use some properties of similar triangles here.Let me recall that the centroid divides each median into a 2:1 ratio. So, for median AM, AO:OM is 2:1, and for median CN, CO:ON is also 2:1. That might help in figuring out the ratios of the areas.Given that the area of triangle OMQ is n, I need to relate this to the area of the whole triangle ABC. Maybe I can express the area of OMQ in terms of smaller sections and then build up to the entire triangle.Let me consider the coordinates approach. Maybe assigning coordinates to the points can help me calculate areas more easily. Let's place triangle ABC in a coordinate system. Let me set point A at (0, 0), point B at (2b, 0), and point C at (2c, 2d). Choosing even coordinates might help because midpoints will then have integer coordinates, making calculations simpler.So, coordinates:- A: (0, 0)- B: (2b, 0)- C: (2c, 2d)Midpoints:- M is the midpoint of BC: ((2b + 2c)/2, (0 + 2d)/2) = (b + c, d)- N is the midpoint of AB: ((0 + 2b)/2, (0 + 0)/2) = (b, 0)- P is the midpoint of AC: ((0 + 2c)/2, (0 + 2d)/2) = (c, d)Now, medians AM and CN intersect at O, the centroid. The centroid's coordinates are the average of the vertices' coordinates: ((0 + 2b + 2c)/3, (0 + 0 + 2d)/3) = ((2b + 2c)/3, (2d)/3). So, O is at ((2b + 2c)/3, (2d)/3).Now, let me find the equations of the lines involved.First, median AM connects A(0,0) to M(b + c, d). The slope of AM is (d - 0)/(b + c - 0) = d/(b + c). So, the equation of AM is y = (d/(b + c))x.Median CN connects C(2c, 2d) to N(b, 0). The slope of CN is (0 - 2d)/(b - 2c) = (-2d)/(b - 2c). So, the equation of CN is y - 2d = [(-2d)/(b - 2c)](x - 2c).Simplify the equation of CN:y = [(-2d)/(b - 2c)](x - 2c) + 2d= [(-2d)/(b - 2c)]x + [(-2d)/(b - 2c)](-2c) + 2d= [(-2d)/(b - 2c)]x + (4cd)/(b - 2c) + 2dNow, let me find the coordinates of Q, which is the intersection of MP and CN.First, find the equation of MP. Points M(b + c, d) and P(c, d). Wait, both points have the same y-coordinate, d. So, MP is a horizontal line at y = d.Now, find where CN intersects y = d.From the equation of CN:d = [(-2d)/(b - 2c)]x + (4cd)/(b - 2c) + 2dLet me solve for x:d = [(-2d)/(b - 2c)]x + (4cd)/(b - 2c) + 2dSubtract 2d from both sides:-d = [(-2d)/(b - 2c)]x + (4cd)/(b - 2c)Multiply both sides by (b - 2c):-d(b - 2c) = -2d x + 4cdDivide both sides by d (assuming d ≠ 0):-(b - 2c) = -2x + 4cSimplify:-b + 2c = -2x + 4cBring variables to one side:-b + 2c - 4c = -2x-b - 2c = -2xMultiply both sides by (-1):b + 2c = 2xSo, x = (b + 2c)/2Therefore, point Q is at ((b + 2c)/2, d).Now, we have coordinates for O, M, and Q.O: ((2b + 2c)/3, (2d)/3)M: (b + c, d)Q: ((b + 2c)/2, d)I need to find the area of triangle OMQ.First, let me write down the coordinates:O: ((2b + 2c)/3, (2d)/3)M: (b + c, d)Q: ((b + 2c)/2, d)To find the area of triangle OMQ, I can use the shoelace formula.Formula:Area = |(x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2))/2|Plugging in the coordinates:x1 = (2b + 2c)/3, y1 = (2d)/3x2 = b + c, y2 = dx3 = (b + 2c)/2, y3 = dCompute each term:First term: x1(y2 - y3) = (2b + 2c)/3 * (d - d) = (2b + 2c)/3 * 0 = 0Second term: x2(y3 - y1) = (b + c) * (d - (2d)/3) = (b + c) * (d/3) = (b + c)d/3Third term: x3(y1 - y2) = (b + 2c)/2 * ((2d)/3 - d) = (b + 2c)/2 * (-d/3) = -(b + 2c)d/6Now, sum these terms:0 + (b + c)d/3 - (b + 2c)d/6To combine, let me get a common denominator:= [2(b + c)d/6 - (b + 2c)d/6]= [2b + 2c - b - 2c]d/6= (b)d/6So, the area is |(b d /6)/2| = |b d /12|Wait, no. Wait, the formula is |sum / 2|, so:Area = |(0 + (b + c)d/3 - (b + 2c)d/6)/2|= |[(2(b + c)d - (b + 2c)d)/6]/2|= |[(2b + 2c - b - 2c)d /6]/2|= |(b d /6)/2|= |b d /12|So, the area of triangle OMQ is |b d /12| = n.Therefore, b d = 12n.Now, I need to find the area of triangle ABC.Using coordinates, the area can be found via shoelace formula as well.Coordinates of A(0,0), B(2b,0), C(2c,2d).Area = |(0*(0 - 2d) + 2b*(2d - 0) + 2c*(0 - 0))/2|= |0 + 4b d + 0| /2= |4b d| /2= 2b dSince b d = 12n, then area of ABC is 2 * 12n = 24n.So, the area of triangle ABC is 24n, which is option D.Wait, let me double-check my calculations to make sure I didn't make a mistake.First, coordinates assigned seem correct. Midpoints calculated correctly. Centroid at ((2b + 2c)/3, (2d)/3). Equation of CN found correctly, and intersection with MP (y=d) found correctly at x=(b + 2c)/2.Shoelace formula applied to OMQ: I think that was correct. Let me recalculate the area step.Coordinates:O: ((2b + 2c)/3, (2d)/3)M: (b + c, d)Q: ((b + 2c)/2, d)Compute area using determinant formula:Area = (1/2)| (x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)) |Plugging in:x1 = (2b + 2c)/3, y1 = 2d/3x2 = b + c, y2 = dx3 = (b + 2c)/2, y3 = dCompute each term:x1(y2 - y3) = (2b + 2c)/3 * (d - d) = 0x2(y3 - y1) = (b + c)*(d - 2d/3) = (b + c)*(d/3) = (b + c)d/3x3(y1 - y2) = (b + 2c)/2*(2d/3 - d) = (b + 2c)/2*(-d/3) = -(b + 2c)d/6Sum: 0 + (b + c)d/3 - (b + 2c)d/6= [2(b + c)d - (b + 2c)d]/6= [2b + 2c - b - 2c]d/6= (b)d/6Multiply by 1/2: Area = (b d /6)/2 = b d /12 = nSo, b d = 12nArea of ABC: 2b d = 24n. Correct.So, the answer is 24n, which is option D.**Final Answer**boxed{D}
❓Positive numbers (a, b, c,) and (d) do not exceed one. Prove the inequality [frac{1}{a^{2}+b^{2}+c^{2}+d^{2}} geq frac{1}{4}+(1-a)(1-b)(1-c)(1-d).]
💡Okay, so I have this inequality to prove: [frac{1}{a^{2}+b^{2}+c^{2}+d^{2}} geq frac{1}{4}+(1-a)(1-b)(1-c)(1-d)]where (a, b, c,) and (d) are positive numbers not exceeding one. Hmm, that seems a bit complex, but let me try to break it down.First, I notice that all variables are between 0 and 1. That might be useful because squaring numbers between 0 and 1 makes them smaller, so (a^2 leq a), same with (b^2, c^2, d^2). Maybe that can help simplify the left side.Let me think about the left-hand side (LHS): (frac{1}{a^{2}+b^{2}+c^{2}+d^{2}}). Since each squared term is less than or equal to the original term, the denominator is less than or equal to (a + b + c + d). So, the LHS is greater than or equal to (frac{1}{a + b + c + d}). That might be a useful inequality.Now, the right-hand side (RHS) is (frac{1}{4} + (1-a)(1-b)(1-c)(1-d)). The term ((1-a)(1-b)(1-c)(1-d)) is the product of four terms each less than or equal to 1, so it's also less than or equal to 1. But how does that relate to the LHS?Maybe I can consider the case where all variables are equal. Let’s say (a = b = c = d = t), where (0 leq t leq 1). Then the inequality becomes:[frac{1}{4t^2} geq frac{1}{4} + (1 - t)^4]Simplify this:Multiply both sides by 4:[frac{1}{t^2} geq 1 + 4(1 - t)^4]Hmm, not sure if that helps. Maybe I should try specific values. For example, if all variables are 1, then LHS is (frac{1}{4}), and RHS is (frac{1}{4} + 0), so equality holds. If all variables are 0, LHS is undefined because we have division by zero. So, variables can't be zero. Maybe approaching zero, but that might complicate things.What if one variable is 1 and others are something else? Let's say (a = 1), then LHS becomes (frac{1}{1 + b^2 + c^2 + d^2}), and RHS becomes (frac{1}{4} + 0), since ((1 - a) = 0). So, we need to show that (frac{1}{1 + b^2 + c^2 + d^2} geq frac{1}{4}). But since (b^2, c^2, d^2 leq 1), the denominator is at least 1, so (frac{1}{1 + ...} leq 1), but (frac{1}{4}) is less than 1, so this might not hold. Wait, that seems contradictory. Maybe I made a mistake.Wait, if (a = 1), then the LHS is (frac{1}{1 + b^2 + c^2 + d^2}). The RHS is (frac{1}{4} + 0 = frac{1}{4}). So, we need to show that (frac{1}{1 + b^2 + c^2 + d^2} geq frac{1}{4}). That would mean (1 + b^2 + c^2 + d^2 leq 4). But since each (b^2, c^2, d^2 leq 1), the sum (1 + b^2 + c^2 + d^2 leq 4), so the inequality holds. Okay, that works.What if all variables are equal to some (t) between 0 and 1? Let's test (t = frac{1}{2}). Then LHS is (frac{1}{4*(1/2)^2} = frac{1}{1} = 1). RHS is (frac{1}{4} + (1 - 1/2)^4 = frac{1}{4} + (1/2)^4 = frac{1}{4} + frac{1}{16} = frac{5}{16}). So, (1 geq frac{5}{16}), which is true.Another test case: (a = b = c = d = frac{sqrt{2}}{2}). Then (a^2 = frac{1}{2}), so LHS is (frac{1}{4*(1/2)} = frac{1}{2}). RHS is (frac{1}{4} + (1 - frac{sqrt{2}}{2})^4). Let's compute (1 - frac{sqrt{2}}{2} approx 1 - 0.707 = 0.293). Then ((0.293)^4 approx 0.007). So, RHS is approximately (frac{1}{4} + 0.007 = 0.257). LHS is 0.5, which is greater. So, it holds.Hmm, seems like it holds in these cases. Maybe I can try to find a general proof.Let me consider the function (f(a, b, c, d) = frac{1}{a^2 + b^2 + c^2 + d^2} - frac{1}{4} - (1 - a)(1 - b)(1 - c)(1 - d)). I need to show that (f(a, b, c, d) geq 0).Alternatively, maybe I can manipulate the inequality:[frac{1}{a^{2}+b^{2}+c^{2}+d^{2}} - frac{1}{4} geq (1 - a)(1 - b)(1 - c)(1 - d)]Let me compute the left side:[frac{1}{a^{2}+b^{2}+c^{2}+d^{2}} - frac{1}{4} = frac{4 - (a^2 + b^2 + c^2 + d^2)}{4(a^2 + b^2 + c^2 + d^2)}]So, the inequality becomes:[frac{4 - (a^2 + b^2 + c^2 + d^2)}{4(a^2 + b^2 + c^2 + d^2)} geq (1 - a)(1 - b)(1 - c)(1 - d)]Hmm, maybe I can find a relationship between (4 - (a^2 + b^2 + c^2 + d^2)) and something else.I know that for numbers between 0 and 1, (1 - x geq 1 - x^2), but not sure if that helps.Alternatively, perhaps I can use the AM-QM inequality. The quadratic mean of (a, b, c, d) is (sqrt{frac{a^2 + b^2 + c^2 + d^2}{4}}). Since all variables are ≤1, the QM is ≤1. But not sure.Wait, let's think about the denominator (a^2 + b^2 + c^2 + d^2). Since each (x^2 leq x), the sum is ≤ (a + b + c + d). So, (a^2 + b^2 + c^2 + d^2 leq a + b + c + d). Therefore, (4 - (a^2 + b^2 + c^2 + d^2) geq 4 - (a + b + c + d)).So, the numerator on the left side is ≥ (4 - (a + b + c + d)). So, perhaps I can write:[frac{4 - (a + b + c + d)}{4(a^2 + b^2 + c^2 + d^2)} geq (1 - a)(1 - b)(1 - c)(1 - d)]But I'm not sure if that helps. Maybe I can relate (4 - (a + b + c + d)) to something.Alternatively, let me consider the function (g(a, b, c, d) = (1 - a)(1 - b)(1 - c)(1 - d)). Since each term is ≤1, the product is ≤1. But how does it relate to the other terms?Wait, maybe I can use the inequality ( (1 - a)(1 - b)(1 - c)(1 - d) leq left(1 - frac{a + b + c + d}{4}right)^4 ) by AM-GM or something. Let me check.Actually, for numbers in [0,1], the product ((1 - a)(1 - b)(1 - c)(1 - d)) is maximized when all variables are equal, due to the inequality of arithmetic and geometric means. So, if I let (s = frac{a + b + c + d}{4}), then ((1 - a)(1 - b)(1 - c)(1 - d) leq (1 - s)^4).So, maybe I can use that. Then, the inequality becomes:[frac{4 - (a^2 + b^2 + c^2 + d^2)}{4(a^2 + b^2 + c^2 + d^2)} geq (1 - s)^4]But I also know that (a^2 + b^2 + c^2 + d^2 geq frac{(a + b + c + d)^2}{4} = 4s^2) by Cauchy-Schwarz. So, (a^2 + b^2 + c^2 + d^2 geq 4s^2). Therefore, the denominator (4(a^2 + b^2 + c^2 + d^2) geq 16s^2), so the left side is ≤ (frac{4 - (a^2 + b^2 + c^2 + d^2)}{16s^2}).Wait, that seems like it's going in the opposite direction. Maybe I need a different approach.Alternatively, let's consider that (4 - (a^2 + b^2 + c^2 + d^2) geq 4 - (a + b + c + d)), as I thought earlier. So, the numerator is ≥ (4 - 4s). Therefore, the left side is ≥ (frac{4 - 4s}{4(a^2 + b^2 + c^2 + d^2)} = frac{1 - s}{a^2 + b^2 + c^2 + d^2}).But I need to relate this to ((1 - s)^4). Hmm, not sure.Wait, maybe I can use the fact that (a^2 + b^2 + c^2 + d^2 leq a + b + c + d = 4s). So, (a^2 + b^2 + c^2 + d^2 leq 4s), which means (frac{1}{a^2 + b^2 + c^2 + d^2} geq frac{1}{4s}). So, the LHS of the original inequality is ≥ (frac{1}{4s}).So, we have:[frac{1}{4s} geq frac{1}{4} + (1 - s)^4]Is this true? Let's check for (s = 1): (frac{1}{4} geq frac{1}{4} + 0), which is equality. For (s = frac{1}{2}): (frac{1}{2} geq frac{1}{4} + (1 - frac{1}{2})^4 = frac{1}{4} + frac{1}{16} = frac{5}{16}), which is true since (frac{1}{2} = frac{8}{16} geq frac{5}{16}).For (s) approaching 0: (frac{1}{4s}) approaches infinity, while the RHS approaches (frac{1}{4} + 1 = frac{5}{4}), so it holds.So, maybe if I can show that (frac{1}{4s} geq frac{1}{4} + (1 - s)^4) for (0 < s leq 1), then the original inequality holds.Let me define (h(s) = frac{1}{4s} - frac{1}{4} - (1 - s)^4). I need to show (h(s) geq 0).Compute (h(s)):[h(s) = frac{1 - s}{4s} - (1 - s)^4]Wait, no:Wait, (frac{1}{4s} - frac{1}{4} = frac{1 - s}{4s}). So,[h(s) = frac{1 - s}{4s} - (1 - s)^4]Factor out (1 - s):[h(s) = (1 - s)left(frac{1}{4s} - (1 - s)^3right)]So, (h(s) geq 0) if (frac{1}{4s} - (1 - s)^3 geq 0), since (1 - s geq 0) for (s leq 1).So, need to show:[frac{1}{4s} geq (1 - s)^3]Multiply both sides by (4s) (since (s > 0)):[1 geq 4s(1 - s)^3]Is this true for (0 < s leq 1)?Let me define (k(s) = 4s(1 - s)^3). Find the maximum of (k(s)).Take derivative:(k'(s) = 4(1 - s)^3 + 4s*3(1 - s)^2*(-1))Simplify:(k'(s) = 4(1 - s)^3 - 12s(1 - s)^2 = 4(1 - s)^2[(1 - s) - 3s] = 4(1 - s)^2(1 - 4s))Set derivative to zero:(4(1 - s)^2(1 - 4s) = 0)Solutions: (s = 1) or (s = 1/4).At (s = 1/4), (k(1/4) = 4*(1/4)*(3/4)^3 = 1*(27/64) = 27/64 ≈ 0.4219).At (s = 1), (k(1) = 0).At (s = 0), (k(0) = 0).So, the maximum of (k(s)) is 27/64 < 1. Therefore, (4s(1 - s)^3 leq 27/64 < 1), so (1 geq 4s(1 - s)^3) holds for all (0 < s leq 1).Thus, (h(s) geq 0), which implies that (frac{1}{4s} geq frac{1}{4} + (1 - s)^4).Since we have (frac{1}{a^2 + b^2 + c^2 + d^2} geq frac{1}{4s}), combining these gives:[frac{1}{a^2 + b^2 + c^2 + d^2} geq frac{1}{4} + (1 - s)^4 geq frac{1}{4} + (1 - a)(1 - b)(1 - c)(1 - d)]Wait, no, actually, we have ((1 - a)(1 - b)(1 - c)(1 - d) leq (1 - s)^4), so:[frac{1}{4s} geq frac{1}{4} + (1 - s)^4 geq frac{1}{4} + (1 - a)(1 - b)(1 - c)(1 - d)]Therefore, combining everything:[frac{1}{a^2 + b^2 + c^2 + d^2} geq frac{1}{4s} geq frac{1}{4} + (1 - s)^4 geq frac{1}{4} + (1 - a)(1 - b)(1 - c)(1 - d)]So, the original inequality holds.I think that works. Let me just recap:1. Showed that (a^2 + b^2 + c^2 + d^2 leq a + b + c + d = 4s), so (frac{1}{a^2 + b^2 + c^2 + d^2} geq frac{1}{4s}).2. Showed that ((1 - a)(1 - b)(1 - c)(1 - d) leq (1 - s)^4).3. Proved that (frac{1}{4s} geq frac{1}{4} + (1 - s)^4) for (0 < s leq 1).4. Combined these to get the original inequality.Yeah, that seems solid. I think I've got it!