document.write( "Question 462633: Find three solutions to the system of equations\r
\n" );
document.write( "\n" );
document.write( "x+5y+3z=9
\n" );
document.write( "2x+9y+7z=5\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #317142 by robertb(5830)![]() ![]() You can put this solution on YOUR website! From the first equation, x = 9 - 5y - 3z. \n" ); document.write( "Then by substitution, 2( 9 - 5y - 3z) + 9y +7z = 5\r \n" ); document.write( "\n" ); document.write( "<==> 18 - 10y - 6z + 9y + 7z = 5, or\r \n" ); document.write( "\n" ); document.write( "-y + z = -13, or y = z + 13.\r \n" ); document.write( "\n" ); document.write( "==> x = 9 - 5(z + 13) - 3z = 9- 5z - 65 - 3z = -56 - 8z, or x = -8z - 56.\r \n" ); document.write( "\n" ); document.write( "If z = 0, the solution is (-56, 13, 0) \n" ); document.write( "If z = 1, the solution is (-64, 14, 1) \n" ); document.write( "If z = -1, the solution is (-48, 12, -1). \n" ); document.write( " |