document.write( "Question 746644: IN TRIANGLE ABC, THE MEASURE OF ANGLE B IS 32 DEGREES MORE THAN THREE TIMES THE MEASURE OF ANGLE A. THE MEASURE OF ANGLE C IS 58 DEGREE MORE THAN THE MEASURE Of ANGLE A. THE SUM OF ALL THREE ANGLES IS 180 DEGREE.
\n" );
document.write( "USE GAUSSIAN ELIMINATION AND BACKWARDS SUBSTITUTION TO FIND MEASURE OF EACH ANGLE OF THE TRIANGLE. \n" );
document.write( "
Algebra.Com's Answer #454412 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Naming the internal angles as a, b, c for the points A, B, and C, \n" ); document.write( "Three equations: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Putting into a matrix: rearrange each equation to be in the same type of format as the \"180\" equation. \n" ); document.write( "System: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "N\r \n" ); document.write( "\n" ); document.write( "Do something more to make the system. You will need the coefficients of the variables to form the matrix.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "System: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is not yet arranged for rendering on algebra.com site, but your matrix to begin will be like this: \n" ); document.write( "1___ 1___ 1___ 180 \n" ); document.write( "1___ 0___ -1___ -58 \n" ); document.write( "3___ -1___ 0___ -32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Can you continue from that? \n" ); document.write( "This is what to try. \n" ); document.write( "Use R1 to eliminate the column 1 elements into zero in R2 and R3. Replace R2 with R2-R1. Replace R3 with R3-3*R1. Can you decide what to do next? ----- \n" ); document.write( " |