Difference between revisions of "2023 AMC 12B Problems/Problem 13"
(→Solution 1 (algebraic manipulation)) |
|||
Line 9: | Line 9: | ||
<cmath>abc=\frac{1}{2}</cmath> | <cmath>abc=\frac{1}{2}</cmath> | ||
We also know that we want <math>\sqrt{a^2 + b^2 + c^2}</math>. We know that <math>a^2 + b^2 + c^2 = (a+b+c)^2 - 2ab - 2ac - 2bc</math>. <math>a+b+c = \frac{13}{4}</math>. So <math>a^2 + b^2 + c^2 = (\frac{13}{4})^2 - \frac{11}{2} = \frac{169-88}{16} = \frac{81}{16}</math>. So our answer is <math>\sqrt{\frac{81}{16}} = \boxed{\frac{9}{4}}</math>. | We also know that we want <math>\sqrt{a^2 + b^2 + c^2}</math>. We know that <math>a^2 + b^2 + c^2 = (a+b+c)^2 - 2ab - 2ac - 2bc</math>. <math>a+b+c = \frac{13}{4}</math>. So <math>a^2 + b^2 + c^2 = (\frac{13}{4})^2 - \frac{11}{2} = \frac{169-88}{16} = \frac{81}{16}</math>. So our answer is <math>\sqrt{\frac{81}{16}} = \boxed{\frac{9}{4}}</math>. | ||
+ | |||
+ | ~lprado | ||
+ | |||
+ | ==Solution 2 (factoring a polynomial)== | ||
+ | We use the equations from Solution 1 and manipulate it a little: | ||
+ | <cmath>a+b+c = \frac{13}{4}</cmath> | ||
+ | <cmath>ab+ac+bc=\frac{11}{4}</cmath> | ||
+ | <cmath>abc=\frac{1}{2}</cmath> | ||
+ | Notice how these are the equations for the vieta's formulas for a polynomial with roots of <math>a</math>, <math>b</math>, and <math>c</math>. Let's create that polynomial. It would be <math>x^3 - \frac{13}{4}x^2 + \frac{11}{4}x - \frac{1}{2}</math>. Multiplying each term by 4 to get rid of fractions, we get <math>4x^3 - 13x^2 + 11x - 2</math>. Notice how the coefficients add up to <math>0</math>. Whenever this happens, that means that <math>(x-1)</math> is a factor and that 1 is a root. After using synthetic division to divide <math>4x^3 - 13x^2 + 11x - 2</math> by <math>x-1</math>, we get <math>4x^2 - 9x + 2</math>. Factoring that, you get <math>(x-2)(4x-1)</math>. This means that this polynomials factors to <math>(x-1)(x-2)(4x-1)</math> and that the roots are <math>1</math>, <math>2</math>, and <math>1/4</math>. Since we're looking for <math>\sqrt{a^2 + b^2 + c^2}</math>, this is equal to <math>\sqrt{1^2 + 2^2 + \frac{1}{4}^2} = \sqrt{\frac{81}{16}} = \boxed{\frac{9}{4}}</math> | ||
+ | |||
+ | ~lprado |
Revision as of 14:32, 15 November 2023
Problem
A rectangular box P has distinct edge lengths , , and . The sum of the lengths of all edges of P is , the areas of all 6 faces of P is , and the volume of P is . What is the length of the longets interior diagonal connecting two vertices of P?
Solution 1 (algebraic manipulation)
We can create three equationss using the given information. We also know that we want . We know that . . So . So our answer is .
~lprado
Solution 2 (factoring a polynomial)
We use the equations from Solution 1 and manipulate it a little: Notice how these are the equations for the vieta's formulas for a polynomial with roots of , , and . Let's create that polynomial. It would be . Multiplying each term by 4 to get rid of fractions, we get . Notice how the coefficients add up to . Whenever this happens, that means that is a factor and that 1 is a root. After using synthetic division to divide by , we get . Factoring that, you get . This means that this polynomials factors to and that the roots are , , and . Since we're looking for , this is equal to
~lprado