document.write( "Question 510991: How do i use linear combinations to solve the
\n" );
document.write( "system of this linear equation\r
\n" );
document.write( "\n" );
document.write( "2a+6z=4
\n" );
document.write( "3a-7z=6 \n" );
document.write( "
Algebra.Com's Answer #341972 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2a+6z=4 \n" ); document.write( "3a-7z=6 \n" ); document.write( "----- \n" ); document.write( "Multiply thru the 1st equation by 2. \n" ); document.write( "Multiply thru the 2nd equation by 3. \n" ); document.write( "--- \n" ); document.write( "6a + 18z = 12 \n" ); document.write( "6a - 14z = 12 \n" ); document.write( "--- \n" ); document.write( "Subtract and solve for \"z\": \n" ); document.write( "32z = 0 \n" ); document.write( "z = 0 \n" ); document.write( "---- \n" ); document.write( "Solve for \"a\": \n" ); document.write( "2a + 6z = 4 \n" ); document.write( "2a + 6*0 = 4 \n" ); document.write( "2a = 4 \n" ); document.write( "a = 2 \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |