document.write( "Question 773914: If possible, solve each system of equations. Use any method. If there is not a unique solution to a system, state a reason.
\n" );
document.write( "2x-8y=5
\n" );
document.write( "-6x+24y=15
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #471923 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 2x-8y=5 \n" ); document.write( "Let a1,b1,c1 be the coefficients of x and y and c1 be the constant\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-6x+24y=15 \n" ); document.write( "Let a2,b2,c2 be the coefficients of x and y and c2 be the constant\r \n" ); document.write( "\n" ); document.write( "2/-6 = -8/24 not equal to 5/15\r \n" ); document.write( "\n" ); document.write( "If a1/a2 = b1/b2 and not equal to c1/c2 then the lines are parallel.\r \n" ); document.write( "\n" ); document.write( "There is no solution and the equation cannot be solved \n" ); document.write( " |