document.write( "Question 1205456: Triangle ABC has sides AB = 7, BC = 8, and AC = 9. Point C is reflected over line AB to create point C'. Next, point B is reflected over line AC' to create point B'. Find the area of triangle B'C'C. \n" ); document.write( "
Algebra.Com's Answer #842275 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Diagram \n" ); document.write( " ![]() \n" ); document.write( "Triangle ABC has sides AB = 7, BC = 8, and AC = 9. \n" ); document.write( "That's equivalent to saying the sides are: c = 7, a = 8, b = 9 \n" ); document.write( "Each lowercase letter represents the side opposite its uppercase letter (eg: side b is opposite angle B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll use Heron's formula to compute the area of triangle ABC. \n" ); document.write( "First we need the semiperimeter \n" ); document.write( "s = (a+b+c)/2 \n" ); document.write( "s = (8+9+7)/2 \n" ); document.write( "s = 12 \n" ); document.write( "Then we can compute the area \n" ); document.write( "area = sqrt(s*(s-a)*(s-b)*(s-c)) \n" ); document.write( "area = sqrt(12*(12-8)*(12-9)*(12-7)) \n" ); document.write( "area = 26.83281573 square units approximately\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C reflects over line AB to land on C' \n" ); document.write( "Line segment CC' is perpendicular to AB. \n" ); document.write( "Let D be the intersection of segments CC' and AB. \n" ); document.write( "Segment DC is the altitude of triangle ABC when AB is the base. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We know AB = 7 but we don't know DC. But we can easily find it like so \n" ); document.write( "area = 0.5*base*height \n" ); document.write( "26.83281573 = 0.5*7*height \n" ); document.write( "26.83281573 = 3.5*height \n" ); document.write( "height = 26.83281573/3.5 \n" ); document.write( "height = 26.83281573/3.5 \n" ); document.write( "height = 7.66651878 \n" ); document.write( "This is the approximate length of segment DC.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "DC' is also this length because of the reflection. \n" ); document.write( "Then, \n" ); document.write( "CC' = DC + DC' \n" ); document.write( "CC' = DC + DC \n" ); document.write( "CC' = 2*DC \n" ); document.write( "CC' = 2*7.66651878 \n" ); document.write( "CC' = 15.33303756\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also because of mirroring, B'C' = 8 since BC = 8. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Triangle B'C'C has these sides \n" ); document.write( "BC = 8 \n" ); document.write( "CC' = 15.33303756 (approximate) \n" ); document.write( "If we could find side B'C, then we'd be able to use Herons formula to get the final answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Technically it is possible to find this missing side length. But it would take too much work I think. Luckily there's another way.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Focus entirely on triangle ABC. \n" ); document.write( "Since we know all three sides, we can use the law of cosines to find each of the missing angles. We'll focus on angle A. \n" ); document.write( "a^2 = b^2 + c^2 - 2*b*c*cos(A) \n" ); document.write( "cos(A) = (b^2 + c^2 - a^2)/(2bc) \n" ); document.write( "cos(A) = (9^2 + 7^2 - 8^2)/(2*9*7) \n" ); document.write( "cos(A) = 0.5238095238095 \n" ); document.write( "A = arccos(0.5238095238095) \n" ); document.write( "A = 58.4118644948 \n" ); document.write( "This is the approximate measure of angle BAC. \n" ); document.write( "It's also the approximate measure of angle BAC' because of the reflection.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Focus on right triangle C'DA. \n" ); document.write( "We found acute angle C'AD = 58.4118644948 that was computed above. \n" ); document.write( "The angle AC'D is the complement of this \n" ); document.write( "90 - 58.4118644948 = 31.5881355052\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll skip showing the steps, but using the law of cosines will find that angle B'C'A is roughly 48.18968510421 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "angleB'C'C = (angleB'C'A)+(angleAC'D) \n" ); document.write( "angleB'C'C = (48.18968510421)+(31.5881355052) \n" ); document.write( "angleB'C'C = 79.77782060941\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I apologize if this solution seems a bit cluttered. I'll try to go back and rewrite things when I get the chance. But for now let's just move on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize so far we found the following:
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the SAS triangle area formula to wrap things up.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area(triangle) = 0.5*side1*side2*sin(angle between those sides) \n" ); document.write( "area(B'C'C) = 0.5*(B'C')*(CC')*sin(angle B'C'C) \n" ); document.write( "area(B'C'C) = 0.5*(8)*(15.33303756)*sin(79.77782060941) \n" ); document.write( "area(B'C'C) = 60.35862404571\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: approximately 60.35862404571 square units \n" ); document.write( "Round that value however needed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "GeoGebra can be used to verify each claim that I have made above, and can also be used to verify the final answer. \n" ); document.write( " \n" ); document.write( " |