document.write( "Question 46281: Without graphing, determine whether the system has one solution, no solution, or an infinite number of solutions.\r
\n" );
document.write( "\n" );
document.write( "6x - y = 14\r
\n" );
document.write( "\n" );
document.write( "x + 3y = 15\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #30698 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Isolate 'y': \n" ); document.write( "6x - y = 14 \n" ); document.write( "-y = -6x + 14 \n" ); document.write( "y = 6x - 14 \n" ); document.write( "and \n" ); document.write( "x + 3y = 15 \n" ); document.write( "3y = -x + 15 \n" ); document.write( "y = (-1/3)x + 5 \n" ); document.write( "One Solution \n" ); document.write( " |