document.write( "Question 44541: Hi, I need to find the line passing through (1,42) and (17,314) using Gaussian Elimination. I think that is using matrices. \n" ); document.write( "
Algebra.Com's Answer #29424 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
Hi, I need to find the line passing through (1,42) and (17,314) using Gaussian Elimination. I think that is using matrices.
\n" ); document.write( "LET THE EQN. BE
\n" ); document.write( "AX+BY=1...IT IS PASSING THROUGH (1,42)..SO
\n" ); document.write( "1A+42B=1...........I
\n" ); document.write( "IT IS PASSING THROUGH (17,314)...SO...
\n" ); document.write( "17A+314B=1.................II
\n" ); document.write( "WE HAVE 2 SIMULTANEOUS EQNS. IN A AND B
\n" ); document.write( "SO AUGMENTED MATRIX OF THESE EQNS. IS
\n" ); document.write( "1...........42............1
\n" ); document.write( "17..........314...........1\r
\n" ); document.write( "\n" ); document.write( "NR2=R2-17*R1\r
\n" ); document.write( "\n" ); document.write( "1...............42.....................1
\n" ); document.write( "17-17*1=0......314-17*42=-400........=1-17*1=-16\r
\n" ); document.write( "\n" ); document.write( "NR2=R2/-400\r
\n" ); document.write( "\n" ); document.write( "1...............42.................1
\n" ); document.write( "0................1.................-16/-400=1/25\r
\n" ); document.write( "\n" ); document.write( "NR1=R1-42*R2\r
\n" ); document.write( "\n" ); document.write( "1................0...................1-42/25=-17/25
\n" ); document.write( "0................1....................1/25\r
\n" ); document.write( "\n" ); document.write( "HENCE A=-17/25
\n" ); document.write( "B=1/25
\n" ); document.write( "EQN.OF ST.LINE IS
\n" ); document.write( "-17X/25 +Y/25=1
\n" ); document.write( "-17X+Y=25
\n" ); document.write( "
\n" );